Multitenant implementation with custom Domain, theme per vendor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- app/templates/partials/header.html -->
|
||||
<!-- app/templates/admin/partials/header.html -->
|
||||
<!-- Top header bar with search, theme toggle, notifications, profile -->
|
||||
<header class="z-10 py-4 bg-white shadow-md dark:bg-gray-800">
|
||||
<div class="container flex items-center justify-between h-full px-6 mx-auto text-purple-600 dark:text-purple-300">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{# app/templates/partials/sidebar.html #}
|
||||
{# app/templates/admin/partials/sidebar.html #}
|
||||
<!-- Desktop sidebar -->
|
||||
<aside class="z-20 hidden w-64 overflow-y-auto bg-white dark:bg-gray-800 md:block flex-shrink-0">
|
||||
<div class="py-4 text-gray-500 dark:text-gray-400">
|
||||
|
||||
Reference in New Issue
Block a user