aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/search (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-1/+3
| | | | | | | | | | | | | * 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: Fix search input escape listener to only work when the input is in focusMohamed Bassem2024-10-271-1/+5
|
* feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka2024-10-191-7/+44
| | | | | added ctrl+k to focus the search bar added escape to delete the input of the search bar fixed behavior of ctrl+e on windows, which would otherwise focus the chrome searchbar
* fix(web): Fix react error in search inputMohamedBassem2024-10-121-1/+0
|
* fix(web): Reset search query and bulk edit when navigating away from the ↵MohamedBassem2024-10-121-3/+17
| | | | current page
* fix: Remove flicker from search barMohamedBassem2024-03-191-3/+2
|
* ui(web): Add an editor card inline in the bookmark grid and remove the top ↵MohamedBassem2024-03-161-0/+2
| | | | nav buttons
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-1/+1
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+25