deckhearth/pages
Randall Stillwell 00853fe499 Enhanced collections with detailed view and card management
- Created comprehensive collection detail page (/collection/[id]) with:
  * Hero section with collection metadata (name, creator, format, cost)
  * Action buttons (copy link, share, print proxies, save deck)
  * Collection statistics (total cards, value, views, favorites)
  * Advanced filtering and search functionality
  * Grid and list view modes for cards
  * Real-time card filtering by rarity, type, and search terms

- Added complete API endpoints for collection management:
  * GET/PUT/DELETE /api/collections/[id] - collection CRUD operations
  * POST/PUT/DELETE /api/collections/[id]/cards - card management
  * Enhanced /api/collections with database integration

- Features matching deck builder interface from image:
  * Beautiful hero section with background image
  * Metadata display (creator, format, cost, play guide)
  * Copy/share/save functionality
  * Comprehensive filtering system
  * Responsive card grid and list views
  * Real-time statistics and card counting

- Updated collections listing page to link to detailed views
- Proper error handling and loading states throughout
- Mobile-responsive design with modern UI/UX
2025-07-25 07:44:23 -05:00
..
admin Fixed SSR and null user issues for production deployment 2025-07-24 17:04:06 -05:00
api Enhanced collections with detailed view and card management 2025-07-25 07:44:23 -05:00
card Implemented admin authentication and seamless card editing 2025-07-24 16:31:29 -05:00
collection Enhanced collections with detailed view and card management 2025-07-25 07:44:23 -05:00
_app.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
analytics.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
cards.js Fix card sizing consistency across all TCGs 2025-07-24 14:54:12 -05:00
collections.js Enhanced collections with detailed view and card management 2025-07-25 07:44:23 -05:00
community.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
dashboard.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
decks.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
index.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
login.js Integrated real database authentication with JWT tokens 2025-07-24 16:36:10 -05:00
logout.js Integrated real database authentication with JWT tokens 2025-07-24 16:36:10 -05:00
settings.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00