spacedrive/interface/hooks
Oscar Beaumont a238760c88
[ENG-1690] Upgrade to Tauri 2.0 (#2433)
* Most of it

* Cleanup menu

* fixes

* Fixed linux compilation, still not working though, as the app panic on start

* Add dialog permissions

* fix search keybind

* Fix linux
∙  - Disable linux-ipc-protocol feature, as that is causing panics due to trying to access some WebKit internal structures outside the main thread

* Update to Ubuntu 22.04, new tauri doesn't support ubuntu 20.04
>  - Add note to download page about deb's distro support

* Remove gen/schemas

* Update linux dependencies in setup.sh

* Fix linux deps again
 - Enable rt-tokio-crypto-rust feature in secret-service so clippy stops complaining

* Clippy + auto fmt

* Fix cache-factory
 - Create a devtools feature for desktop app, which is enabled by default on dev builds

* Fix minor error in patchTauri.mjs

* Fix some envvars that have been renamed on tauri v2

* Dont change the secrets

* Add missing linux dependency

---------

Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
2024-05-07 08:36:50 +00:00
..
index.ts [ENG-1745] Mouse wheel resize (#2366) 2024-04-19 23:18:54 +00:00
useCallbackToWatchForm.ts [ENG-528] QuickPreview isn't correctly handling errors for video/audio playback (#815) 2023-05-18 03:31:15 +00:00
useCallbackToWatchResize.ts [ENG-528] QuickPreview isn't correctly handling errors for video/audio playback (#815) 2023-05-18 03:31:15 +00:00
useClickOutside.ts [ENG-380] Interface code structure improvement (#581) 2023-02-27 21:29:48 -08:00
useCounter.ts [ENG-765] Reported Total capacity and Free space are wrong (#1066) 2023-07-05 18:22:56 +00:00
useDebouncedForm.ts [ENG-380] Interface code structure improvement (#581) 2023-02-27 21:29:48 -08:00
useDismissibleNoticeStore.tsx [ENG-1353] explorer dnd (#1737) 2023-12-13 11:59:27 +00:00
useDragAndDropState.ts [ENG-1508] Launch Spacedrop (#1893) 2024-01-08 06:42:17 +00:00
useFocusState.tsx [ENG-380] Interface code structure improvement (#581) 2023-02-27 21:29:48 -08:00
useHomeDir.ts [ENG-1452] Default to Home (#1801) 2023-11-21 05:22:52 +00:00
useInputState.tsx [ENG-380] Interface code structure improvement (#581) 2023-02-27 21:29:48 -08:00
useIsDark.ts [ENG-381] Update context menufs actions to support multiple source (#927) 2023-06-14 23:00:28 +00:00
useIsLocationIndexing.ts [ENG-1400] Normalised caching (#1734) 2023-12-05 13:16:03 +00:00
useIsTextTruncated.ts [ENG-1236] fix mac tooltips on truncated folder names is inconsistent (#1497) 2023-10-11 14:29:26 +00:00
useKeybind.ts [MOB-23] Mobile Hardware Information for Overview Page (#2106) 2024-03-06 06:46:22 +00:00
useKeybindEventHandler.ts [ENG-1690] Upgrade to Tauri 2.0 (#2433) 2024-05-07 08:36:50 +00:00
useKeybindFactory.ts [ENG-1116] Distinct job manager for library (#1363) 2023-09-21 11:10:56 +00:00
useKeyDeleteFile.tsx [ENG-1641] Use 'delItem' shortcut (#2138) 2024-02-28 15:36:07 +00:00
useKeyMatcher.ts [ENG-1604] Change key matcher to use real OS (#2087) 2024-02-13 12:44:33 +00:00
useLocale.ts Added date formatting according to chosen language in the settings (#2414) 2024-04-30 16:52:20 +00:00
useMouseItemResize.ts Windows mouse resize fix (#2407) 2024-04-26 17:36:21 +00:00
useOperatingSystem.ts [ENG-1067] Update phosphor to new package & update sort imports (#1330) 2023-09-11 15:26:44 +00:00
usePrefersReducedMotion.ts Command Palette (#2228) 2024-03-26 13:05:46 +00:00
useQuickRescan.ts Added even more i18n translation keys (#2453) 2024-05-04 16:16:49 +00:00
useRandomInterval.ts Command Palette (#2228) 2024-03-26 13:05:46 +00:00
useRedirectToNewLocation.ts New test: Add location (#2222) 2024-03-23 21:24:16 +00:00
useRouteTitle.ts [ENG-1592] Correctly assign tab titles on desktop (#2030) 2024-02-01 15:40:38 +00:00
useScrolled.tsx Frontend misc fixes and deps update (#1650) 2023-10-24 07:51:58 +00:00
useShortcut.ts [ENG-578] Resizable sidebar (#2425) 2024-05-01 14:35:09 +00:00
useShowControls.ts Release landing page (#1464) 2023-10-11 04:05:40 +00:00
useTheme.ts @sd/client SolidJS support - Part 1 (#1920) 2024-01-09 08:05:01 +00:00
useWindowSize.ts [ENG-1615] bg intro video fixed (#2104) 2024-02-19 20:45:29 +00:00
useWindowState.tsx [ENG-1283, ENG-1284, partially ENG-1303] Fix MacOS window bar showing when full-screen (#1582) 2023-10-21 11:57:04 +00:00
useZodParams.ts Better search (#2262) 2024-04-05 15:40:46 +00:00
useZodRouteParams.ts Improve useZodRouteParams (#1917) 2024-01-05 08:51:08 +00:00
useZodSearchParams.ts [MOB-23] Mobile Hardware Information for Overview Page (#2106) 2024-03-06 06:46:22 +00:00