sort detailed profiles

This commit is contained in:
Julian Freeman
2026-04-16 17:53:18 -04:00
parent 65b9401726
commit 761e4f3186
3 changed files with 43 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ export type BookmarkAssociatedProfileSummary = {
export type ProfileSortKey = "name" | "email" | "id";
export type ExtensionSortKey = "name" | "id";
export type BookmarkSortKey = "title" | "url";
export type AssociatedProfileSortKey = "id" | "name";
export type ActiveSection = "profiles" | "extensions" | "bookmarks";
export type AppPage = "browserData" | "configuration";
export type BrowserConfigSource = "default" | "custom";