feat(dashboard, medusa) add metadata to pages (#9433)

**WIP**
- add metadata component and edit route to missing pages
- fix API issues around metadata in certain domains

---

FIXES CC-554
This commit is contained in:
Frane Polić
2024-10-06 11:57:56 +00:00
committed by GitHub
parent ffc35f2b6e
commit d6b452b734
25 changed files with 358 additions and 98 deletions
@@ -9,4 +9,5 @@ export interface AdminUpdateUser {
first_name?: string | null
last_name?: string | null
avatar_url?: string | null
metadata?: Record<string, unknown> | null
}