Daniel Waterworth
ffba242de1
DEV: Prevent setting filterMode where it can be already be computed
...
The plan is to switch over all cases where filterMode is set, but, to
prevent breaking plugins and themes, the category and noSubcategories
need to be inferred from any given filterMode before that can happen.
2019-11-21 14:07:10 +00:00
Maja Komel
1f1d3909e5
UX: add more tag classes to topic view ( #7228 )
...
adds tag classes where there is already category-* class
2019-03-21 17:49:50 +01:00
Vinoth Kannan
1da265db11
UX: category images have no sizes ( #6662 )
2018-11-27 08:40:06 +08:00
Sam
56cbfa2611
UX: Require an extra click to open topic draft
...
When there is a topic draft in place instead of showing "+ New Topic"
we will show "+ Open Draft", this allows topic drafts to be much less
intrusive.
Also, fixes draft handling of tags
2018-04-17 14:45:18 +10:00
scossar
caa38aaaad
Add support for mixed text directions
2018-01-28 18:33:55 -08:00
Robin Ward
422f990615
REFACTOR: Extract navigation into a component
2017-10-31 15:23:38 -04:00
Joffrey JAFFEUX
950b9e9eaf
FIX: keeps as much as possible the same api for select-box components
2017-09-09 20:29:07 +02:00
Joffrey JAFFEUX
cf6fb7622e
Replaces all notification-options like dropdowns with select-box
2017-09-08 20:47:39 +02:00
Robin Ward
f4839da047
More consistent container class names for styling
2017-08-13 15:49:57 -04:00
Robin Ward
513b7bf706
REFACTOR: DRY up New Topic button code
2017-08-01 15:04:07 -04:00
Robin Ward
e4c2b5e430
REFACTOR: CSS improvements to improve targetting and remove !important
2017-07-28 15:52:57 -04:00
Robin Ward
5b590b9637
REFACTOR: Replace some fa-* uses with helpers
2017-07-27 14:55:41 -04:00
Robin Ward
f7b686117b
UX: Add a span to d-button so text can be hidden via CSS
2017-06-28 15:46:09 -04:00
Jeff Atwood
38950cdc10
add missing span tags to new topic btn
2017-06-27 02:47:10 -07:00
Jeff Atwood
bfd892bbbc
better responsive layout for new topic btn
2017-06-23 01:52:09 -07:00
Neil Lalonde
7dfbb5a395
UX: don't hide the subcategory filters when subcategories are listed below
2017-06-06 17:38:59 -04:00
Sam
3227d79430
FIX: extra-nav-item outlet no longer adds a DIV to UL
...
This amends the extensibility on navigation bar so extra nav items are not
added to a DIV nested into the UL, instead the LIs are rendered as usual
2017-03-06 15:00:13 -05:00
Leo McArdle
e4ad88019b
add category-navigation plugin outlet
2017-01-19 17:35:22 +00:00
Guo Xiang Tan
3999afc279
FIX: Category logo not showing in navigation.
2016-12-15 12:11:21 +08:00
Robin Ward
120a780763
Replace the add category class view mixin with a component
2016-11-14 14:36:29 -05:00
Robin Ward
01a8ef590a
Remove more view classes
2016-11-10 16:27:15 -05:00
Robin Ward
0904ad5537
Migrate createViewWithBodyClass helper to components
2016-11-10 14:28:04 -05:00
Arpit Jalan
605a302546
UX: move category logo above navigation
2016-06-18 14:20:37 +05:30
Robin Ward
416e461417
FIX: Subcategories should show pills
2016-02-26 15:18:52 -05:00
getabetterpic
519a50e3a5
Fix bug where create topic is suggested when insufficient permissions
...
When a user is viewing a category they do not have permission to create
a topic in, they are still prompted to create a topic if they are at the
bottom of the topics. This fixes the issue, as well as disabling the
New Topic button if they don't have permission to create a topic for
that category.
2015-09-18 19:27:49 -04:00
Kane York
c038758f8c
FIX: Several fixes related to category reorder
...
- Move "New Category" and "Reorder Categories" into a dropdown
- Always show "New Topic" on categories page, even for admins
- Make category reorder modal full-height (.full-height-modal)
- Move category reorder stylesheet out of admin stylesheet
2015-09-10 13:42:10 -07:00
Kane York
342eba4374
FEATURE: Category reordering dialog
2015-09-06 16:53:52 -07:00
Sam
2876725e1b
REFACTOR: remove hacky search from discovery
2015-07-27 16:47:06 +10:00
Sam
701c23c8b7
REFACTOR: create component for navigation pills
2015-06-22 10:54:50 +10:00
Robin Ward
0362c50698
Remove deprecations from edit-category and add skeleton acceptance test
2015-05-15 11:12:41 -04:00
Sam
4dbd065026
work-in-progress full page search
2015-04-02 16:02:07 +11:00
Robin Ward
be9feeb918
Replace CurrentUserMixin with an injected currentUser
...
This is a lot simpler and removes the need for stubbing singletons
in unit tests.
2015-02-27 10:33:39 -05:00
Robin Ward
1f716f5514
Convert Notification button to a component
2015-02-27 10:33:39 -05:00
Robin Ward
2a4b30346c
FIX: Category images were not using the CDN
2015-02-18 12:30:41 -05:00
Robin Ward
4de412365e
The {{i18n}} helper should use quotes when looking up keys, always.
2014-12-08 16:36:18 -05:00
Robin Ward
32441ebcac
FIX: Don't escape HTML content on category descriptions
2014-10-08 13:04:22 -04:00
Robin Ward
e55b437eb9
Replace the rest of the deprecated {{action xyz}} with `{{action
...
"xyz"}}`
2014-10-03 14:43:27 -04:00
Robin Ward
d0fb8bbcfc
Instead of .js.handlebars use .hbs for handlebars templates
2014-09-26 15:23:15 -04:00
Robin Ward
2e0832fa71
TWEAK: Add the category description beside the logo, if present.
2014-07-04 15:35:02 -04:00
Robin Ward
462dcadd01
FEATURE: Subcategory list on parent subcategory page.
2014-07-02 16:47:43 -04:00
Robin Ward
c94cf78291
CSS: Alignment of category buttons for admins
2014-07-01 16:06:48 -04:00
Neil Lalonde
9a09817767
Show Create Topic button on /categories page, unless Create Category button is shown
2014-07-01 16:05:03 -04:00
Robin Ward
952426d358
FEATURE: Uploaded images to categories are shown when browsing
2014-06-30 14:14:00 -04:00
Robin Ward
07ae7435f2
ES6: Convert all button views
2014-06-23 12:37:38 -04:00
Régis Hanol
3b6b2770f3
BUGFIX: date of the post in the share dialog is now properly bound
...
CLEANUP: removed all unused handlebars helpers
REFACTOR: removed 'unbound' prefix (for performance reasons, helpers are unbound by default)
REFACTOR: added 'bound' prefix to bound helpers
REFACTOR: renamed helper using 'foo-bar-foo' syntax (instead of camel case)
2014-06-10 19:04:31 +02:00
Robin Ward
411985de3b
FIX: Recursion with a computed property that was pointing to itself.
2014-06-04 16:33:22 -04:00
Catrin
5f8ac51059
another bugfix
2014-05-29 18:18:28 -04:00
Catrin
33fcf79444
setting permissions to change category notification levels
2014-05-29 18:18:28 -04:00
Catrin
772a304fc2
dropdown on categorypage
2014-05-29 18:18:27 -04:00
Robin Ward
4e1a628ff9
Hooks for extra nav items.
2014-02-25 16:02:27 -05:00