diff --git a/stubs/modules/AdminAuth/Http/Controllers/AuthenticatedSessionController.php b/stubs/modules/AdminAuth/Http/Controllers/AuthenticatedSessionController.php index 1ec7cec..3b2d0a4 100644 --- a/stubs/modules/AdminAuth/Http/Controllers/AuthenticatedSessionController.php +++ b/stubs/modules/AdminAuth/Http/Controllers/AuthenticatedSessionController.php @@ -47,7 +47,7 @@ public function logout(Request $request) $request->session()->invalidate(); $request->session()->regenerateToken(); - + return Inertia::location(config('modular.login-url')); } } diff --git a/stubs/resources/js/Components/DataTable/AppDataSearch.vue b/stubs/resources/js/Components/DataTable/AppDataSearch.vue index 4ee9114..b3b3d3c 100644 --- a/stubs/resources/js/Components/DataTable/AppDataSearch.vue +++ b/stubs/resources/js/Components/DataTable/AppDataSearch.vue @@ -8,7 +8,7 @@ @@ -39,6 +39,10 @@ const props = defineProps({ additionalParams: { type: Object, default: () => {} + }, + placeholder: { + type: String, + default: 'Search' } }) diff --git a/stubs/resources/js/Components/Form/AppMultiCombobox.vue b/stubs/resources/js/Components/Form/AppMultiCombobox.vue new file mode 100644 index 0000000..60c0c2f --- /dev/null +++ b/stubs/resources/js/Components/Form/AppMultiCombobox.vue @@ -0,0 +1,223 @@ + + + + + + + + {{ item.label }} + + + + + {{ comboLabel }} + + + + + + + + + + + + + + Search + + + + + + + + + + + + + {{ option.label }} + + + + + + + + + + diff --git a/stubs/resources/js/Components/Misc/AppTopBar.vue b/stubs/resources/js/Components/Misc/AppTopBar.vue index ca14d69..c8325bc 100644 --- a/stubs/resources/js/Components/Misc/AppTopBar.vue +++ b/stubs/resources/js/Components/Misc/AppTopBar.vue @@ -1,10 +1,10 @@ @@ -13,17 +13,33 @@ {{ title }} - + + + + + + + + + + @@ -33,9 +49,9 @@