aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/lists/EditListModal.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Fix edit list modal not clearing parentMohamed Bassem2025-07-191-1/+1
|
* fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742Mohamed Bassem2025-07-171-1/+1
|
* fix(web): Clicking on search tooltip opens the search language guide. Fixes ↵Mohamed Bassem2025-07-061-0/+1
| | | | #1540
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-221-1/+5
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* fix: Fix end icon in smart list input overlapping with text. Fixes #1379Mohamed Bassem2025-05-251-6/+8
|
* fix(web): fit popover content box to emoji picker size (#1257)Mark :)2025-04-131-1/+1
|
* feat(web): Optionally add short description to lists (#1225)ekambains2025-04-121-0/+22
| | | | | | | | | * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-3/+3
|
* chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2025-04-051-1/+1
| | | | | | | | | * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
* feat(web): Add the query explainer to the smart list modalMohamed Bassem2025-02-011-8/+36
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-23/+96
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-6/+8
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* fix(web): Fix sidebar list edit dialog not working. Fixes #447MohamedBassem2024-10-061-9/+11
|
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-191-0/+276
* feature: Add support for nested lists * prevent moving the parent to a subtree