0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client
Hannah Wolfe 9092ed95ba Improvements to settings pane switching
closes #174

- Triggering router events for navigation between settings panes
caused the route function to be re-executed, which caused all
kinds of fun.
- Wrapped the settings route function in an if statement to preserve
the current view if it already a settings view.
- Added Ghost pub-sub and using that instead of History API
2013-08-22 08:08:43 +01:00
..
assets Cleaned up typographic rules 2013-08-21 14:43:24 +02:00
helpers
models Current user added 2013-08-17 22:02:46 +01:00
tpl Dropping !image[] & other regex fixes 2013-08-20 21:22:41 +01:00
views Improvements to settings pane switching 2013-08-22 08:08:43 +01:00
init.js Improvements to settings pane switching 2013-08-22 08:08:43 +01:00
markdown-actions.js Dropping !image[] & other regex fixes 2013-08-20 21:22:41 +01:00
mobile-interactions.js Removed swiping from Mobile Interactions 2013-08-19 16:13:47 +01:00
router.js Improvements to settings pane switching 2013-08-22 08:08:43 +01:00
tagui.js Improved mobile interactions 2013-08-16 12:44:11 +01:00
toggle.js