File tree 2 files changed +7
-7
lines changed
showcase/app/templates/layouts/app-frame/frameless
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 53
53
<Frame .Sidebar>
54
54
<Hds::SideNav @isResponsive ={{ true }} @hasA11yRefocus ={{ false }} @isCollapsible ={{ true }} >
55
55
<:body >
56
- <Hds::SideNav::List aria-label =" Dashboard" as |SNL|>
56
+ <Hds::SideNav::List class = " hds-side-nav-hide-when-minimized " aria-label =" Dashboard" as |SNL|>
57
57
<SNL .Link @icon =" dashboard" @text =" Dashboard" @isActive ={{ true }} />
58
58
</Hds::SideNav::List >
59
- <Hds::SideNav::List aria-label =" Services" as |SNL|>
59
+ <Hds::SideNav::List class = " hds-side-nav-hide-when-minimized " aria-label =" Services" as |SNL|>
60
60
<SNL .Title>Services</SNL .Title>
61
61
<SNL .Link @text =" Boundary" @icon =" boundary" @href =" #" />
62
62
<SNL .Link @text =" Consul" @icon =" consul" @href =" #" />
67
67
<SNL .Link @text =" Vagrant" @icon =" vagrant" @badge =" Alpha" @href =" #" />
68
68
<SNL .Link @text =" Waypoint" @icon =" waypoint" @badge =" Alpha" @hasSubItems ={{ true }} />
69
69
</Hds::SideNav::List >
70
- <Hds::SideNav::List aria-label =" Organization" as |SNL|>
70
+ <Hds::SideNav::List class = " hds-side-nav-hide-when-minimized " aria-label =" Organization" as |SNL|>
71
71
<SNL .Title>Default Org</SNL .Title>
72
72
<SNL .Link @text =" HashiCorp Virtual Networks" @icon =" network" @href =" #" />
73
73
<SNL .Link @text =" Access control (IAM)" @icon =" users" @href =" #" @hasSubItems ={{ true }} />
Original file line number Diff line number Diff line change 43
43
</Hds::SideNav::Header >
44
44
</:header >
45
45
<:body >
46
- <Hds::SideNav::List aria-label =" Dashboard" as |SNL|>
46
+ <Hds::SideNav::List class = " hds-side-nav-hide-when-minimized " aria-label =" Dashboard" as |SNL|>
47
47
<SNL .Link @icon =" dashboard" @text =" Dashboard" @isActive ={{ true }} />
48
48
</Hds::SideNav::List >
49
- <Hds::SideNav::List aria-label =" Services" as |SNL|>
49
+ <Hds::SideNav::List class = " hds-side-nav-hide-when-minimized " aria-label =" Services" as |SNL|>
50
50
<SNL .Title>Services</SNL .Title>
51
51
<SNL .Link @text =" Boundary" @icon =" boundary" @href =" #" />
52
52
<SNL .Link @text =" Consul" @icon =" consul" @href =" #" />
57
57
<SNL .Link @text =" Vagrant" @icon =" vagrant" @badge =" Alpha" @href =" #" />
58
58
<SNL .Link @text =" Waypoint" @icon =" waypoint" @badge =" Alpha" @hasSubItems ={{ true }} />
59
59
</Hds::SideNav::List >
60
- <Hds::SideNav::List aria-label =" Organization" as |SNL|>
60
+ <Hds::SideNav::List class = " hds-side-nav-hide-when-minimized " aria-label =" Organization" as |SNL|>
61
61
<SNL .Title>Default Org</SNL .Title>
62
62
<SNL .Link @text =" HashiCorp Virtual Networks" @icon =" network" @href =" #" />
63
63
<SNL .Link @text =" Access control (IAM)" @icon =" users" @href =" #" @hasSubItems ={{ true }} />
67
67
</Hds::SideNav::List >
68
68
</:body >
69
69
<:footer >
70
- <Hds::Dropdown class =" shw-layout-app-frame-full-width-elem" as |dd|>
70
+ <Hds::Dropdown class =" hds-side-nav-hide-when-minimized shw-layout-app-frame-full-width-elem" as |dd|>
71
71
<dd .ToggleButton @text =" Choose an organization" @icon =" org" />
72
72
<dd .Checkmark>
73
73
organizationName
You can’t perform that action at this time.
0 commit comments