spacedrive/apps/desktop
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
..
crates [ENG-1690] Upgrade to Tauri 2.0 (#2433) 2024-05-07 08:36:50 +00:00
dist keep dist folder in desktop 2022-08-19 09:03:47 +08:00
src [ENG-1690] Upgrade to Tauri 2.0 (#2433) 2024-05-07 08:36:50 +00:00
src-tauri [ENG-1690] Upgrade to Tauri 2.0 (#2433) 2024-05-07 08:36:50 +00:00
.eslintrc.cjs Vite upgrades (#1911) 2024-01-02 06:26:28 +00:00
app-icon.png update icons 2022-04-22 16:59:25 +08:00
package.json [ENG-1690] Upgrade to Tauri 2.0 (#2433) 2024-05-07 08:36:50 +00:00
postcss.config.cjs Vite upgrades (#1911) 2024-01-02 06:26:28 +00:00
tailwind.config.js holy mother of hot reload 2022-04-20 01:15:28 -07:00
tsconfig.json [ENG-380] Interface code structure improvement (#581) 2023-02-27 21:29:48 -08:00
vite.config.ts Improve QuickPreview (#1350) 2023-09-29 04:58:29 +00:00