feat: update branding and enhance AppHeader functionality

- Changed the document title from "orcid-system" to "ORCID2SWORD".
- Updated AppHeader to reflect the new brand name and improved user profile link for authenticated users.
- Added user name extraction from JWT for personalized greetings in the header.
- Refactored layout and styling for better responsiveness and user experience on the LandingPage.
This commit is contained in:
Alexis
2026-05-07 13:51:03 +02:00
parent bdb36ee13c
commit ecdfadbf20
4 changed files with 174 additions and 195 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>orcid-system</title>
<title>ORCID2SWORD</title>
</head>
<body>
<div id="root"></div>