discourse/app/assets/javascripts/admin
Régis Hanol 0947191060 UX: improved our footer handling
- new "show-footer" mixins
- converted most of the routes to ES6
- FIX: handling of "indexStream" in user pages

There will now be a footer on all the following pages
- /exception
- /about
- /latest
- /new
- /unread
- /starred
- /top
- /categories
- /c/:category
- /c/:category/l/latest
- /c/:category/l/new
- /c/:category/l/unread
- /c/:category/l/top
- /t/:topic/:id
- /groups/:name/members
- /user/activity
- /user/activity/topics
- /user/activity/posts
- /user/activity/replies
- /user/activity/likes-given
- /user/activity/likes-received
- /user/activity/bookmarks
- /user/activity/starred
- /user/badges
- /user/notifications
- /user/flagged-posts
- /user/deleted-posts
- /user/private-messages
- /user/private-messages/mine
- /user/private-messages/unread
- /user/invited
- /user/:username/preferences
- /faq (static pages)
- /badges
- /badges/:id/:badge
2014-11-19 20:37:43 +01:00
..
components use proper case & remove unused view 2014-11-17 18:17:24 +01:00
controllers FEATURE: show exact error for test email 2014-11-19 22:58:59 +05:30
helpers Migrated more helpers to ES6 preferred format 2014-09-11 13:32:57 -04:00
models FEATURE: add a button for staff to delete a user on their profile page 2014-11-14 15:25:33 -05:00
routes Add loading route support to admin flags 2014-11-11 15:48:13 -05:00
templates Tweak HTML to include active class on the `li` on the site settings 2014-11-14 11:10:55 -05:00
views UX: improved our footer handling 2014-11-19 20:37:43 +01:00