Usman Baig
4d99334bcf
feat: add chart annotations
...
Inline annotation markers on the dashboard chart with create/edit/delete UI.
Color-coded categories: deploy, campaign, incident, other.
2026-03-09 03:44:05 +01:00
Usman Baig
a05e2e94b8
feat: add hide unknown locations toggle in site settings
...
Adds toggle in Data & Privacy > Filtering section to exclude entries
where geographic data could not be resolved from location stats.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 02:26:15 +01:00
Usman Baig
5677f30f3b
feat: add dashboard dimension filtering and custom event properties
...
Dashboard filtering: FilterBar pills, AddFilterDropdown with dimension/
operator/value steps, URL-serialized filters, all SWR hooks filter-aware.
Custom event properties: pulse.track() accepts props object, EventProperties
panel with auto-discovered key tabs and value bar charts, clickable goal rows.
Updated changelog with both features under v0.13.0-alpha.
2026-03-06 21:02:14 +01:00
Usman Baig
7d3f1cb10a
refactor: reduce stats.ts duplication with factory pattern (F-10, F-21)
...
Introduce buildQuery helper and createListFetcher factory to eliminate
near-identical param building and list endpoint boilerplate. File reduced
from ~600 to ~310 lines (~48% reduction) with identical runtime behavior.
2026-03-01 21:25:05 +01:00
Usman Baig
4de4e05ccb
fix: standardize funnel date format to YYYY-MM-DD and update changelog
...
Funnel stats API now uses start_date/end_date params consistent with
all other endpoints. Removed RFC3339 conversion helper. Added changelog
entries for audit fixes (B-7, B-11, B-23, B-38, B-42).
2026-03-01 19:36:38 +01:00
Usman Baig
27158f7bfc
fix: enhance billing operations and session management in API
2026-03-01 14:33:28 +01:00
Usman Baig
5ef6eafc63
feat: update notification preferences to include granular security alerts
2026-02-28 21:18:57 +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
22bc18a7cc
chore: update CHANGELOG.md to include Request ID tracing for debugging, enhancing request tracking across services, and update API client to propagate Request ID in headers
2026-02-27 17:26:08 +01:00
Usman
335cfc1a00
Merge branch 'main' into staging
2026-02-27 13:26: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
704a38f3df
chore: update CHANGELOG.md to include lighter dashboard data transfers for improved loading times and new focused dashboard endpoints for efficient data retrieval
2026-02-27 09:24:01 +01:00
Usman Baig
4cff0c621d
feat: implement request deduplication and caching in API client for improved performance
2026-02-27 09:17:51 +01:00
Usman Baig
36774cc995
chore: update CHANGELOG.md to include smarter data fetching with request deduplication and caching for improved performance
2026-02-27 09:13:29 +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
801dc1d773
chore: add @simplewebauthn/browser dependency to package.json and package-lock.json for WebAuthn support
2026-02-23 20:18:18 +01:00
Usman Baig
27b3aa8380
feat: add 2FA recovery codes regeneration and backup functionality, enhancing account security
2026-02-23 11:43:57 +01:00
Usman Baig
b54af6c03a
fix: require password confirmation to disable 2FA, enhancing security against session hijacking
2026-02-23 11:35:02 +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
18d9f59e5d
fix: correct organization context switching to ensure secure session storage when switching away from deleted organizations
2026-02-22 20:14:18 +01:00
Usman Baig
1ae20dba4c
feat: add data retention settings to SiteSettingsPage, including subscription-based options and UI updates for user interaction
2026-02-21 18:21:43 +01:00
Usman Baig
cc89a27972
feat: add invoice preview functionality in OrganizationSettings to enhance user experience with upcoming billing details
2026-02-20 16:18:00 +01:00
Usman Baig
99e9235f1f
feat: add resume subscription functionality in OrganizationSettings for improved user control over billing
2026-02-20 16:07:17 +01:00
Usman Baig
a4f2bebd10
feat: enhance OrganizationSettings to display Tax IDs alongside business name for improved billing clarity
2026-02-20 15:36:50 +01:00
Usman Baig
17106517d9
refactor: remove embedded checkout components and update billing API integration for streamlined checkout flow
2026-02-20 03:51:20 +01:00
Usman Baig
0bbbb8a1af
feat: integrate Stripe for embedded checkout; update billing API to return client_secret and adjust checkout flow in components
2026-02-20 03:41:35 +01:00
Usman Baig
6d277b126e
feat: display billing information with business name in OrganizationSettings component for improved user clarity
2026-02-20 03:10:08 +01:00
Usman Baig
4410366ccf
feat: add optional business_name field to SubscriptionDetails interface in billing API for enhanced billing information
2026-02-20 03:03:21 +01:00
Usman Baig
ae91147b6c
chore: update @ciphera-net/ui dependency to version 0.0.57 in package.json and package-lock.json; refactor imports across multiple components for consistency
2026-02-17 20:49:55 +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
be27dbf992
feat: add notification settings tab in organization settings for owners and admins
2026-02-13 14:46:21 +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
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
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 Baig
f382bab647
feat: add 'Uptime' button to site dashboard for quick access to uptime metrics
2026-02-07 12:20:06 +01:00
Usman Baig
de22c2da63
refactor: implement audit fetch trigger in OrganizationSettings to enhance data loading efficiency and improve filter responsiveness
2026-02-05 14:32:33 +01:00
Usman Baig
f97681c8a3
refactor: remove optional resource_id from AuditLogEntry interface to streamline audit log structure
2026-02-05 13:38:31 +01:00
Usman Baig
508b110adf
feat: add Log ID filter to audit log in OrganizationSettings, enhancing filtering capabilities for improved data retrieval
2026-02-05 13:31:59 +01:00
Usman Baig
01af2124eb
feat: enhance audit log display in OrganizationSettings by adding Log ID and improving actor identification with email fallback
2026-02-05 13:04:51 +01:00
Usman Baig
bcb221eb41
fix: normalize audit log response to ensure entries are always an array and total is a number, improving data handling in OrganizationSettings
2026-02-05 12:30:01 +01:00
Usman Baig
54578d00ca
feat: add audit log functionality to OrganizationSettings, including filters and loading states for improved organization activity tracking
2026-02-05 12:23:06 +01:00
Usman Baig
7929e15b65
feat: update subscription display and organization settings UI to include plan usage details and loading states
2026-02-05 11:29:38 +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
c37c66cbf3
feat: enhance funnel stats API by normalizing date inputs to RFC3339 format, improving query consistency and accuracy
2026-02-04 23:41:31 +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
Usman Baig
ecea9cd094
feat: update getCampaigns API to include limit parameter and adjust Campaigns component to utilize it for fetching data
2026-02-04 19:41:48 +01:00
Usman Baig
d5ea1a793b
feat: add Campaigns component and API integration for campaign statistics in SiteDashboardPage
2026-02-04 19:11:03 +01:00
Usman Baig
c780d3a119
feat: add display name support in GoalStats and provide user guidance in SiteSettingsPage
2026-02-04 15:37:18 +01:00