1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/controllers
Kevin Ansfield 17a577c9b8 Added reset-to-homepage behaviour when clicking "view site" link
no issue
- return a basic "guid" from the site's `model` hook so that we have some data which changes on each refresh
- add an action to the wrapper element of the "view site" link which will cause the route to refresh when clicked if we're already on the route
- move the site iframe into a component so that it can watch an @uuid property and force a reset of the iframe's `src` when it detects a change
2019-03-21 17:55:58 +00:00
..
settings 🐛 Fixed sometimes invalid (due to trailing slash) API URL shown on integration screen 2019-03-19 11:47:36 +00:00
setup Fixed undefined showing up in setup/two errors 2019-03-21 11:01:29 +00:00
staff Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
about.js Switched About screen to use config service 2019-02-26 16:12:34 +07:00
application.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
editor.js Updated editor error handler to work better with new API error messages 2019-03-12 17:49:15 +00:00
error.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
member.js Implemented first pass of member details screen 2019-02-22 18:32:09 +07:00
members.js Added basic search to members list 2019-02-23 17:14:22 +07:00
pages-loading.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
pages.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
posts-loading.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
posts.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
reset.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
setup.js ESLint: Alias model in controllers 2018-01-12 12:17:56 +00:00
signin.js Fixed highlight of email field for "unknown user" in forgot password flow 2019-03-21 16:07:57 +00:00
signup.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
site.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
subscribers.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00