mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
5585a781b9
no issue The tag and member screens share the same underlying UI/UX patterns but were using different code patterns. This brings both in line so that we have consistent code patterns that can be re-used for other screens. - fixed cleanup of new tags by adding the `deactivate` hook to the `tag` route - updated `member` and `member.new` route/controller setup to match tag route/controller setup - added `save` action to member controller so that Ctrl/Cmd+S works on member screen - updated tag route/controller to utilise the same instant display w/background refresh when accessing the tag details screen - completed transition of non-component tag/members templates over to angle bracket component syntax |
||
---|---|---|
.. | ||
editor | ||
member | ||
members | ||
settings | ||
setup | ||
staff | ||
tag | ||
about.js | ||
application.js | ||
authenticated.js | ||
editor.js | ||
error404.js | ||
home.js | ||
member.js | ||
members.js | ||
pages.js | ||
posts.js | ||
reset.js | ||
setup.js | ||
signin.js | ||
signout.js | ||
signup.js | ||
site.js | ||
tag.js | ||
tags.js |