aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-01refactor: remove unused trpc files from web and mobileMohamed Bassem1-1/+2
2026-02-01refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem1-9/+13
* refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
2025-07-14fix: Clear search history on logoutMohamed Bassem1-6/+8
2025-06-01feat: add user customisable default archive display behaviour (#1505)xuatz1-0/+24
* 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 <me@mbassem.com>
2024-10-05feature(web): Async validate JWT account and sign out the user if they no ↵MohamedBassem1-0/+26
longer exist
2024-05-25feature: Allow import Netscape HTML format (#163)kamtschatka1-0/+20
* [Feature request] Netscape HTML format import/export #96 added the possibility to add exported bookmarks via the webUI for ease of use * [Feature request] Netscape HTML format import/export #96 updated the documentation * Extract the parser into its own file and reuse the existing bookmark upload logic --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>