aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/hooks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Introduce advanced search capabilities (#753)Mohamed Bassem2024-12-311-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: Implement search filtering in the backend * feat: Implement search language parser * rename matcher name * Add ability to interleve text * More fixes * be more tolerable to parsing errors * Add a search query explainer widget * Handle date parsing gracefully * Fix the lockfile * Encode query search param * Fix table body error * Fix error when writing quotes
* feat: Implement the all highlights page. Fixes #620Mohamed Bassem2024-12-281-0/+22
|
* feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem2024-12-221-10/+22
|
* fix(web): Reset search query and bulk edit when navigating away from the ↵MohamedBassem2024-10-121-1/+3
| | | | current page
* refactor: Extract useUpload into its own reusable hookMohamedBassem2024-09-211-0/+38
|
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-091-21/+0
|
* feature(web): Add support for removing items from listsMohamedBassem2024-03-201-0/+21
|
* ui(web): Reduce debounce duration to 10ms in search barMohamedBassem2024-03-161-1/+1
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-2/+2
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+73