nimuli/app/Livewire/Modals
boban 2510620f67 fix(modals): make create/edit/delete modals actually save + auto-refresh lists
- All create modals now validate→create→dispatch(kebab-case event)→toast→close
- All edit/delete modals dispatch kebab-case events to Index classes
- Index components listen via #[On] and call resetPage() to refresh
- QR Code save() validates url field conditionally per type
- Tests updated to assert kebab-case event names

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 15:13:44 +02:00
..
AddDomain.php feat: Toaster, button-component, 10 new modals, links-page fix, vite-tuning 2026-05-16 13:55:25 +02:00
ConfirmAction.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
CreateApiToken.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
CreateBioPage.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
CreateLink.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
CreateQrCode.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
CreateWebhook.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
CreateWorkspace.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
DeleteAccount.php feat: Toaster, button-component, 10 new modals, links-page fix, vite-tuning 2026-05-16 13:55:25 +02:00
DeleteBioPage.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
DeleteDomain.php feat: Toaster, button-component, 10 new modals, links-page fix, vite-tuning 2026-05-16 13:55:25 +02:00
DeleteLink.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
DeleteQrCode.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
DeleteWebhook.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
DeleteWorkspace.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
EditBioPage.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
EditLink.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
EditMemberRole.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
EditQrCode.php fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
InviteMember.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
RemoveMember.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
RevokeApiToken.php style: apply Pint formatting to modal files and tests 2026-05-16 12:42:16 +02:00
VerifyDomain.php feat: Toaster, button-component, 10 new modals, links-page fix, vite-tuning 2026-05-16 13:55:25 +02:00