0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core
Matt Enlow 09fb17a2be Abstract mobile transition interactions
Closes #4032
- Created "mobile" views: `parent-view`, `content-view` and `index-view`
- `mobile/parent-view` has three callbacks for managing layout, and a mediaQuery listener to keep in sync with the user
- content-view and index-view use their parent-views callbacks to bring themselves into and out of the viewport as appropriate
- fixed media queries for post content list from 800px to 900px
- Created `mobile-index-route` to intelligently transition to a new route on desktops (used by both PostsIndexRoute and SettingsIndexRoute)
- Extract mobile interactions from settings views to new mobile utility views
- `js-` prefixed settings view transitions
- removed unused openEditor action from PostsRoute
- removed unused mobile util "responsiveAction"
2014-09-16 07:28:03 -06:00
..
client Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
server Merge pull request #3947 from hswolff/goodbye-config-theme 2014-09-15 21:30:44 +01:00
shared Static nanoscroller integration 2014-09-14 17:15:57 +01:00
test Fix lint error in tests 2014-09-15 22:00:08 +01:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00