Ghost/ghost/admin/public/assets/icons/clockface.svg
Kevin Ansfield 2a77c0fe51 Added default and custom post views (filters) to the admin sidebar (#1474)
no issue

- list custom post views in collapsable sidebar navigation
  - default views: Draft, Scheduled, Published (except for contributors)
  - record expanded/collapsed state of the navigation menus in user settings via new `navigation` service
- adds `customViews` service that manages custom views
  - provides list of default views
  - gives access to "active" custom view based on current route and query params
  - manages loading/saving of custom views to user settings
- show "Add view" button in the content filter when the posts list has been filtered
- show "Edit view" button in the content filter when the posts list filter matches a saved view

Co-authored-by: Peter Zimon <peter.zimon@gmail.com>
2020-01-30 15:35:36 +00:00

1 line
944 B
XML

<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>clockface</title><g fill="#000" fill-rule="nonzero"><path d="M12 .75c-3.098 0-5.764 1.104-7.955 3.295C1.855 6.236.75 8.902.75 12s1.104 5.764 3.295 7.955C6.236 22.145 8.902 23.25 12 23.25s5.764-1.104 7.955-3.295c2.19-2.191 3.295-4.857 3.295-7.955s-1.104-5.764-3.295-7.955C17.764 1.855 15.098.75 12 .75zm0 1.5c2.7 0 4.985.946 6.894 2.856 1.91 1.91 2.856 4.193 2.856 6.894 0 2.7-.946 4.985-2.856 6.894-1.91 1.91-4.193 2.856-6.894 2.856-2.7 0-4.985-.946-6.894-2.856C3.196 16.984 2.25 14.701 2.25 12c0-2.7.946-4.985 2.856-6.894C7.016 3.196 9.299 2.25 12 2.25z"/><path d="M12 4.5c.38 0 .693.282.743.648l.007.102V12c0 .414-.336.75-.75.75-.38 0-.693-.282-.743-.648L11.25 12V5.25c0-.414.336-.75.75-.75z"/><path d="M16.759 11.25c.414 0 .75.336.75.75 0 .38-.283.693-.649.743l-.101.007H12c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743L12 11.25h4.759z"/></g></svg>