agent-zero/webui/css
Alessandro b13c77a8eb css polish and modal close fix
When you close a modal, the DOM element is physically removed from the document tree, which is what triggers x-destroy. Using Alpine's $dispatch('event'), the event fires from the detached element and cannot bubble up to the window where our x-on:plugin-modal-closed.window listener is waiting to refresh the list of plugins.

To fix this so it works 100% of the time, I've bypassed the bubbling entirely by explicitly dispatching the event directly on the window object using native JS inside the x-destroy directive.

Now, the moment the modal closes the listener catches it, and the list refreshes automatically, showing the "Advanced" button right away, so you can go back to the Advanced toggling modal to do edits without having to refresh.
2026-02-25 20:24:25 +01:00
..
buttons.css light mode colors rework 2026-01-04 03:39:11 +01:00
messages.css fix subordinate grouping, layout alignments 2026-02-08 11:31:13 +01:00
modals.css polish skills import, bugfixes 2026-02-06 13:41:56 +01:00
notification.css finalize the notification system 2025-07-12 16:36:20 +02:00
scheduler-datepicker.css (WIP) feat: Task Scheduler Management UI/UX and tools - Part 3 2025-05-01 15:38:51 +02:00
scheduler.css fix for scheduler and memory dashboard style 2026-01-02 10:59:47 +01:00
settings.css css polish and modal close fix 2026-02-25 20:24:25 +01:00
speech.css mobile mic button fix 2025-05-15 09:17:20 +02:00
tables.css file browser polishing 2026-01-31 16:51:58 +01:00
toast.css Squashed commit of the following: 2024-12-08 00:27:02 +01:00