Commit Graph

8 Commits

Author SHA1 Message Date
Usman Baig
7f9ad0e977 refactor: switch icons from react-icons to Phosphor
Replace react-icons and @radix-ui/react-icons with @phosphor-icons/react
for a consistent icon style across all dashboard panels.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 00:23:31 +01:00
Usman Baig
d08c8f00a0 style: add transition effects to shadow properties across multiple components for improved visual feedback 2026-02-21 23:42:12 +01:00
Usman Baig
4d477110c8 refactor: enhance OfflineBanner to accept online status as a prop and update layout-content to pass isOnline state 2026-02-04 12:34:24 +01:00
Usman Baig
19f75b2f45 chore: update @ciphera-net/ui dependency to version 0.0.42 in package.json and package-lock.json; enhance OfflineBanner styling and layout in layout-content.tsx 2026-02-04 11:41:38 +01:00
Usman Baig
223c00a382 fix: conditionally render OfflineBanner and adjust main padding based on user authentication and online status 2026-02-04 11:32:14 +01:00
Usman Baig
cbd3c38f38 chore: update @ciphera-net/ui dependency to version 0.0.40 in package.json and package-lock.json; add useOnlineStatus hook to LayoutContent for dynamic padding adjustment 2026-02-04 11:17:18 +01:00
Usman Baig
2a0380189d feat: add OfflineBanner component to LayoutContent for offline notifications and update styles in OfflineBanner 2026-02-04 11:00:21 +01:00
Usman Baig
787eac2151 feat: integrate PWA support using next-pwa; update configuration in next.config.ts, add service worker files to .gitignore, and include manifest in layout.tsx 2026-02-04 10:45:00 +01:00