From 3afe1e21df6dcc0483e74e0db02d9d82af32ecea Mon Sep 17 00:00:00 2001 From: xuatz Date: Mon, 2 Jun 2025 04:01:26 +0900 Subject: feat: add user customisable default archive display behaviour (#1505) * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem --- apps/web/lib/userSettings.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/lib/userSettings.tsx') diff --git a/apps/web/lib/userSettings.tsx b/apps/web/lib/userSettings.tsx index 727c823e..1590f727 100644 --- a/apps/web/lib/userSettings.tsx +++ b/apps/web/lib/userSettings.tsx @@ -8,6 +8,7 @@ import { api } from "./trpc"; export const UserSettingsContext = createContext({ bookmarkClickAction: "open_original_link", + archiveDisplayBehaviour: "show", }); export function UserSettingsContextProvider({ -- cgit v1.2.3-70-g09d2