Unify workspace dropdowns; Update layouts (#458)
Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
This commit is contained in:
committed by
GitHub
parent
ca585e09be
commit
4bc8448a1d
14
AGENTS.md
14
AGENTS.md
@@ -39,13 +39,13 @@ pnpm format:fix # Format code
|
||||
|
||||
## Key Patterns (Quick Reference)
|
||||
|
||||
| Pattern | Import | Details |
|
||||
|---------|--------|---------|
|
||||
| Server Actions | `enhanceAction` from `@kit/next/actions` | `packages/next/AGENTS.md` |
|
||||
| Route Handlers | `enhanceRouteHandler` from `@kit/next/routes` | `packages/next/AGENTS.md` |
|
||||
| Server Client | `getSupabaseServerClient` from `@kit/supabase/server-client` | `packages/supabase/AGENTS.md` |
|
||||
| UI Components | `@kit/ui/{component}` | `packages/ui/AGENTS.md` |
|
||||
| Translations | `Trans` from `@kit/ui/trans` | `packages/ui/AGENTS.md` |
|
||||
| Pattern | Import | Details |
|
||||
|----------------|--------------------------------------------------------------|-------------------------------|
|
||||
| Server Actions | `authActionClient` from `@kit/next/safe-action` | `packages/next/AGENTS.md` |
|
||||
| Route Handlers | `enhanceRouteHandler` from `@kit/next/routes` | `packages/next/AGENTS.md` |
|
||||
| Server Client | `getSupabaseServerClient` from `@kit/supabase/server-client` | `packages/supabase/AGENTS.md` |
|
||||
| UI Components | `@kit/ui/{component}` | `packages/ui/AGENTS.md` |
|
||||
| Translations | `Trans` from `@kit/ui/trans` | `packages/ui/AGENTS.md` |
|
||||
|
||||
## Authorization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user