From 58bd57543be6e1974d89cf81b0a5798f75e73c90 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Wed, 22 Oct 2025 21:07:41 -0400 Subject: [PATCH] feat: add app icons and update UI with logo branding --- angular.json | 6 +- index.html | 5 + src/app/constants/help-note.content.ts | 4 + .../features/about/about-panel.component.ts | 4 +- .../sidebar/app-sidebar-drawer.component.ts | 5 +- .../sidebar/nimbus-sidebar.component.ts | 5 +- .../app-shell-nimbus.component.ts | 125 ++++++++++++++++-- src/assets/apple-touch-icon.png | Bin 0 -> 39279 bytes src/assets/favicon-96x96.png | Bin 0 -> 15211 bytes src/assets/favicon.ico | Bin 0 -> 15086 bytes src/assets/favicon.svg | 3 + src/assets/site.webmanifest | 21 +++ src/assets/web-app-manifest-192x192.png | Bin 0 -> 43809 bytes src/assets/web-app-manifest-512x512.png | Bin 0 -> 195142 bytes src/services/vault.service.ts | 13 +- 15 files changed, 172 insertions(+), 19 deletions(-) create mode 100644 src/assets/apple-touch-icon.png create mode 100644 src/assets/favicon-96x96.png create mode 100644 src/assets/favicon.ico create mode 100644 src/assets/favicon.svg create mode 100644 src/assets/site.webmanifest create mode 100644 src/assets/web-app-manifest-192x192.png create mode 100644 src/assets/web-app-manifest-512x512.png diff --git a/angular.json b/angular.json index ff35252..0f1cb29 100644 --- a/angular.json +++ b/angular.json @@ -29,7 +29,11 @@ "src/styles.css" ], "assets": [ - "src/assets" + { + "glob": "**/*", + "input": "src/assets", + "output": "assets" + } ] }, "configurations": { diff --git a/index.html b/index.html index ea0bfe7..c2fb4db 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,11 @@ ObsiViewer - Obsidian Vault Viewer + + + + +