aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add user customisable default archive display behaviour (#1505)xuatz2025-06-011-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>
* feature(web): Async validate JWT account and sign out the user if they no ↵MohamedBassem2024-10-051-0/+26
| | | | longer exist
* feature: Allow import Netscape HTML format (#163)kamtschatka2024-05-251-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>