feat(lum-client): logos Lions + refonte index + enrichissement user view/profil

- Logos Lions (3 variantes : branded, dark, standard) dans freya-layout/images
- index.html + index.xhtml : refonte
- pages/user-manager/users/view.xhtml : enrichissement affichage détails user (+427 lignes)
- UserProfilBean, AuditConsultationBean, UserSessionBean : ajustements
- templates/menu.xhtml + topbar.xhtml : ajustements layout
- pom.xml : mises à jour mineures
- .gitignore ajouté
- UserCreationBeanTest : ajustements

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
dahoud
2026-04-21 12:46:56 +00:00
parent d19ee7cd25
commit 8b8903252a
14 changed files with 1000 additions and 1011 deletions

View File

@@ -149,6 +149,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>21</release>
</configuration>
</plugin>
<plugin>