nimuli/app/Livewire/Pages
boban c479e46f55 fix(livewire): remove require_workspace() from action methods and render()
Livewire AJAX requests go to /livewire/update — ResolveWorkspace
middleware never runs, CurrentWorkspace is null, require_workspace()
throws RuntimeException.

- Members: add mount() to store workspaceId, use it in render()
- QrCodes/Create save(): use Workspace::where('ulid', $workspaceUlid)
- Modal components (CreateBioPage, CreateWebhook, InviteMember, AddDomain):
  replace `?: require_workspace()` fallback with abort_if($id === 0, 404)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 15:21:15 +02:00
..
Ai fix(ui): proper 3/4-arc spinner centered in button, honest AI prompt 2026-05-17 15:05:31 +02:00
Analytics fix(FIX-12): 10 bugs — AI workspace context, Alpine sidebar/theme, analytics clearFilters, link badge layout, slug suggest 2026-05-16 18:02:23 +02:00
Billing feat: vollständiges Nimuli-Frontend Phase 1 2026-05-16 10:52:52 +02:00
Bio fix(modals): make create/edit/delete modals actually save + auto-refresh lists 2026-05-16 15:13:44 +02:00
Dashboard fix: bugs 1,4,5,7,8,9 — sidebar icon, theme button, copy-link, UTM computed, workspace context, theme sync 2026-05-16 17:30:44 +02:00
Domains feat: vollständiges Nimuli-Frontend Phase 1 2026-05-16 10:52:52 +02:00
Links fix: bugs 1,4,5,7,8,9 — sidebar icon, theme button, copy-link, UTM computed, workspace context, theme sync 2026-05-16 17:30:44 +02:00
Profile fix: bugs 1,4,5,7,8,9 — sidebar icon, theme button, copy-link, UTM computed, workspace context, theme sync 2026-05-16 17:30:44 +02:00
QrCodes fix(livewire): remove require_workspace() from action methods and render() 2026-05-17 15:21:15 +02:00
Settings fix(FIX-12): 10 bugs — AI workspace context, Alpine sidebar/theme, analytics clearFilters, link badge layout, slug suggest 2026-05-16 18:02:23 +02:00
Team fix(livewire): remove require_workspace() from action methods and render() 2026-05-17 15:21:15 +02:00