Commit Graph

538 Commits

Author SHA1 Message Date
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
fe2eaa53b1 Merge pull request #18 from ciphera-net/staging
[PULSE-50] Organizations rename, remove Tools page, post-login profile fetch, welcome page UX
2026-02-09 09:59:05 +01:00
Usman
48a27acebc Merge branch 'main' into staging 2026-02-09 09:58:56 +01:00
Usman Baig
d35ef6e55a refactor: update terminology in layout content and welcome page to replace 'workspace' with 'organization' for consistency 2026-02-09 09:54:20 +01:00
Usman Baig
03fcfba180 chore: update @ciphera-net/ui dependency to version 0.0.49 and refactor terminology in layout content for consistency 2026-02-09 09:51:19 +01:00
Usman Baig
309ba53ec7 refactor: update terminology in welcome page for consistency, changing 'workspace' to 'organization' 2026-02-09 09:46:43 +01:00
Usman Baig
ead1e006dc fix: validate returnTo parameter in auth callback and update default organization name in welcome page 2026-02-09 09:38:44 +01:00
Usman Baig
a3e9bac119 fix: reset processing state on retry in auth callback and update loading overlay title in welcome page 2026-02-09 09:15:55 +01:00
Usman Baig
7a54428334 fix: improve loading state handling and enhance organization selection UI on welcome page 2026-02-09 08:21:36 +01:00
Usman Baig
2f42f4eb98 feat: enhance loading state and organization selection UI on welcome page 2026-02-08 21:38:46 +01:00
Usman Baig
3e8edd188a fix: fetch full user profile after login in auth callback and welcome page to ensure correct display name 2026-02-08 21:36:42 +01:00
Usman Baig
ff456ef4d6 refactor: remove Tools page and associated link from layout, streamlining navigation 2026-02-08 21:27:42 +01:00
Usman Baig
0f7e644f17 fix: fetch full profile after login so header shows display name without refresh
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 21:21:59 +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
827f16a217 feat: add VerificationModal component and enhance welcome page layout with improved accessibility and styling 2026-02-08 20:50:13 +01:00
Usman
a87675d17f Merge pull request #17 from ciphera-net/staging
[PULSE-49] Welcome flow, add-site step 2, shared ScriptSetupBlock, and dashboard empty state
2026-02-08 15:29:43 +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
39e90f4f09 feat: implement site creation confirmation with integration options and script copying functionality 2026-02-08 15:09:17 +01:00
Usman Baig
1404ac5d77 fix: conditionally render SiteList component based on loading state and site availability 2026-02-08 15:06:46 +01:00
Usman Baig
a7933443ef fix: update link in welcome page to open integrations in a new tab with appropriate security attributes 2026-02-08 14:50:03 +01:00
Usman Baig
b5f95a8abc feat: add integration setup options and script copying functionality to welcome page 2026-02-08 14:42:52 +01:00
Usman Baig
30dcd5ddbc fix: update auth callback routing to redirect to '/welcome' for pending checkouts 2026-02-08 14:29:33 +01:00
Usman Baig
a211193277 feat: enhance welcome page with organization selection and workspace switching functionality 2026-02-08 14:21:38 +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
c715bc4ce4 refactor: update routing logic to redirect to '/welcome' after auth callback and handle organization checks 2026-02-08 13:53:54 +01:00
Usman
87b546f746 Merge pull request #16 from ciphera-net/staging
refactor: update layout and styling of site dashboard buttons and dat…
2026-02-08 13:45:27 +01:00
Usman Baig
6d5c2d401a refactor: update layout and styling of site dashboard buttons and date range selector for improved usability 2026-02-08 13:40:11 +01:00
Usman Baig
078a3ded82 chore: ciphera-ui 0.0.48, fetch full profile including display_name on init
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 12:40:34 +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
77cb9eaed1 Merge pull request #15 from ciphera-net/staging
[PULSE-47] Add uptime monitoring dashboard
2026-02-07 23:38:13 +01:00
Usman Baig
8424863a18 refactor: simplify protocol handling in MonitorForm by deriving protocol directly from formData.url 2026-02-07 23:09:37 +01:00
Usman Baig
0887e24546 fix: handle non-array uptime data for monitors and improve mouse leave behavior in UptimeStatusBar 2026-02-07 23:06:12 +01:00
Usman Baig
027d2f50b6 fix: improve uptime data refresh error handling and confirm dialog for monitor deletion 2026-02-07 23:01:38 +01:00
Usman Baig
6040b5b27f feat: implement uptime status visualization with tooltip and response time chart components 2026-02-07 22:46:07 +01:00
Usman Baig
a26092d227 refactor: replace 'size' prop with 'className' for button styling consistency in MonitorCard 2026-02-07 12:23:45 +01:00
Usman Baig
f382bab647 feat: add 'Uptime' button to site dashboard for quick access to uptime metrics 2026-02-07 12:20:06 +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
6f6fc67eea chore: bump version to 0.1.3 and update @ciphera-net/ui dependency to 0.0.46; refine feature descriptions for clarity and consistency 2026-02-07 01:49:46 +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
815c1ccc6c feat: enhance integrations overview with category filters, search improvements, and popular integrations display 2026-02-07 01:23:31 +01:00
Usman Baig
fe6a0b9ebd feat: update integration guides and add new CMS integrations for Craft CMS, Statamic, TYPO3, Kirby, Grav, and Umbraco 2026-02-07 01:14:02 +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