Skip to content

Commit e4521d8

Browse files
committed
feat(webapp): UI redesign with Technical Trust design system
- New design system (IBM Plex fonts, slate palette, dark mode) - Complete refactor of components and pages - Add favicon, PWA icons and new logo - Minor fixes (null handling, translations, navigation)
1 parent c374021 commit e4521d8

38 files changed

+2143
-1849
lines changed

β€Žwebapp/index.htmlβ€Ž

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,29 @@
22
<html lang="fr">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
76
<title>Ackify - Gestion des signatures</title>
7+
8+
<!-- Favicon -->
9+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
10+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
11+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
12+
13+
<!-- Apple Touch Icon -->
14+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
15+
16+
<!-- Web App Manifest -->
17+
<link rel="manifest" href="/site.webmanifest" />
18+
19+
<!-- Theme Color -->
20+
<meta name="theme-color" content="#0f172a" />
21+
<meta name="msapplication-TileColor" content="#0f172a" />
22+
23+
<!-- Fonts -->
24+
<link rel="preconnect" href="https://fonts.googleapis.com">
25+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
26+
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
27+
828
__META_TAGS__
929
<script>
1030
window.ACKIFY_BASE_URL = '__ACKIFY_BASE_URL__';
23.9 KB
Loading
119 KB
Loading
21.2 KB
Loading
608 Bytes
Loading
1.42 KB
Loading

β€Žwebapp/public/favicon.icoβ€Ž

15 KB
Binary file not shown.

β€Žwebapp/public/favicon.svgβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Žwebapp/public/icon-40x40.svgβ€Ž

Lines changed: 75 additions & 0 deletions
Loading

β€Žwebapp/public/logo.svgβ€Ž

Lines changed: 75 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)