Unified settings modal + dashboard shell redesign #69

Merged
uz1mani merged 107 commits from staging into main 2026-03-26 09:15:33 +00:00
44 changed files with 3668 additions and 370 deletions
Showing only changes of commit ce992e331f - Show all commits

View File

@@ -11,7 +11,7 @@ export default function AccountProfileTab() {
<p className="text-sm text-neutral-400">Manage your personal account settings.</p> <p className="text-sm text-neutral-400">Manage your personal account settings.</p>
</div> </div>
<ProfileSettings activeTab="profile" borderless hideDangerZone /> <ProfileSettings activeTab="profile" borderless />
</div> </div>
) )
} }