Usman Baig
56b99dfcef
fix: improve error handling in notifications and organization settings for better user feedback
2026-02-16 20:34:35 +01:00
Usman Baig
4a48945486
fix: update empty state messaging in NotificationCenter for improved user guidance
2026-02-16 12:02:14 +01:00
Usman Baig
c6373d5f2d
feat: enhance notifications system with UX improvements, new settings management links, and audit log for notification preferences
2026-02-16 11:55:08 +01:00
Usman Baig
4b61f1a397
refactor: replace Checkbox with button for toggling notification settings in OrganizationSettings, enhancing accessibility and visual feedback
2026-02-14 12:22:10 +01:00
Usman Baig
a83f3727b1
refactor: enhance notification settings layout in OrganizationSettings for better usability and visual clarity
2026-02-13 15:14:14 +01:00
Usman Baig
be27dbf992
feat: add notification settings tab in organization settings for owners and admins
2026-02-13 14:46:21 +01:00
Usman Baig
c37613e823
feat: add payment failed notifications to in-app notification center for owners and admins
2026-02-13 14:23:19 +01:00
Usman Baig
43d40e5735
fix: add loading delay for notifications fetching in NotificationCenter to improve user experience
2026-02-13 13:41:55 +01:00
Usman Baig
4add41293b
fix: ensure safe handling of organizations and notifications data in LayoutContent and NotificationCenter components
2026-02-13 10:01:32 +01:00
Usman Baig
18a54401ef
chore: update CHANGELOG for version 0.6.0-alpha, add in-app notification center, and update package dependencies
2026-02-13 09:36:18 +01:00
Usman Baig
213e337940
refactor: optimize data loading and auto-refresh logic in dashboard components, and enhance performance with useCallback for better efficiency
2026-02-12 08:50:10 +01:00
Usman Baig
fc56cbd661
refactor: update tick interval for real-time display in dashboard components and enhance live indicator in Chart component
2026-02-12 08:30:58 +01:00
Usman Baig
9b95ead6ba
feat: implement last updated timestamp display in dashboard components for improved data freshness indication
2026-02-12 08:24:55 +01:00
Usman Baig
d25910ffc3
fix: update layout and styling in Chart component for improved readability and alignment
2026-02-11 21:27:23 +01:00
Usman Baig
9a2b3da8fd
fix: refine layout and styling in Chart component for better visual alignment and consistency
2026-02-11 21:19:34 +01:00
Usman Baig
928d1571bd
fix: adjust layout and styling in Chart component for improved visual consistency
2026-02-11 20:52:06 +01:00
Usman Baig
37257c40ad
feat: add compact duration formatting for Y-axis ticks and improve trend display in Chart component
2026-02-11 20:16:07 +01:00
Usman Baig
c623ae1e9b
chore: update CHANGELOG.md and bump version to 0.5.0-alpha, highlighting analytics chart improvements and new export functionality
2026-02-11 20:04:33 +01:00
Usman Baig
a390fb2129
feat: enhance Campaigns component with sortable columns, export functionality, and improved loading state
2026-02-11 19:46:12 +01:00
Usman Baig
16d8765f46
feat: enhance Top Referrers display by merging referrer rows and adding friendly names
2026-02-11 16:57:01 +01:00
Usman Baig
ddbb2494b1
feat: add getReferrerDisplayName utility to enhance referrer display in ExportModal and TopReferrers components
2026-02-11 16:43:35 +01:00
Usman Baig
51648c82c7
chore: update CHANGELOG.md for 0.3.0-alpha release and implement favicon support in Top Referrers component
2026-02-11 16:34:44 +01:00
Usman Baig
ae2e48ce4b
docs: enhance documentation in ScriptSetupBlock to include optional data-storage-ttl attribute for session expiry configuration
2026-02-11 14:36:46 +01:00
Usman Baig
1454d15142
docs: clarify default and optional data-storage options in ScriptSetupBlock and script.js for improved user understanding
2026-02-11 14:13:05 +01:00
Usman Baig
03bbe84eb0
fix: remove data-storage attributes from script in ScriptSetupBlock for simplified script integration
2026-02-11 13:26:28 +01:00
Usman Baig
f1c27e458a
feat: update ScriptSetupBlock and script.js to support new visitor ID storage options
2026-02-11 11:06:27 +01:00
Usman Baig
c827e82376
feat: enhance ScriptSetupBlock and script.js with optional persistent visitor ID storage
2026-02-11 10:57:01 +01:00
Usman Baig
72e891f856
feat: add react-markdown dependency and update README with release process
2026-02-09 17:17:21 +01:00
Usman Baig
fe6530b464
fix: wrap invoice mapping in fragment to ensure proper rendering in OrganizationSettings component
2026-02-09 15:13:12 +01:00
Usman Baig
f390776e11
refactor: update subscription cancellation state management in OrganizationSettings component
2026-02-09 15:06:45 +01:00
Usman Baig
ba39fcc458
fix: improve member loading state handling in OrganizationSettings component
2026-02-09 14:57:30 +01:00
Usman Baig
55a8cec5af
refactor: invoice display logic in OrganizationSettings component
2026-02-09 14:53:04 +01:00
Usman Baig
f4ee066229
Make cancel button a clear bordered button instead of a text link
...
Ciphera values clarity — if a user wants to cancel, the option should
be honest and easy to find, not hidden. Neutral bordered pill that
highlights red on hover communicates this respectfully.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-09 11:16:23 +01:00
Usman Baig
29dd20a4a7
Redesign billing tab for clarity and usability
...
- Add prominent trial banner at top with end date and auto-charge notice
- Separate cancel-at-period-end warning into its own banner
- Simplify plan header: name + badge + billing interval left, Change plan right
- Reduce stats grid from 5 cramped columns to 4 clean columns
- Remove redundant "Pageview Limit" stat (duplicated "Pageviews")
- Replace bulky cancel section with inline text links below the card
- Make "Payment method & invoices" a clear link with icon
- Compact invoice rows: remove avatar icons, inline date with amount
- Tighter spacing throughout for cohesive feel
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-09 11:11:29 +01:00
Usman Baig
4ec68e8aaf
feat: add change plan functionality to OrganizationSettings component
2026-02-09 10:48:55 +01:00
Usman Baig
d39f9231c0
feat: add subscription cancellation functionality to OrganizationSettings component
2026-02-09 10:25:10 +01:00
Usman Baig
34c854ed7c
chore: rename workspaces to organizations, bump ciphera-ui to 0.0.49
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-08 21:07:33 +01:00
Usman Baig
bd2aca7a76
feat: integrate ScriptSetupBlock component for improved site setup instructions and tracking script functionality across pages
2026-02-08 15:18:33 +01:00
Usman Baig
58cfb6210b
feat: add setup banner and site addition prompt to homepage; enhance welcome page with tracking and error handling
2026-02-08 14:09:54 +01:00
Usman Baig
d96f7cf1a4
Add display name to profile settings: User type, updateDisplayName API, ProfileSettings
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-08 01:50:33 +01:00
Usman
cc14994915
Merge pull request #14 from ciphera-net/staging
...
[PULSE-46] Add Features page, header nav link & version bump to 0.1.3
2026-02-07 01:55:43 +01:00
Usman Baig
f734252fb1
feat: update navigation links to include 'Features' for unauthenticated users and maintain 'Tools' for authenticated users
2026-02-07 01:33:31 +01:00
Usman
78d0ac697e
Merge pull request #13 from ciphera-net/staging
...
[PULSE-45] Integrations page overhaul — 75 guides, SEO, search & filters
2026-02-07 01:28:58 +01:00
Usman Baig
a074ba7dd9
feat: enhance integrations overview with search functionality and related integrations display
2026-02-07 00:56:20 +01:00
Usman Baig
738c8e24d6
feat: add more integration pages
2026-02-07 00:05:52 +01:00
Usman
ef8bc2bac6
Merge pull request #12 from ciphera-net/staging
...
[PULSE-44] Design consistency audit fixes
2026-02-06 14:01:26 +01:00
Usman Baig
c9a9479598
TIER 3 - POLISH
2026-02-06 12:44:13 +01:00
Usman Baig
9a5a2c5f3c
TIER 2 - Design Consistency
2026-02-06 12:35:56 +01:00
Usman Baig
bfe0559a8c
TIER 1 - BLOCKING (Accessibility & Usability Failures)
2026-02-06 12:29:12 +01:00
Usman
b6f2465b8c
Merge pull request #11 from ciphera-net/staging
...
[PULSE-43] Design system standardization and branding alignment
2026-02-05 18:18:07 +01:00