nikec
958692771d
[ENG-578] Resizable sidebar ( #2425 )
...
* v1
* Update pnpm-lock.yaml
* Update store.ts
* Update index.tsx
* fix animation
* toggle_sidebar
* locales
2024-05-01 14:35:09 +00:00
nikec
13e4ff6107
[ENG-1752] Fix explorer selection reset when closing quick preview via keybind ( #2373 )
...
prevent selection reset
2024-04-22 10:25:53 +00:00
Vítor Vasconcellos
6bb94e3507
Fix pnpm prep fails to download native-deps on some specific network env ( #2275 )
...
* Fix pnpm prep failing to download native-deps on some specific network configurations
* Eslint/Prettier auto-format
2024-04-04 14:19:49 +00:00
ameer2468
12f15fc96f
[ENG-1702] Fix space for command palette ( #2269 )
...
* Fix space for command palette
* Update index.tsx
2024-04-01 18:30:44 +00:00
Utku
6277c8cb5f
Command Palette ( #2228 )
...
* bring it back
* move into folder
* fix shortcuts colliding
* tags
* fix key capture problems
* add 2 more actions + locations to cmd
* fix search navigation issue W @nikec
* fix saerch input
* improve scrollbar look and text on lightheme + fix edge view search showing
* useShortcut
* add cmdp to keybinds page
* killer i18n extension for vscode
* some missing keys and localized cmdk
* in lists that can change - it's better to use the id rather than index to avoid extra re-renders
* Update CMDKLocations.tsx
---------
Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com >
2024-03-26 13:05:46 +00:00
ameer2468
f754b315de
[ENG-1664] Close quickpreview on ESC ( #2171 )
...
Close quickpreview on ESC
2024-03-06 16:47:06 +00:00
nikec
1fd35d0a81
[ENG-1609] Shortcuts refactor ( #2092 )
...
small refactor
2024-02-14 15:08:59 +00:00
nikec
a18d60aa27
[ENG-1602] Prevent default keybind events ( #2085 )
...
* prevent default events
* disable for dev
2024-02-13 17:06:12 +00:00
Utku
da2841b37a
More translations ( #2051 )
...
* translations
* more translation keys
* all the translations
2024-02-07 13:47:55 +00:00
ameer2468
6fe2637ae7
[ENG-1582 + ENG-1586] Add tab keybinds to shortcut + object.hasOwn bug fix ( #2022 )
...
* add tabs shortcuts to keybind page + fix object.hasOwn
* Update useShortcut.ts
2024-01-30 14:22:39 +00:00
nikec
1dfb133c23
[ENG-1568] useShortcut cleanup ( #1987 )
...
* useShortcut
* use true os
2024-01-24 14:26:41 +00:00
ameer2468
e027bba001
[ENG-1538] hidden files keybind windows fix ( #1935 )
...
Update useShortcut.ts
2024-01-12 21:28:51 +00:00
ameer2468
614c02d250
fix keybinds page ( #1921 )
2024-01-08 11:56:44 +00:00
ameer2468
84d44afcd5
[ENG-1462] Visual improvements for search ( #1864 )
...
* light mode correction and visual improvements for search
* Update AppliedFilters.tsx
2023-12-06 19:07:35 +00:00
Brendan Allan
908a13130c
[ENG-1435] Saved Searches ( #1810 )
...
* saved search CRUD (not perfect)
* saved search settings page
* minor improvements
* fix search filter text apply
* serach in setting
* reduce new tab flicker
* fix tab delete index
* temporarily remove hover effect from applied filters
* fix types
* fix progress
* fix double-add for inOrNotIn
* no more saved searches settings page
* redirect on saved search delete
* cleaner
* fix filter checkbox double fire
* types
---------
Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com >
2023-11-25 00:16:26 +00:00
ameer2468
43b4865914
[ENG-1395] Use data from shortcuts hook ( #1805 )
...
use data from shortcuts hook
2023-11-23 11:39:36 +00:00
Brendan Allan
ae31e10e0b
[ENG-1436] Store search state in search params ( #1795 )
...
* source search query from search params
* store filters in search params with round trip
* the rest bc apparently i forgot some?
* remove all references to overview
* add /:libraryId redirect
2023-11-17 21:07:33 +00:00
ameer2468
9cf71c1511
[ENG-1397] Quickpreview images slider ( #1773 )
...
* wip
* wip
* wip
* Update ImageSlider.tsx
* wip
* wip
* wip
* Update ImageSlider.tsx
* bump virtual-grid version for horizontal support
* quickpreview image slider almost
* cleanup
* add mouse wheel support
* Update ImageSlider.tsx
* Update ImageSlider.tsx
* feedback
* block down and up if quickview is open
* Update GridList.tsx
* spacing
* Update GridList.tsx
* Update GridList.tsx
* feedback and fixes
* refactor
* Update GridList.tsx
* Update ImageSlider.tsx
* Update ImageSlider.tsx
* remove unnecessary checks & update scroll behavior
* add shortcut to trigger image slider, full width aswell.
* persist value
* Fix Esc explorer shortcut, fix quick preview move between items shortcut & support multiple selected items on image slider
* fix list view key selection
* don't exit selection if slider is toggled off
---------
Co-authored-by: nikec <nikec.job@gmail.com >
2023-11-16 13:16:29 +00:00
ameer2468
308803e769
fix quickpreview shortcut ( #1747 )
2023-11-06 12:11:00 +00:00
ameer2468
f4e89da4d7
[ENG-1190] New shortcuts system ( #1718 )
...
* wip new shortcuts system
* Shortcuts system and cleanup
add duplicate short, fix delete object windows context menu symbol, shortcuts system
Add cut to Edit menu
if quickPreview is open do not open the folder/doubleClick()
Update index.tsx
Update RenameTextBox.tsx
* add listObjectsNav for list view
* refactored
* Update useShortcut.ts
* Update useShortcut.ts
* remove imports
* fix copy pasting and conflicts
2023-11-06 10:37:24 +00:00