john-okeefe
8e2c1a4b3a
fix(ui): make icon and color selection work in collection modal
...
Three root causes, all fixed:
1. Icon buttons were created with setAttribute('onclick', ...) in
populateIconGrid, but selectIcon is module-scoped (not on window),
so clicking threw ReferenceError. Switch to addEventListener with
a closure. Icon search/focus used plain oninput/onfocus attributes
with the same problem — convert to Alpine @input/@focus.
2. selectColor's highlight selector queried [onclick="selectColor(...)\]
2026-08-06 11:35:14 -04:00
..
2026-08-06 09:51:04 -04:00
2026-08-06 08:40:06 -04:00
2026-03-13 12:51:11 -04:00
2026-03-20 11:47:13 -04:00
2026-03-12 18:13:12 -04:00
2026-04-10 23:21:44 -04:00
2026-03-08 21:36:24 -04:00
2026-04-10 23:21:44 -04:00
2026-07-30 13:31:18 -04:00
2026-08-06 10:40:18 -04:00
2026-08-05 16:44:52 -04:00
2026-05-18 17:53:27 -04:00
2026-08-06 11:35:14 -04:00
2026-03-12 15:43:56 -04:00
2026-05-10 11:53:31 -04:00
2026-03-25 20:38:21 -04:00
2026-08-06 08:40:06 -04:00
2026-03-13 22:25:31 -04:00
2026-03-13 12:50:51 -04:00
2026-03-08 01:14:20 -05:00
2026-03-08 01:14:20 -05:00
2026-05-24 21:20:36 -04:00
2026-03-12 15:43:56 -04:00
2026-05-18 17:53:27 -04:00
2026-03-21 01:24:34 -04:00
2026-03-12 15:43:56 -04:00
2026-03-12 15:43:56 -04:00
2026-06-06 00:04:09 -04:00
2026-03-12 15:43:56 -04:00
2026-03-12 15:43:56 -04:00
2026-03-12 15:43:56 -04:00
2026-04-10 23:21:44 -04:00
2026-03-12 15:43:56 -04:00
2026-07-30 14:55:00 -04:00
2026-05-18 17:53:27 -04:00
2026-07-29 11:08:18 -04:00
2026-07-30 14:55:00 -04:00
2026-05-10 16:12:44 -04:00
2026-03-13 12:51:16 -04:00
2026-03-12 15:43:56 -04:00
2026-05-27 11:22:13 -04:00
2026-04-10 23:21:44 -04:00
2026-05-16 19:31:16 -04:00
2026-03-13 12:51:26 -04:00