deckhearth/pages
Randall Stillwell dc867f2a2b Add Tag Management to Collection Modals
🏷️ Tag Functionality Added:
- Tag input field in Create Collection modal
- Tag editing in Edit Collection modal
- Add tags with Enter key or Add button
- Remove tags with × button
- Visual tag display with styling

🎨 Tag Features:
- Real-time tag addition/removal
- Duplicate tag prevention
- Tag input clearing on modal close
- Proper tag persistence to database
- Clean tag display with hover effects

🔧 Technical Improvements:
- Added tagInput and editTagInput state management
- Created reusable tag handling functions
- Updated API calls to include tags in create/update
- Enhanced modal UX with tag management
- Proper form cleanup on modal close

🎯 User Experience:
- Users can now organize collections with tags
- Tags display in collection grid view
- Easy tag management in both create and edit flows
- Consistent tag styling across the app

Tags are now fully functional for collection organization! 🚀
2025-07-27 12:33:14 -05:00
..
admin Fixed SSR and null user issues for production deployment 2025-07-24 17:04:06 -05:00
api 🔄 Implement Automatic Redirects and Collection Edit/Delete 2025-07-26 22:16:52 -05:00
card 🔐 Fix Card Detail Page Authentication Issues 2025-07-26 00:32:58 -05:00
collection 🔐 Fix Authentication Issues in Collection Pages 2025-07-26 22:23:31 -05:00
invite 🎉 COMPLETED: Full Collaborative Collections System 2025-07-25 08:34:28 -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 Massive Performance Boost - Remove Heavy Hover Panels 2025-07-26 08:45:38 -05:00
collections.js Add Tag Management to Collection Modals 2025-07-27 12:33:14 -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 🎨 Restructured Layout System 2025-07-25 11:28:04 -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 🎨 Restructured Layout System 2025-07-25 11:28:04 -05:00
logout.js 🎨 Restructured Layout System 2025-07-25 11:28:04 -05:00
profile.js 🎯 Build Comprehensive User Profile & Settings System 2025-07-26 18:05:55 -05:00
settings.js 🎯 Build Comprehensive User Profile & Settings System 2025-07-26 18:05:55 -05:00