Update admin and marketing layouts, add new admin components
Refined both admin and marketing layouts for a clearer design. Newly added components for the admin page include admin-account-page, admin-members-table and admin-memberships-table. Also included in this update are route renaming, minor text edits and corrections in the code.
This commit is contained in:
@@ -269,7 +269,6 @@ create table if not exists public.accounts(
|
||||
id uuid unique not null default extensions.uuid_generate_v4(),
|
||||
primary_owner_user_id uuid references auth.users on delete
|
||||
cascade not null default auth.uid(),
|
||||
-- Auth ID in Supabase Auth
|
||||
name varchar(255) not null,
|
||||
slug text unique,
|
||||
email varchar(320) unique,
|
||||
|
||||
Reference in New Issue
Block a user