fix:improve access controls and language

also adds improved dialogs / modals
This commit is contained in:
hackerESQ
2024-10-22 16:48:53 -05:00
parent c1a4a44024
commit d1dbf3af62
18 changed files with 154 additions and 59 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<x-app-layout>
<div x-data>
<x-ib-modal
<x-ib-alpine-modal
key="create-transaction"
title="{{ __('Create Transaction') }}"
>
@@ -9,7 +9,7 @@
'portfolio' => $portfolio,
])
</x-ib-modal>
</x-ib-alpine-modal>
<x-ib-drawer
key="manage-portfolio"