0956873381
feat: Enhance calendar component with glassmorphism design and modular architecture
...
- Refactored Calendar.tsx into modular component structure
- Added glassmorphism theming with CSS custom properties
- Implemented reusable calendar subcomponents:
- CalendarGrid: Month view with improved day/event display
- CalendarHeader: Navigation and view controls
- EventList: List view for events
- TrendingEvents: Location-based trending events
- UpcomingEvents: Quick upcoming events preview
- Enhanced responsive design for mobile devices
- Added Playwright testing framework for automated testing
- Updated Docker development commands in CLAUDE.md
- Improved accessibility and user experience
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-13 12:07:33 -06:00
414b9abb07
feat: Add Playwright automated testing for authentication flow
...
- Install Playwright for automated browser testing
- Create comprehensive auth flow test script with screenshots
- Verify authentication fixes prevent flashing and redirect loops
- Generate visual proof that unified auth system works correctly
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-12 20:59:32 -06:00
086aa9de6d
fix: Resolve Tailwind CSS v4/v3 compatibility issues for deployment
...
- Downgrade @astrojs/tailwind to v5.1.1 for v3 compatibility
- Remove @tailwindcss/vite dependency (v4 specific)
- Update tailwindcss to v3.4.17
- Fix astro.config.mjs to use standard Tailwind integration
- Update CSS imports to use v3 @tailwind directives
Fixes server deployment build failures due to dependency conflicts.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-12 18:26:47 -06:00
26a87d0d00
feat: Complete platform enhancement with multi-tenant architecture
...
Major additions:
- Territory manager system with application workflow
- Custom pricing and page builder with Craft.js
- Enhanced Stripe Connect onboarding
- CodeReadr QR scanning integration
- Kiosk mode for venue sales
- Super admin dashboard and analytics
- MCP integration for AI-powered operations
Infrastructure improvements:
- Centralized API client and routing system
- Enhanced authentication with organization context
- Comprehensive theme management system
- Advanced event management with custom tabs
- Performance monitoring and accessibility features
Database schema updates:
- Territory management tables
- Custom pages and pricing structures
- Kiosk PIN system
- Enhanced organization profiles
- CodeReadr integration tables
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-12 18:21:40 -06:00
e8b95231b7
feat: Modularize event management system - 98.7% reduction in main file size
...
BREAKING CHANGES:
- Refactored monolithic manage.astro (7,623 lines) into modular architecture
- Original file backed up as manage-old.astro
NEW ARCHITECTURE:
✅ 5 Utility Libraries:
- event-management.ts: Event data operations & formatting
- ticket-management.ts: Ticket CRUD operations & sales data
- seating-management.ts: Seating map management & layout generation
- sales-analytics.ts: Sales metrics, reporting & data export
- marketing-kit.ts: Marketing asset generation & social media
✅ 5 Shared Components:
- TicketTypeModal.tsx: Reusable ticket type creation/editing
- SeatingMapModal.tsx: Advanced seating map editor with drag-and-drop
- EmbedCodeModal.tsx: Widget embedding with customization
- OrdersTable.tsx: Comprehensive orders table with sorting/pagination
- AttendeesTable.tsx: Attendee management with export capabilities
✅ 11 Tab Components:
- TicketsTab.tsx: Ticket management with card/list views
- VenueTab.tsx: Seating map management & venue configuration
- OrdersTab.tsx: Sales data & order management
- AttendeesTab.tsx: Attendee check-in & management
- PresaleTab.tsx: Presale code generation & tracking
- DiscountTab.tsx: Discount code management
- AddonsTab.tsx: Add-on product management
- PrintedTab.tsx: Printed ticket barcode management
- SettingsTab.tsx: Event configuration & custom fields
- MarketingTab.tsx: Marketing kit with social media templates
- PromotionsTab.tsx: Campaign & promotion management
✅ 4 Infrastructure Components:
- TabNavigation.tsx: Responsive tab navigation system
- EventManagement.tsx: Main orchestration component
- EventHeader.astro: Event information header
- QuickStats.astro: Statistics dashboard
BENEFITS:
- 98.7% reduction in main file size (7,623 → ~100 lines)
- Dramatic improvement in maintainability and team collaboration
- Component-level testing now possible
- Reusable components across multiple features
- Lazy loading support for better performance
- Full TypeScript support with proper interfaces
- Separation of concerns: business logic separated from UI
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-08 18:30:26 -06:00
997c129383
Initial commit - Black Canyon Tickets whitelabel platform
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-08 12:31:31 -06:00