Mise à jour graphique

This commit is contained in:
Rampeur
2025-09-23 22:25:08 +02:00
parent 65ae9fce4b
commit 8b098f7545
31 changed files with 753 additions and 1044 deletions
+3
View File
@@ -1,7 +1,9 @@
export * from './accordion';
export * from './dashboard-components';
export * from './fortification-card-content/fortification-card-content.component';
export * from './helpers-chart';
export * from './helpers-jump';
export * from './herowars-components';
//export * from './layout';
export * from './layout/footer.component';
export * from './layout/full.component';
@@ -9,6 +11,7 @@ export * from './layout/header.component';
export * from './list-errors/list-errors.component';
export * from './spinner/spinner.component';
export * from './confirmed.validator';
export * from './floor.pipe';
export * from './french-paginator.component';
export * from './menu-items';
export * from './show-authed.directive';
@@ -59,6 +59,9 @@
<button mat-menu-item routerLink="/settings" routerLinkActive="active">
<mat-icon fontIcon="settings" color="primary"></mat-icon> Paramètres
</button>
<button mat-menu-item routerLink="/demo" routerLinkActive="active">
<mat-icon fontIcon="color_lens" color="primary"></mat-icon> Demo UI
</button>
<button mat-menu-item (click)="goToGitHub()">
<mat-icon fontIcon="code" color="primary"></mat-icon> GitHub
</button>
@@ -47,7 +47,8 @@ export class FullComponent implements OnInit, OnDestroy {
siteLink = 'https://www.adastra-cbd.com';
author = 'Ad Astra';
links: Menu[] = [];
visibleMenu: string[] = ['products', 'page'];
visibleMenu: string[] = [];
//visibleMenu: string[] = ['products', 'page'];
//visibleMenu: string[] = ['products'];
constructor(
+2 -1
View File
@@ -52,7 +52,8 @@ const MENUITEMS: Menu[] = [
{ state: 'page', type: 'menu', name: 'Documentation', icon: 'books', desc: '' },
{ parent: 'page', state: 'les-fleurs', type: 'link', name: 'Fleurs', icon: 'marijuana', desc: '' },
{ parent: 'page', state: 'les-resines', type: 'link', name: 'Résines', icon: 'butter', desc: '' },
{ parent: 'page', state: 'les-molecules', type: 'link', name: 'Molécules', icon: 'molecule', desc: '' }
{ parent: 'page', state: 'les-molecules', type: 'link', name: 'Molécules', icon: 'molecule', desc: '' },
{ state: 'herowars', type: 'link', name: 'Hero Wars', icon: 'military_tech', icontype: 'mat', desc: '' }
];
const MENUPJUMP: Menu[] = [