-
Notifications
You must be signed in to change notification settings - Fork 18
Remove the filter drawer. #647
Remove the filter drawer. #647
Conversation
src/app/config/globalSettings.js
Outdated
@@ -18,4 +18,10 @@ globalSettings.ENABLE_UNIQUE_CAT = true; | |||
*/ | |||
globalSettings.DEFAULT_ACTIVE_CATEGORIES = [globalSettings.DEFAULT_ACTIVE_CATEGORY]; | |||
|
|||
/** | |||
* The new user interface aims at being simpler and more intuitive, making most | |||
* filters more accessible. This filter drawer is not useful anymore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also add a TODO
comment about deleting all the deadcode concerning this obsolete feature ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mabhub : I thought it was a good thing to keep it, as reactivating it is as simple as removing this override.
If we're sure we'll never ever need it in the future though, we could delete everything related to it.
Your opinion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mabhub : Changed comments a bit to try to improve explanations. Better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great !
src/app/config/globalSettings.js
Outdated
@@ -18,4 +18,10 @@ globalSettings.ENABLE_UNIQUE_CAT = true; | |||
*/ | |||
globalSettings.DEFAULT_ACTIVE_CATEGORIES = [globalSettings.DEFAULT_ACTIVE_CATEGORY]; | |||
|
|||
/** | |||
* The new user interface aims at being simpler and more intuitive, making most | |||
* filters more accessible. This filter drawer is not useful anymore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great !
No description provided.