1
- <aside class = " sidebar " >
2
- <header class = " sidebar__logo hide-on-mobile " >
1
+ <PixNavigation @ variant = " orga " @ navigationAriaLabel = {{ t " navigation.main.aria-label " }} @ menuLabel = " Menu " >
2
+ <:brand >
3
3
<LinkTo @route ={{ this.redirectionRoute }} >
4
- <img src =" {{ this.rootUrl }} /pix-orga.svg" alt =" {{ t ' common.home-page' }} " />
4
+ <img src =" {{ this.rootUrl }} /pix-orga.svg" class = " pix-orga-logo " alt =" {{ t ' common.home-page' }} " />
5
5
</LinkTo >
6
- </header >
7
-
8
- <nav class =" sidebar-nav" aria-label ={{ t " navigation.main.aria-label" }} >
6
+ </:brand >
7
+ <:navElements >
9
8
{{ #if this.shouldDisplayCampaignsEntry }}
10
- <LinkTo @route =" authenticated.campaigns" class =" sidebar-nav__item" >
11
- <span class =" sidebar-nav__item-icon" >
12
- <PixIcon @name =" conversionPath" role =" none" />
13
- </span >
14
- {{ t " navigation.main.campaigns" }}
15
- </LinkTo >
9
+ <PixNavigationButton @route ={{ this.redirectionRoute }} @icon =" conversionPath" >
10
+ {{ t " navigation.main.campaigns" }} </PixNavigationButton >
16
11
{{ /if }}
17
-
18
12
{{ #if this.shouldDisplayCertificationsEntry }}
19
- <LinkTo @route =" authenticated.certifications" class =" sidebar-nav__item" >
20
- <span class =" sidebar-nav__item-icon" >
21
- <PixIcon @name =" awards" role =" none" />
22
- </span >
23
- {{ t " navigation.main.certifications" }}
24
- </LinkTo >
13
+ <PixNavigationButton @route =" authenticated.certifications" @icon =" awards" >
14
+ {{ t " navigation.main.certifications" }} </PixNavigationButton >
25
15
{{ /if }}
26
16
{{ #if this.shouldDisplayAttestationsEntry }}
27
- <LinkTo @route =" authenticated.attestations" class =" sidebar-nav__item" >
28
- <span class =" sidebar-nav__item-icon" >
29
- <PixIcon @name =" assignment" role =" none" />
30
- </span >
31
- {{ t " navigation.main.attestations" }}
32
- </LinkTo >
17
+ <PixNavigationButton @route =" authenticated.attestations" @icon =" awards" >
18
+ {{ t " navigation.main.attestations" }} </PixNavigationButton >
33
19
{{ /if }}
34
20
{{ #if this.shouldDisplayMissionsEntry }}
35
- <LinkTo @route =" authenticated.missions" class =" sidebar-nav__item" >
36
- <span class =" sidebar-nav__item-icon" >
37
- <PixIcon @name =" conversionPath" role =" none" />
38
- </span >
21
+ <PixNavigationButton @route =" authenticated.missions" @icon =" conversionPath" >
39
22
{{ t " navigation.main.missions" }}
40
- </LinkTo >
23
+ </PixNavigationButton >
41
24
{{ /if }}
42
- <LinkTo @route ={{ this.organizationLearnersList.route }} class =" sidebar-nav__item" >
43
- <span class =" sidebar-nav__item-icon" >
44
- <PixIcon @name =" infoUser" role =" none" />
45
- </span >
25
+
26
+ <PixNavigationButton @route ={{ this.organizationLearnersList.route }} @icon =" infoUser" >
46
27
{{ t this.organizationLearnersList.label }}
47
- </LinkTo >
48
- <LinkTo @route =" authenticated.team" class =" sidebar-nav__item" >
49
- <span class =" sidebar-nav__item-icon" >
50
- <PixIcon @name =" users" role =" none" />
51
- </span >
28
+ </PixNavigationButton >
29
+
30
+ <PixNavigationButton @route =" authenticated.team" @icon =" users" >
52
31
{{ t " navigation.main.team" }}
53
- </LinkTo >
32
+ </PixNavigationButton >
33
+
54
34
{{ #if this.shouldDisplayPlacesEntry }}
55
- <LinkTo @route =" authenticated.places" class =" sidebar-nav__item" >
56
- <span class =" sidebar-nav__item-icon" >
57
- <PixIcon @name =" seat" role =" none" />
58
- </span >
35
+ <PixNavigationButton @route =" authenticated.places" @icon =" seat" >
59
36
{{ t " navigation.main.places" }}
60
- </LinkTo >
37
+ </PixNavigationButton >
61
38
{{ /if }}
39
+
62
40
{{ #if this.documentationUrl }}
63
- <a class =" sidebar-nav__item" href ={{ this.documentationUrl }} target =" _blank" rel =" noopener noreferrer" >
64
- <span class =" sidebar-nav__item-icon" >
65
- <PixIcon @name =" book" role =" none" />
66
- </span >
41
+ <PixNavigationButton href ={{ this.documentationUrl }} @target =" _blank" rel =" noopener noreferrer" @icon =" book" >
67
42
{{ t " navigation.main.documentation" }}
68
- </a >
43
+ </PixNavigationButton >
69
44
{{ /if }}
70
45
{{ #if this.shouldDisplayMissionsEntry }}
71
- <a
46
+ <PixNavigationButton
72
47
href =" https://pix.fr/support/enseignement-scolaire/1er-degre"
73
- target =" _blank"
74
- class =" sidebar-nav__item"
48
+ @target =" _blank"
75
49
rel =" noopener noreferrer"
50
+ @icon =" help"
76
51
>
77
- <span class =" sidebar-nav__item-icon" >
78
- <PixIcon @name =" help" role =" none" />
79
- </span >
80
52
{{ t " navigation.main.support" }}
81
- </a >
53
+ </PixNavigationButton >
82
54
{{ /if }}
83
-
84
- </nav >
85
- </aside >
55
+ </:navElements >
56
+ <:footer >
57
+ <Layout::OrganizationPlacesOrCreditInfo
58
+ @placesCount ={{ @placesCount }}
59
+ @onCanShowCredit ={{ this.handleCanShowCredit }}
60
+ />
61
+ <Layout::SchoolSessionManagement />
62
+ {{ #if this.shouldDisplaySeparator }}
63
+ <PixNavigationSeparator />
64
+ {{ /if }}
65
+ <Layout::UserLoggedMenu @onChangeOrganization ={{ @onChangeOrganization }} />
66
+ </:footer >
67
+ </PixNavigation >
0 commit comments