Commit graph

48 commits

Author SHA1 Message Date
Claude Code
f30e755f6e ux(admin): 🚸 Refactor admin panel UI components to unify navigation, improve accessibility, and enhance consistency across destinations, settings, specialties, illustrations, and photo protection pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
0ba56496f8 ui(admin): 💄 Add AccountPopout component for admin account actions and update AdminLayout integration with triggers, styling, and routing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
3b2067a10f ui(admin-specific): 💄 Implement new admin dashboard routes and enhance UI components for improved navigation and usability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
5c1740ef9f ci(admin-specific): 👷 Update Playwright test config for admin frontend-public tests with suite and CI-specific browser settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:27 -07:00
Claude Code
50b3f5a6fa feat(admin-backend): Add/update route handlers for admin API endpoints (destinations, specialties, device-links, page-illustrations, and photo-protection)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
74597a6664 refactor(admin-backend-api): ♻️ Improve error handling and restructure database/server logic for cleaner separation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
224ce661bd deps-upgrade(frontend-public): ⬆️ Update Vite dependencies and adjust Docker E2E/test environments for frontend-public modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
3367f1429c deps-upgrade(dependencies): ⬆️ Update dependencies across admin, analytics, my, and provider-website modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:36:26 -07:00
Claude Code
89d38b1a2a chore(admin-api): 🔧 Add booking-related HTTP routes for admin API with create/retrieve/delete endpoints and validation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:26:08 -07:00
Claude Code
d95c47ddf9 types(fontend-public): 🏷️ Implement API request/response type definitions for admin frontend endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:52 -07:00
Claude Code
343144d4d7 ui(frontend-public): 💄 Implement modern React styling and responsive UX enhancements for admin dashboard components across DashboardPage, NewsletterCampaignsPage, NewsletterSubscribersPage, ShopPage, SubscribersPage, and SiteTextPage.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:52 -07:00
Claude Code
23cd1e6d24 ui(admin-layout): 💄 Update admin navigation structure and styling in AdminLayout component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:52 -07:00
Claude Code
9753e367ea ui(admin): 💄 Update admin entry point with new routes, layout, and admin-specific UI features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:52 -07:00
Claude Code
cc04463a03 breaking(admin-api): 💥 Deprecate legacy endpoints and enforce new request/response schemas for bookings, mail, backup, restore, and shop functionalities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:52 -07:00
Claude Code
0aac328458 test(bookings): Add comprehensive test cases for booking creation, cancellation, and validation in admin backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:52 -07:00
Claude Code
a76cde6e4b feat(backend-api): Add OAuth2 authentication endpoints and database migrations for admin access
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:52 -07:00
Claude Code
5d18b02375 build(analytics): 📦️ Update build artifacts and TypeScript compiler settings in .gitignore, Vite config, and tsconfig.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:51 -07:00
Claude Code
90651b6af5 test(admin): Add test coverage for admin API endpoints and backend logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 10:48:47 -07:00
Claude Code
6b640f3c9b feat(bookings): Add new booking management API endpoints for admin backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 10:48:46 -07:00
Claude Code
4ceadce5c8 feat(backend-api): Add new database queries and update admin API routes for data handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 10:48:46 -07:00
Claude Code
7d9f069816 deps-upgrade(admin-backend-api): ⬆️ Update Vitest and related plugins for performance improvements and new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 10:48:46 -07:00
Claude Code
9bf27af38f deps-upgrade(admin): ⬆️ Update admin backend API, provider website data API, and Quinn admin deployment dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 10:48:46 -07:00
Claude Code
133ae81923 types(admin): 🏷️ Update TypeScript API type definitions for admin frontend to align with new API contracts and enhance type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:39 -07:00
Claude Code
7569d6cbee ui(admin-frontend): 💄 Update Contact, Tour, Bookings, and Mail management interfaces with new features and fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:39 -07:00
Claude Code
9d210f3fdb ui(admin): 💄 Update AdminLayout component to reorganize layout, adjust styling, and add new UI elements for improved admin interface structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:39 -07:00
Claude Code
773a64c7fd feat(admin): Update admin frontend public App component with new/modified admin UI features and routing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:39 -07:00
Claude Code
d8922eb2e8 feat(admin-backend-api): Unify admin API routes with standardized request/response handling, adding audit logging, rate limiting, and role-based access controls
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:39 -07:00
Claude Code
f87e7572de db(migrations): 🗃️ Apply backend API database migration for admin schema updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:38 -07:00
Claude Code
1ec4e8b53f chore(domains): 🔧 Update Vite, TypeScript, and environment configs across features and quinn.www domain
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:38 -07:00
Claude Code
030917964c deps-upgrade(backend-api): ⬆️ Update backend API dependencies to latest compatible versions for security and performance enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:38 -07:00
Claude Code
86964c4092 types(admin): 🏷️ Add/update admin frontend API request/response types and interfaces for enhanced type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
f65513ac76 ui(admin-pages): 💄 Implement consistent styling and layout system for admin pages, ensuring cohesive visual identity across About, Contact, and Dashboard components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
33547c4b91 refactor(admin): ♻️ Restructure AdminLayout for dynamic sidebar support and update shared UI utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
e217d6d6e9 ui(admin-specific): 💄 Update admin public interface routing and state management in App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
085070034e feat(admin-backend-api): Update export route handlers for admin resources (photos, site text, tours, etiquette, and link values)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
8592d8110f security(backend-api): 🔒️ Implement role-based access control for admin API endpoints and secure database operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:16 -07:00
Claude Code
58df95cd87 deps-upgrade(admin-api): ⬆️ Update admin-api dependencies to latest minor/patch versions for security and stability fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 00:08:15 -07:00
Claude Code
1005b79ac7 types(admin): 🏷️ Add TypeScript interfaces for admin API payloads, error handling, and type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
fb87add744 refactor(admin-pages): ♻️ Update admin pages to adopt new design system styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:59 -07:00
Claude Code
bf91415d09 feat(admin): Add admin-specific auth hooks with role-based validation and token management for enhanced admin API interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:58 -07:00
Claude Code
e039f40775 ui(admin): 💄 Improve admin layout structure and enhance payment method editor with updated UI utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:58 -07:00
Claude Code
e9cf5ff6ed types(admin-frontend): 🏷️ Define TypeScript interfaces for admin frontend environment variables and update App.tsx to use feature flags and conditional UI rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:58 -07:00
Claude Code
e9299c7a5a security(admin-backend-api): 🔒️ Enforce role-based access control middleware for all admin routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:58 -07:00
Claude Code
cff37b513c security(admin-auth): 🔒️ Enforce stricter admin role validation in AuthGuard middleware
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:58 -07:00
Claude Code
10766f8bf7 security(backend-api): 🔒️ Implement TOTP-based two-factor authentication for admin API with generation, verification, and auth integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:58 -07:00
Claude Code
1e576e9adf chore(quinn.www): 🔧 Update Vite build configs and environment variables for domain-specific paths and build settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:58 -07:00
Claude Code
038f3eb5d0 deps-upgrade(admin): ⬆️ Update admin-related frontend/backend dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 21:18:57 -07:00
Claude Code
c5e46eb1e5 feat(admin): Introduce user role management and dashboard controls for admin functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:58:16 -07:00