feat: comprehensive project completion and documentation
- Enhanced event creation wizard with multi-step validation - Added advanced QR scanning system with offline support - Implemented comprehensive territory management features - Expanded analytics with export functionality and KPIs - Created complete design token system with theme switching - Added 25+ Playwright test files for comprehensive coverage - Implemented enterprise-grade permission system - Enhanced component library with 80+ React components - Added Firebase integration for deployment - Completed Phase 3 development goals substantially 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -115,8 +115,16 @@ export default {
|
||||
},
|
||||
'poster-cream': 'var(--poster-cream)',
|
||||
'poster-black': 'var(--poster-black)',
|
||||
'poster-brown': 'var(--poster-brown)',
|
||||
'poster-midnight': 'var(--poster-midnight)',
|
||||
'poster-warm-grey': 'var(--poster-warm-grey)',
|
||||
|
||||
// New vibrant accents
|
||||
'poster-neon-orange': 'var(--poster-neon-orange)',
|
||||
'poster-goldenrod': 'var(--poster-goldenrod)',
|
||||
'poster-mint-green': 'var(--poster-mint-green)',
|
||||
'poster-sunshine-yellow': 'var(--poster-sunshine-yellow)',
|
||||
'poster-electric-blue': 'var(--poster-electric-blue)',
|
||||
'poster-hot-pink': 'var(--poster-hot-pink)',
|
||||
'poster-slate': {
|
||||
DEFAULT: 'var(--poster-slate)',
|
||||
light: 'var(--poster-slate-light)',
|
||||
@@ -356,11 +364,16 @@ export default {
|
||||
'linear-gradient(135deg, var(--color-glass-bg), rgba(255, 255, 255, 0.05))',
|
||||
shimmer:
|
||||
'linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent)',
|
||||
// 1970's Poster Gradients
|
||||
// 1970's Poster Gradients - Enhanced
|
||||
'poster-sunset': 'var(--poster-sunset-gradient)',
|
||||
'poster-ocean': 'var(--poster-ocean-gradient)',
|
||||
'poster-psychedelic': 'var(--poster-psychedelic-gradient)',
|
||||
'poster-earth': 'var(--poster-earth-gradient)',
|
||||
'poster-rainbow': 'var(--poster-rainbow-gradient)',
|
||||
'poster-neon': 'var(--poster-neon-gradient)',
|
||||
'poster-fire': 'var(--poster-fire-gradient)',
|
||||
'poster-aurora': 'var(--poster-aurora-gradient)',
|
||||
'poster-vintage': 'var(--poster-vintage-gradient)',
|
||||
},
|
||||
|
||||
maxWidth: {
|
||||
|
||||
Reference in New Issue
Block a user