Draft: Vue super sidebar PoC
5 unresolved threads
5 unresolved threads
Compare changes
Files
2- Paul Gascou-Vaillancourt authored
@@ -37,14 +37,14 @@ export default {
GlDropdown
for now. Ideally, this would be implemented as a menu, but we don't have a component for this yet, perhaps something we should prioritize as part of this effort. It's worth noting that the dropdown's toggle needs to be the user's avatar, which implies having control over that area via a slot, which GlDropdown
does, but GlListbox
doesn't.GlToggle
within a GlDropdown
proved to be cumbersome as the latter's styles are leaking into the former. We'll need to be careful about this sort of thing with GlMenu
..nav-sidebar
CSS class to piggy back on the current spacing and positioning. In the actual implementation, we might want to start from scratch to avoid undesired styles from getting in the way. For example, some a
styles are leaking in the user dropdown menu, we've had to override the left margin manually there.