Usman Baig
|
19df3c6c75
|
fix: resolve logout redirect loop by directing users to the Pulse homepage after signing out, improving user experience
|
2026-02-22 21:48:33 +01:00 |
|
Usman Baig
|
c1325bc573
|
fix: resolve Content Security Policy issue by ensuring the backend CSP header is set correctly, preventing captcha integration failures
|
2026-02-22 21:43:59 +01:00 |
|
Usman Baig
|
7215eb17b0
|
feat: introduce a limit of 50 excluded paths for sites to enhance event processing efficiency and prevent performance issues
|
2026-02-22 21:41:27 +01:00 |
|
Usman Baig
|
e53d37a388
|
fix: add date range validation for analytics, funnel, and uptime queries to prevent invalid inputs and enhance data integrity
|
2026-02-22 21:37:27 +01:00 |
|
Usman Baig
|
bd19288f52
|
fix: safer error messages by preventing exposure of internal details in server responses, enhancing security and user experience
|
2026-02-22 21:31:45 +01:00 |
|
Usman Baig
|
270b970f43
|
fix: improve audit log reliability by logging failed writes to the server, enabling detection of gaps in the audit trail
|
2026-02-22 21:25:19 +01:00 |
|
Usman Baig
|
65e5c727de
|
feat: implement database connection pooling to limit and recycle connections, improving performance under load
|
2026-02-22 21:20:33 +01:00 |
|
Usman Baig
|
a1e9a6b8f7
|
feat: implement graceful server shutdown to ensure in-flight requests and background tasks are completed before deployment termination
|
2026-02-22 21:08:06 +01:00 |
|
Usman Baig
|
19be64c43a
|
feat: optimize icon imports for smaller page downloads by enabling tree-shaking in the build process
|
2026-02-22 21:04:05 +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
|
8007900940
|
feat: enhance accessibility across the application by improving keyboard navigation and screen reader support for various components
|
2026-02-22 20:39:18 +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
|
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
|
5d234b30d6
|
feat: implement security headers for enhanced protection against clickjacking, MIME-sniffing, and other vulnerabilities
|
2026-02-22 19:55:52 +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
|
ca805c9790
|
feat: implement faster login redirects to improve user experience when accessing dashboards and settings
|
2026-02-22 19:42:29 +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
|
ac6a9429d4
|
chore: release version 0.11.0-alpha with enhanced loading experience and layout stability improvements
|
2026-02-22 19:14:58 +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
|
1a970279b5
|
chore: release version 0.10.0-alpha with design consistency improvements across various components
|
2026-02-22 00:06:26 +01:00 |
|
Usman Baig
|
ee25d87097
|
chore: update package versions and dependencies for improved functionality
|
2026-02-21 23:58:39 +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
|
aada06c207
|
style: update domain name in OrganizationSettings component for consistency with new branding
|
2026-02-21 23:45:51 +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 |
|
Usman Baig
|
0b68db58be
|
style: standardize min-width values across multiple components for improved layout consistency
|
2026-02-21 23:39:29 +01:00 |
|
Usman Baig
|
fb47cb0c86
|
style: update padding in integration pages and IntegrationGuide component for improved layout consistency
|
2026-02-21 23:36:54 +01:00 |
|
Usman Baig
|
8f8761ed3d
|
style: standardize padding across multiple components for improved layout consistency
|
2026-02-21 23:29:50 +01:00 |
|
Usman Baig
|
fb3490feb9
|
refactor: replace anchor tag with Button component in PricingSection for improved styling and consistency
|
2026-02-21 23:25:00 +01:00 |
|
Usman Baig
|
65ba7ccba2
|
style: enhance dark mode support by updating text colors across multiple components for improved readability
|
2026-02-21 23:13:52 +01:00 |
|
Usman Baig
|
f1e6d5a48e
|
style: refactor chart color variables across multiple components to use CSS variables for improved theming consistency
|
2026-02-21 23:09:34 +01:00 |
|
Usman Baig
|
72c06816fe
|
style: update layout of multiple pages to use consistent max-width and padding for improved responsiveness
|
2026-02-21 22:53:26 +01:00 |
|
Usman Baig
|
23ba5f77a9
|
refactor: replace button elements with a unified Button component in SiteSettingsPage and VerificationModal for consistency and improved styling
|
2026-02-21 22:41:43 +01:00 |
|
Usman Baig
|
e8e304e238
|
style: update heading sizes across various pages for improved typography consistency
|
2026-02-21 22:29:26 +01:00 |
|