0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/views/settings
Paul Adam Davis 68eb6b67b0 Drag & Drop Navigation Reordering
Closes #4540

- Implements drag & drop to reorder navigation items
- Adds a `sort` property to navigation items
- Adds a tiny library to enable touch events for drag & drop. It hooks onto jQuery UI.
- Sort nav items before being saved
- Adds `settings-view-navigation` to route for body class
2015-02-12 17:02:46 +00:00
..
tags Reset upload component on tag switch 2015-01-05 22:45:19 +00:00
users Fix broken user list paginated scrolling 2014-12-21 23:03:39 +00:00
about.js Implement About Ghost page 2014-09-02 13:49:01 -06:00
apps.js
code-injection.js adds code injection admin frontend implementation, handlebar helpers + settings 2014-12-04 04:16:08 +00:00
content-base.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
general.js
index.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
labs.js Move ugly debug to Settings Labs 2014-12-01 19:19:08 +00:00
navigation.js Drag & Drop Navigation Reordering 2015-02-12 17:02:46 +00:00
tags.js Tags management api hookup 2014-11-21 16:24:28 -07:00
users.js