Commit graph

1125 commits

Author SHA1 Message Date
maxichrome 098e18256b reposition top bar keybind check comment 2022-09-14 12:22:32 -05:00
maxichrome 24f3562daa use clearer name for DOM keybind handler 2022-09-14 12:22:12 -05:00
Oscar Beaumont dd04625a4f properly shutdown the core when using server 2022-09-14 19:02:11 +08:00
maxichrome 7c67d57b42 add silly react import to app layout bc it needs it 2022-09-13 22:41:20 -05:00
maxichrome 9dfa1a43eb move to custom KeybindEvent subclass 2022-09-13 22:41:01 -05:00
maxichrome 1919acdb62 reconfigure search bar keybind
- also prevents interference with other text boxes on Esc
2022-09-13 19:05:42 -05:00
maxichrome 2fb220ca6a add typings for keybind event 2022-09-13 19:05:12 -05:00
maxichrome 5dbc4325b1 update cargo crates 2022-09-13 19:04:58 -05:00
maxichrome 746871d0a2 use native/Tauri keybind to open settings 2022-09-13 19:04:51 -05:00
maxichrome e5b8198b88 add useAppProps brevity 2022-09-13 19:02:06 -05:00
maxichrome 2c3eed2359 ignore server library data 2022-09-13 18:49:45 -05:00
Oscar Beaumont a7ffd27ffd fix explorer in production builds + move libraryId back to Valtio
Production build issue was because we `useSnapshot` in a different package to where the store was created.
Putting the libraryId in context makes the app noticeably slower because of React rules so I undid that change.
2022-09-13 14:32:32 +08:00
Oscar Beaumont 43d0524cfd send report button working on error boundary 2022-09-13 00:14:47 +08:00
Oscar Beaumont a275971643 fix clippy warning 2022-09-12 23:50:02 +08:00
Oscar Beaumont 5dd45f2b93 onboarding UI flow 2022-09-12 23:43:12 +08:00
Oscar Beaumont 29862313e6 Merge remote-tracking branch 'origin/main' into eng-237-explorer-performance-2 2022-09-09 15:30:17 +08:00
Oscar Beaumont b6a2c98ae5 assorted minor changes 2022-09-09 07:57:35 +08:00
Oscar Beaumont c972928161 remove readme copier workflow 2022-09-09 07:39:00 +08:00
Oscar Beaumont aaf68e1aac goodbye import React. I won't miss you 2022-09-09 07:32:13 +08:00
Oscar Beaumont 2fda5b9ca6
Better db migrations (#381)
* use prisma migration engine for migrations

* squash migrations + remove excessive logging
2022-09-08 15:57:07 -07:00
Oscar Beaumont ba74af9762 merge changes 2022-09-09 06:32:17 +08:00
Oscar Beaumont 3caf844a9e fix the production build issue + cleanup frontend 2022-09-09 06:29:47 +08:00
Jamie Pine 5eeabb3443
Merge branch 'eng-237-explorer-performance-2' of https://github.com/spacedriveapp/spacedrive into eng-237-explorer-performance-2 2022-09-08 15:01:08 -07:00
Jamie Pine 21482a4730
job manager tweaks 2022-09-08 15:01:05 -07:00
Ericson Fogo Soares ae7aa2bf9b Changing job metadata to serde_json::Value 2022-09-08 17:20:04 -03:00
Jamie Pine d540887a4e
job manager wip 2022-09-07 20:04:13 -07:00
Jamie Pine ed83b0d64c Merge remote-tracking branch 'origin/eng-237-explorer-performance-2' into eng-237-explorer-performance-2 2022-09-07 19:45:53 -07:00
Ericson Fogo Soares 0f92dd7af1 A wrong premise about report on a running job 2022-09-07 23:43:39 -03:00
Jamie Pine 0130f5a6f4 Merge remote-tracking branch 'origin/eng-237-explorer-performance-2' into eng-237-explorer-performance-2 2022-09-07 19:25:43 -07:00
Ericson Fogo Soares 752c4ad45c Missing job error from serde_json::Error 2022-09-07 23:23:04 -03:00
Jamie Pine 4535fddc91 Merge remote-tracking branch 'origin/eng-237-explorer-performance-2' into eng-237-explorer-performance-2 2022-09-07 19:12:49 -07:00
Ericson Fogo Soares a4b6b7b5c9 Implementing metadata for jobs 2022-09-07 23:08:11 -03:00
Jamie Pine 6b1e8c3088
hotfix for identifier orphan query 2022-09-07 14:05:33 -07:00
Utku 4196352494
Merge pull request #373 from spacedriveapp/mobile-library
Mobile library
2022-09-07 13:03:58 +03:00
Utku Bakir b3a586afff Rust useless conversion 2022-09-07 11:56:51 +03:00
Utku Bakir 230ea4fd84 Update rspc to 0.0.6 2022-09-07 11:55:37 +03:00
Utku Bakir 84e2b1fa4a Fix everything after rspc update 2022-09-07 10:49:27 +03:00
Utku Bakir 8290318500 Merge branch 'main' into mobile-library 2022-09-07 10:18:47 +03:00
Jamie Pine 98f900b99e
(fix) identifier job: better error handling 2022-09-06 23:21:58 -07:00
Brianna Alora 2250949ccf
Only show a period at the end of a filename if it has an extension (#380)
* only show extension period if file has extension

* change from fragment to string interpolation
2022-09-06 21:06:50 -07:00
Oscar Beaumont 76fcb68e11
Merge pull request #378 from spacedriveapp/rspc-pcr-updates2
Use latest rspc + PCR
2022-09-07 11:49:42 +08:00
Brendan Allan b6f1a941b2 cleanup identifier job 2022-09-07 10:15:55 +08:00
Jamie Pine 4196a9823f
fix indexer lag (reimplement debounced progress event for jobs) 2022-09-06 17:44:48 -07:00
Brendan Allan 459a44b7ac utilise include instead of with for type safety 2022-09-07 04:09:57 +08:00
Oscar Beaumont db11f899c9
fix readme message 2022-09-07 00:30:01 +08:00
Brendan Allan 3775c33d97 rename getAll to list 2022-09-07 00:21:41 +08:00
Brendan Allan eacb035283 fix everything after rebase 2022-09-06 22:34:39 +08:00
Oscar Beaumont 4427065658 Upgraded rspc with libraries + upgrade PCR 0.6.0 2022-09-06 22:08:19 +08:00
Utku Bakir 0c901dbdc1 Formatting rust? 2022-09-06 15:35:30 +03:00
Utku Bakir 6fe8d2cb9e Bindings 2022-09-06 15:33:35 +03:00