Commit Graph

5 Commits (master)

Author SHA1 Message Date
mirivlad cb74973a90 fix: Icon picker modal reopens after selection
- Use Bootstrap event dispatch instead of manual hide
- Let Bootstrap manage modal state properly
- Clean backdrop only in hidden.bs.modal event
2026-04-17 19:50:32 +08:00
mirivlad 6e54615d54 fix: Use Bootstrap API and delayed backdrop removal 2026-04-17 19:48:57 +08:00
mirivlad 4f407c0d46 fix: Modal backdrop not removed after icon selection
- Manually remove backdrop and modal classes on selectIcon
- Add hidden.bs.modal listener to clean up backdrop
2026-04-17 19:46:59 +08:00
mirivlad d652e24ad0 fix: Icon picker duplicate variable declaration
- Add guard to prevent double initialization
- Remove duplicate currentTargetInput declaration
2026-04-17 19:43:37 +08:00
mirivlad 1ab4bcd697 feat: Visual icon picker for groups
- Add icon-picker-modal partial with 200+ Font Awesome icons
- Search filter with typeahead functionality
- Grid layout (6 icons per row)
- Click icon to select and close modal
- Icon preview updates in real-time
- Integrated into group create/edit forms
2026-04-17 18:50:09 +08:00