Usman Baig
48cf9a1f62
feat: replace settings page with SettingsModal
...
- Add SettingsModalProvider context and SettingsModalWrapper
- Wire Header onOpenSettings callback via LayoutInner pattern
- Remove old /settings page and SettingsPageClient
- Bump @ciphera-net/ui to ^0.0.88
2026-03-05 22:16:36 +01:00
Usman Baig
fd1386b80d
fix: replace index-based React keys with stable data keys (F-9)
...
Use page paths, referrer URLs, item names, and composite location
keys instead of array indices. Prevents stale-row glitches when
lists are filtered or reordered.
2026-03-01 21:15:09 +01:00
Usman Baig
b7426d6128
fix: login loading overlay, deduplicate getCookieDomain (F-18, F-11)
...
- Login page shows LoadingOverlay during redirect instead of blank screen
- Extract getCookieDomain() to shared lib/utils/cookies.ts
2026-03-01 21:02:28 +01:00
Usman Baig
8a7076ee1b
refactor: migrate dashboard to SWR hooks, eliminate all any[] state
...
Replace 22 manual useState + useEffect + setInterval polling with 11
focused SWR hooks. Removes ~85 lines of polling/visibility logic that
SWR handles natively. All any[] types replaced with proper interfaces
(TopPage, CountryStat, BrowserStat, etc.). Organization state in layout
typed as OrganizationMember[].
Resolves F-7, F-8, F-15 from audit report.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 18:42:14 +01:00
Usman Baig
b3a303d6df
fix: improve session management and UI highlights
2026-03-01 13:53:54 +01:00
Usman Baig
5ef6eafc63
feat: update notification preferences to include granular security alerts
2026-02-28 21:18:57 +01:00
Usman Baig
15f82eee00
feat: add email notification preferences and update settings page structure
2026-02-28 20:36:53 +01:00
Usman Baig
7053cf5d5e
feat: add security activity and trusted devices management to settings page
2026-02-28 19:58:49 +01:00
Usman Baig
c4e95268fe
feat: enhance settings page with account management and sidebar navigation
2026-02-28 19:13:09 +01:00
Usman Baig
c436680876
feat: add expandable sidebar navigation to settings page
...
Replace direct SharedProfileSettings rendering with an expandable sidebar
that shows Profile, Security, and Preferences as collapsible sub-items
under Profile & Preferences. Matches the new settings pattern across
all Ciphera frontends.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 17:56:06 +01:00
Usman
335cfc1a00
Merge branch 'main' into staging
2026-02-27 13:26:49 +01:00
Usman Baig
f933c2fb71
chore: update @ciphera-net/ui dependency to version 0.0.68 and update icon URLs in layout-content.tsx for improved asset management
2026-02-27 13:02:30 +01:00
Usman Baig
908b8c0900
chore: update CHANGELOG.md to include the addition of an App Switcher in the User Menu for easier navigation between Ciphera products, along with dependency updates for @ciphera-net/ui
2026-02-27 12:50:05 +01:00
Usman Baig
e5ad4cf2f6
chore: update CHANGELOG.md to reflect improvements in authentication flow, including seamless sign-in from the Ciphera portal and enhanced cookie management for better security and user experience
2026-02-27 12:05:49 +01:00
Usman Baig
b4b1348a94
chore: update CHANGELOG.md to include improvements in authentication flow, addressing CSRF handling and cookie management for seamless sign-in and enhanced security
2026-02-27 11:52:20 +01:00
Usman Baig
3efd23b386
chore: update CHANGELOG.md to include enhancements for dashboard performance, including smarter updates, real-time visitor tracking, and faster event processing
2026-02-27 09:10:08 +01:00
Usman Baig
1edd78672e
fix: treat session-flow callback (no state) as valid when coming from auth hub
...
Made-with: Cursor
2026-02-26 14:26:54 +01:00
Usman Baig
40fe34014c
style: update admin layout for improved responsiveness
2026-02-26 12:18:32 +01:00
Usman Baig
c89d9ce485
fix: add click-to-copy for org ID, show site name fallback in admin list
...
Made-with: Cursor
2026-02-26 12:16:07 +01:00
Usman Baig
30b450cdb6
Fix admin dashboard build: remove date-fns, replace Card with native divs, fix Button props
...
Made-with: Cursor
2026-02-25 22:02:53 +01:00
Usman Baig
3fe20a4b1b
[Feat] Pulse Admin Dashboard - manually grant plans to organizations
...
- Add admin layout with /api/admin/me check and access denial
- Add admin pages: dashboard, orgs list, org detail with grant form
- Add lib/api/admin.ts client for admin endpoints
Made-with: Cursor
2026-02-25 21:58:23 +01:00
Usman Baig
bd17bb45c4
chore: update CHANGELOG.md for version 0.11.1-alpha, highlighting secure sign-in improvements and update package version
2026-02-23 10:35:08 +01:00
Usman Baig
43a0954e5f
chore: update dashboard preview image to version 2, replacing the old file for improved design consistency
2026-02-22 22:21:23 +01:00
Usman Baig
93028efa0d
chore: increase dashboard preview image height for better visibility and update the image file to reflect design improvements
2026-02-22 22:16:37 +01:00
Usman Baig
14ca762305
refactor: remove mock data and streamline DashboardPreview component for improved performance and maintainability
2026-02-22 22:06:22 +01:00
Usman Baig
6545b006de
fix: enhance landing page dashboard preview and resolve logout redirect loop, improving user experience and visual consistency
2026-02-22 21:56:30 +01:00
Usman Baig
39eac4100e
feat: update favicon retrieval to use a centralized service URL for consistency across the application
2026-02-22 21:02:11 +01:00
Usman Baig
b88a31c612
feat: add character limits to site name and domain input fields to enhance form validation and user experience
2026-02-22 20:59:31 +01:00
Usman Baig
2d0307d328
fix: enhance error logging by replacing console.error with a centralized logger across the application to improve security and maintainability
2026-02-22 20:57:21 +01:00
Usman Baig
837c677b51
fix: update dark mode support for uptime chart tooltips to align with user theme preferences
2026-02-22 20:53:21 +01:00
Usman Baig
c73c300620
feat: improve organization switching experience with a branded loading overlay and session management for smoother transitions
2026-02-22 20:48:09 +01:00
Usman Baig
06f54176f1
refactor: enhance type safety by replacing any types with stricter types across the codebase, improving error handling and reducing potential bugs
2026-02-22 20:29:16 +01:00
Usman Baig
1947c6a886
fix: remove debug logs from authentication and organization switching to enhance security and prevent sensitive information leakage
2026-02-22 20:18:06 +01:00
Usman Baig
acac536590
feat: enforce tighter character limits for site, funnel, and monitor names to improve UI consistency and usability
2026-02-22 20:07:00 +01:00
Usman Baig
da0366603e
feat: improve form usability with auto-focus, character limits, and unsaved changes warnings for better user experience
2026-02-22 20:02:50 +01:00
Usman Baig
e0bae5a728
feat: add graceful error recovery with user-friendly error screens and retry options for improved user experience
2026-02-22 19:49:27 +01:00
Usman Baig
5c148a0547
feat: enhance page titles and link previews for improved user experience and sharing capabilities
2026-02-22 19:40:00 +01:00
Usman Baig
94fb7c60e0
feat: optimize favicon loading across the application using Next.js image component for better performance and caching
2026-02-22 19:21:28 +01:00
Usman Baig
156d9986df
fix: improve error messaging for various components to provide clearer feedback on failures
2026-02-22 19:17:20 +01:00
Usman Baig
d571b6156f
refactor: integrate useMinimumLoading hook for enhanced loading state management across multiple pages
2026-02-22 18:38:35 +01:00
Usman Baig
c100277955
refactor: replace loading overlays with skeleton components for improved user experience across various pages
2026-02-22 18:01:45 +01:00
Usman Baig
574462a275
style: update loading state background colors to brand colors for enhanced visual consistency
2026-02-22 00:49:33 +01:00
Usman Baig
afa0cec88b
style: update loading state background colors for improved visual consistency
2026-02-22 00:46:17 +01:00
Usman Baig
b124fa49ef
style: enhance layout stability by adding min-height to overview cards and improving loading state visuals
2026-02-22 00:42:44 +01:00
Usman Baig
a2419d681c
refactor: simplify site statistics fetching by removing daily stats and updating related components
2026-02-22 00:25:36 +01:00
Usman Baig
ccefdcc384
fix: handle rejected site statistics fetches by providing default empty stats
2026-02-22 00:22:02 +01:00
Usman Baig
2aedc656d7
feat: implement site statistics fetching and display in SiteList component
2026-02-22 00:20:54 +01:00
Usman Baig
4dead4b399
style: standardize gap sizes across multiple components for improved visual consistency
2026-02-21 23:48:03 +01:00
Usman Baig
947e37168d
style: update background colors and border styles in integration and installation pages for improved visual consistency
2026-02-21 23:45:05 +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