Content
View differences
Updated by Henriette Darge almost 2 years ago
The goal of this feature is to move one step closer to rails/Primer and away from angular. This is needed for the wider goal of the parents EPIC of removing the Angular ui router. Therefore we want to implement all sub menus (the ones shown when clicking on the right arrow in a menu) in rails.
### Acceptance
* The angular components `op-sidemenu` and `op-view-select` are removed
* All sub menus are implemeneted with the rails `OpenProject::Common::SubmenuComponent`
* All functionaility is kept:
* Search option
* Highlighting the currently active query
* Only difference: There will always be a hard reload when clicking on any entry of the sub menu.
**Hint for QA**
* Ideally not so much has changed with this Feature excpet for the mentioned hard reloads when choosing a menu item.
### Acceptance
* The angular components `op-sidemenu` and `op-view-select` are removed
* All sub menus are implemeneted with the rails `OpenProject::Common::SubmenuComponent`
* All functionaility is kept:
* Search option
* Highlighting the currently active query
* Only difference: There will always be a hard reload when clicking on any entry of the sub menu.
**Hint for QA**
* Ideally not so much has changed with this Feature excpet for the mentioned hard reloads when choosing a menu item.