Usman Baig
330cc134aa
feat: instant tab navigation by moving SiteNav to shared layout
...
SiteNav now lives in the [id] layout instead of each page, so it stays
mounted during route transitions. Switching between Dashboard, Uptime,
Funnels, and Settings no longer flashes a full-page skeleton.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 23:35:06 +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
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
156d9986df
fix: improve error messaging for various components to provide clearer feedback on failures
2026-02-22 19:17:20 +01:00
Usman Baig
8eaa05a847
Phase 3: Fixed the rest of border radius & card standardization
2026-02-05 17:29:28 +01:00
Usman Baig
a1447e98d9
Phase 2: Border Radius & Card Standardization
2026-02-05 17:21:51 +01:00
Usman Baig
9ec441c932
Phase 1: Fix remaining button inconsistencies across all pages
2026-02-05 16:33:36 +01:00
Usman Baig
ceb668890b
feat: enhance error handling in FunnelReportPage by adding specific messages for not found and general load errors, improving user feedback and experience
2026-02-05 00:04:44 +01:00
Usman Baig
0c09c5b97e
fix: improve regex error handling in CreateFunnelPage by providing specific step names in error messages
2026-02-04 23:54:44 +01:00
Usman Baig
002fe50d9a
feat: add regex validation for funnel steps and improve error handling in CreateFunnelPage
2026-02-04 23:48:06 +01:00
Usman Baig
45577d5cfa
refactor: optimize data loading in FunnelsPage and FunnelReportPage by utilizing useCallback for improved performance and dependency management
2026-02-04 23:29:32 +01:00
Usman Baig
c98286c4e3
feat: update button styles and enhance layout consistency across Funnels pages, including improved accessibility with aria-labels
2026-02-04 22:27:55 +01:00
Usman Baig
5a8fe883dd
feat: upgrade @ciphera-net/ui to version 0.0.45 and refactor Funnel components to replace Card with div for improved styling consistency
2026-02-04 22:01:32 +01:00
Usman Baig
3f99bc81cc
feat: add button to navigate to Funnels page in SiteDashboardPage for improved user navigation
2026-02-04 21:49:23 +01:00