Révision 54800558 src/app/app.component.html
src/app/app.component.html | ||
---|---|---|
6 | 6 |
<RadSideDrawer [drawerTransition]="sideDrawerTransition"> |
7 | 7 |
<GridLayout tkDrawerContent rows="auto, *" class="nt-drawer__content"> |
8 | 8 |
<StackLayout row="0" class="nt-drawer__header"> |
9 |
<Image class="nt-drawer__header-image fas t-36" src="font://"></Image> |
|
9 |
<!-- <Image class="nt-drawer__header-image fas t-36" src="font://"></Image> --> |
|
10 |
<Image class="nt-drawer__header-image fas t-36" src="~/images/logo.png"></Image> |
|
10 | 11 |
<Label class="nt-drawer__header-brand" [text]='pseudo'></Label> |
11 | 12 |
<Label class="nt-drawer__header-footnote" [text]='email'></Label> |
12 | 13 |
<Label class="nt-drawer__header-footnote" text='ClicAlbum version : {{appVersion}}'></Label> |
... | ... | |
19 | 20 |
<Label col="1" text="Application" class="p-r-10"></Label> |
20 | 21 |
</GridLayout> |
21 | 22 |
|
22 |
<GridLayout columns="auto, *" class="nt-drawer__list-item" [class.-selected]="isComponentSelected('/about')" (tap)="onNavItemTap('/about')"> |
|
23 |
<Label col="0" text="" class="nt-icon fas"></Label> |
|
24 |
<Label col="1" text="À propos" class="p-r-10"></Label> |
|
25 |
</GridLayout> |
|
26 | 23 |
|
27 | 24 |
<!-- <GridLayout columns="auto, *" class="nt-drawer__list-item" [class.-selected]="isComponentSelected('/browse')" (tap)="onNavItemTap('/browse')"> |
28 | 25 |
<Label col="0" text="" class="nt-icon far"></Label> |
... | ... | |
51 | 48 |
<Label col="1" text="Configuration" class="p-r-10"></Label> |
52 | 49 |
</GridLayout> |
53 | 50 |
|
51 |
<StackLayout class="hr"></StackLayout> |
|
52 |
|
|
53 |
<GridLayout columns="auto, *" class="nt-drawer__list-item" [class.-selected]="isComponentSelected('/upgrade')" (tap)="onNavItemTap('/upgrade')"> |
|
54 |
<Label col="0" text="" class="nt-icon fas"></Label> |
|
55 |
<Label col="1" text="Mise à jour" class="p-r-10"></Label> |
|
56 |
</GridLayout> |
|
57 |
|
|
58 |
<GridLayout columns="auto, *" class="nt-drawer__list-item" [class.-selected]="isComponentSelected('/about')" (tap)="onNavItemTap('/about')"> |
|
59 |
<Label col="0" text="" class="nt-icon fas"></Label> |
|
60 |
<Label col="1" text="À propos" class="p-r-10"></Label> |
|
61 |
</GridLayout> |
|
62 |
|
|
54 | 63 |
</StackLayout> |
55 | 64 |
</ScrollView> |
56 | 65 |
</GridLayout> |
Formats disponibles : Unified diff