Commit Graph

891 Commits

Author SHA1 Message Date
Jamie Pine
3aa7285917 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
6f887a11b9 A wrong premise about report on a running job 2022-09-07 23:43:39 -03:00
Jamie Pine
410726c685 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
fac10845df Missing job error from serde_json::Error 2022-09-07 23:23:04 -03:00
Jamie Pine
5ee47060bd 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
3a8d0c91e9 Implementing metadata for jobs 2022-09-07 23:08:11 -03:00
Jamie Pine
ed8d32ec87 hotfix for identifier orphan query 2022-09-07 14:05:33 -07:00
Jamie Pine
6b5a6fd39c (fix) identifier job: better error handling 2022-09-06 23:21:58 -07:00
Brendan Allan
90afd62b73 cleanup identifier job 2022-09-07 10:15:55 +08:00
Jamie Pine
a45735ad57 fix indexer lag (reimplement debounced progress event for jobs) 2022-09-06 17:44:48 -07:00
Brendan Allan
20a820c58e new context menu 2022-09-05 10:54:54 +08:00
Jamie Pine
f0b14a5a7a upgrade valtio back to latest 2022-09-04 18:22:56 -07:00
Jamie Pine
f3b8e6b14a replaced interface store with Valtio 2022-09-04 18:20:22 -07:00
Jamie Pine
b63c48ad47 fix window resize with virtualizer 2022-09-04 15:58:51 -07:00
Jamie Pine
d16fdedd3d valtio 2022-09-04 15:58:16 -07:00
Jamie Pine
a24dfb4270 replace ListView with VirtualizedList 2022-09-04 14:13:35 -07:00
Jamie Pine
11dba3414d add tanstack virtual 2022-09-04 14:13:02 -07:00
Jamie Pine
d621145f49 Assignable Tags (#370)
* Tag queries + Identifier bug fix

- added empty pages for docs
- added non-functional "New Library" button to sidebar
- to accomplish above, moved dialog logic to component folder
- fixed Identifier bug where location id was not considered in the orphan files query, meaning it would attempt to identify many non-existent paths and fail to create the legitimate ones

* (fix) maintain file item aspect ratio in grid view
(fix) get tag query + get all tags

* codegen

* resurrected context menu

* fix window flash

* remove location based thumb sorting + update react on landing

* add is_archived to location

* improved context menu

* assign tag + refactor explorer store

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>

* assign/unassign tags from context menu

* fix lint

* keep context menu open on tag change

* fix brendan feedback + merge main

* fix type

* codegen

* style changes

* revert windows size and xcode proj

* remove outdated doc

* coming sooooooon

* updated release notes

* release notes

* dashes > dots

* clean up docs

* more docs!

* restore entitlements

* remove unused util

* regenerated migrations post merge
- some additional error handling added to migration runner, needs more work!

* refactor explorer to support tags

* fix error and revert explorer bg color

* put it in a box they said

* revert location id store removal

* upgrade hero icons + style tweaks

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-09-04 13:00:24 -07:00
Ericson "Fogo" Soares
ddd638723a Introducing Indexer rules (#363)
* Introducing indexer rules for the indexer job
* Solving a minor race condition at `Worker::spawn`
* Many refactors at database accesses with prisma
* Documenting some features of indexer rules

* Updating to new prisma rev

* Updating photo

* Some documentation tweaks

* fix note editing

* Implementing some requested changes
* Fixing unit tests on walk function
* Using rsps::Error::with_cause instead of new

* Introducing a compoung unique key between `node_id` and `local_path` at `locations` table

Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
2022-09-01 16:38:26 -07:00
Oscar Beaumont
1bcbf782c5 new invalidate_query + add IOS sim to setup script 2022-08-31 18:42:06 +08:00
Oscar Beaumont
8d0f6b88b7 Merge pull request #314 from berbaroovez/feature/Tooltip
Tool Tips added
2022-08-30 21:37:50 +08:00
Oscar Beaumont
3ff5bf54d9 add more tooltips 2022-08-30 15:01:24 +08:00
Oscar Beaumont
2bed7c243a Merge pull request #318 from spacedriveapp/eng-193-add-menu-item-for-opening-settings
Add menu item for Settings
2022-08-30 14:58:32 +08:00
Oscar Beaumont
c207642429 make typecheck pass 2022-08-30 14:38:45 +08:00
Oscar Beaumont
05d08705bf Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into feature/Tooltip 2022-08-30 14:32:00 +08:00
Oscar Beaumont
07ee268f22 Merge pull request #308 from CreatingBytes/desktop-issues
Top right menu overflow ENG-111
2022-08-30 14:18:26 +08:00
Oscar Beaumont
eeca3d1eb8 change breakpoint + center button 2022-08-30 14:06:23 +08:00
Oscar Beaumont
3e1ff32bd8 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into desktop-issues 2022-08-30 13:55:25 +08:00
Oscar Beaumont
1a6d3d1d37 settings keyboard shortcut + fix Tauri menu items 2022-08-30 13:49:29 +08:00
Oscar Beaumont
c936982d60 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive into eng-193-add-menu-item-for-opening-settings 2022-08-30 13:13:56 +08:00
Oscar Beaumont
a121aed659 Merge pull request #327 from RockBacon9922/SearchBarFeatureAdditions
Focus search bar on press Super+K
2022-08-30 13:12:25 +08:00
Oscar Beaumont
70c95dda30 Merge pull request #349 from utkubakir/eng-89-new-counter
New counter implementation
2022-08-30 13:01:36 +08:00
Oscar Beaumont
6e89a61ea5 Merge remote-tracking branch 'upstream/main' into SearchBarFeatureAdditions 2022-08-30 12:56:32 +08:00
Oscar Beaumont
689c3c1937 fix pnpm lockfile 2022-08-30 11:36:07 +08:00
Oscar Beaumont
97348667d0 Merge remote-tracking branch 'upstream/main' into eng-89-new-counter 2022-08-30 11:18:34 +08:00
Oscar Beaumont
624a7c12c1 remove phantom file + update rspc bindings
A PR must have been merged incorrect introducing this file which is not used.
2022-08-30 10:50:08 +08:00
Oscar Beaumont
b01887c5ab Rustify mobile (#361)
* Refactor navigation flow & types

* Remove drawer screen wrapper

* Remove DrawerItem + cleanup

* Switch to JS Stack Nav & header animations

* [WIP] Spacedrive core on Android & IOS

* Update Podfile and cleanup Contributing guide.

* Remove @sd/core from mobile

* File Modal

* Prettify File Modal & Add date-fns

* IOS subscriptions

* Update package versions

* Custom header for stack screens

* android subscriptions

* Animate Drawer button & template for Search screen

* Search header

* Fix Search icon being weird

* Merge branch 'main' into rustify-mobile

* fix rspc dep + setup script for mobile

* Less margin on header

* Move shared assets & drawer logo for mobile

* support for IOS simulator

* add type safe rspc hooks to mobile

* Cleanup PR & Update packages

* Updated bindings from main

* Update lefthook.yml

* Remove `tag` folder from core
The `tag` folder came back from the dead. Maybe it got confused in merge conflict?

* update pnpm lockfile + fix tsc errors

* fix asset import

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2022-08-29 04:59:09 -07:00
Oscar Beaumont
deb80789d0 Merge pull request #358 from ned-park/setup-system-debian
Fixes Tauri dependencies for Debian Buster (stable), fixes warning fo…
2022-08-29 19:14:59 +08:00
Oscar Beaumont
8cc0967bae fix landing page 2022-08-29 17:36:34 +08:00
ned-park
5112185c75 Adds trap for error handling from set -e, updates error handling conditionals for set -e compatibility, updates debian tauri dependencies 2022-08-23 12:03:56 -04:00
Jamie Pine
dbea174a12 hotfix: (macOS) app platform prop not being set correctly 2022-08-20 23:55:29 -07:00
Brendan Allan
08d88f5d10 Merge pull request #359 from spacedriveapp/update-pcr
Update Prisma Client Rust
2022-08-20 21:48:44 +08:00
Utku
ed8bc60de4 Merge branch 'main' into eng-89-new-counter 2022-08-20 13:28:29 +03:00
Brendan Allan
5783894338 Merge pull request #355 from spacedriveapp/eslint-config
Eslint config + types
2022-08-20 18:07:22 +08:00
Utku Bakir
af6ac40c65 Merge branch 'origin/main' into eslint-config 2022-08-20 12:55:00 +03:00
Brendan Allan
96e26c8d81 fix clippy ci 2022-08-19 09:57:52 +08:00
Brendan Allan
3372e02a79 keep dist folder in desktop 2022-08-19 09:03:47 +08:00
Brendan Allan
f7efb72a23 update to latest prisma-client-rust 2022-08-19 08:58:27 +08:00
Brendan Allan
dc81c83825 use latest prisma-client-rust 2022-08-19 07:41:08 +08:00
Brendan Allan
3a35e7fdb4 update pnpm-lock 2022-08-19 07:24:15 +08:00