From af3010abaa37f7db4144820469422bdbb432adfc Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 27 Dec 2025 16:30:11 +0200 Subject: feat: add customizable tag styles (#2312) * feat: add customizable tag styles * add tag lang setting * ui settings cleanup * fix migration * change look of the field * more fixes * fix tests --- apps/web/lib/userSettings.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/web/lib/userSettings.tsx') diff --git a/apps/web/lib/userSettings.tsx b/apps/web/lib/userSettings.tsx index d35c9e56..4789e2ba 100644 --- a/apps/web/lib/userSettings.tsx +++ b/apps/web/lib/userSettings.tsx @@ -18,6 +18,8 @@ export const UserSettingsContext = createContext({ readerFontFamily: null, autoTaggingEnabled: null, autoSummarizationEnabled: null, + tagStyle: "as-generated", + inferredTagLang: null, }); export function UserSettingsContextProvider({ -- cgit v1.2.3-70-g09d2