- Issue created by @lauriii
- Assigned to Abh1shek
- Merge request !2303438046-second level menu marked as active and expanded when level three item is active. → (Closed) created by Unnamed author
- Issue was unassigned.
- Status changed to Needs review
8 months ago 1:31pm 4 April 2024 - First commit to issue fork.
- 🇪🇸Spain ckrina Barcelona
Moved the work to branch that follow naming conventions to avoid confusions.
- Status changed to Needs work
7 months ago 11:47am 6 April 2024 - Assigned to meghasharma
- 🇮🇳India meghasharma
Added dark circle to active state when it's active as per the figma design.
Please review
Thanks!
Screenshot 2024-04-16 at 2.46.36 PM
Screenshot 2024-04-16 at 2.46.53 PM - Issue was unassigned.
- Status changed to Needs review
7 months ago 9:41am 16 April 2024 - Status changed to Needs work
7 months ago 10:59am 16 April 2024 - Assigned to meghasharma
- Issue was unassigned.
- First commit to issue fork.
- Merge request !7963Secondary menu marked as active and expanded when level 3 menu is active → (Open) created by Unnamed author
- Status changed to Needs review
6 months ago 2:03pm 8 May 2024 - Status changed to Needs work
6 months ago 3:02pm 8 May 2024 - 🇺🇸United States smustgrave
With the js change believe something that should have test coverage.
- 🇷🇸Serbia finnsky
Thank you!
MR contains lot of css changes which breaks layoutAlso i believe it does not need rework of all JS, Cause all events already exist. Gonna check
- Status changed to Needs review
6 months ago 4:27pm 8 May 2024 - 🇷🇸Serbia finnsky
It needs design and UI decision.
In the original version of the menu, we had limited space in the popover and closed the child menu when changing the popover. Now I think
this is completely unnecessary because there is enough space in the popover to display the children's menu open.This MR resolve it. But not works in case of deeper levels. We need to rewrite events system a bit to achieve this.
- Status changed to Needs work
6 months ago 7:13pm 8 May 2024 - 🇷🇸Serbia finnsky
We need to add extra css using `:has` selector
https://developer.mozilla.org/en-US/docs/Web/CSS/:has
Examples presented for higher levels of menu