From fb7c78868b3bf5313bd98c66bc0048782748352e Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:40:44 +0100 Subject: [PATCH] feat(ui): add Phosphor Icons to PillNavigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace SVG path icons with Phosphor Icons via @manacore/shared-icons - Add icon mapping for all navigation icons (help-circle, share-2, etc.) - Update help page design with glass-morphism styling - Icons now render consistently across all navigation items 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../web/src/routes/(app)/help/+page.svelte | 290 ++++++++++-------- .../src/navigation/PillNavigation.svelte | 133 ++++++-- 2 files changed, 275 insertions(+), 148 deletions(-) diff --git a/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte b/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte index 2303da0f2..82aa1c5e5 100644 --- a/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte +++ b/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte @@ -1,6 +1,22 @@