Commit Graph

1559 Commits

Author SHA1 Message Date
Brendan Allan
320e6a834f update to latest swift-rs (#536)
* update to latest swift-rs

* remove redundant configs
2023-01-23 14:48:23 -08:00
Jamie Pine
f4e8043cd6 Just some more docs (#462)
* docs init

* small tweaks
2023-01-23 14:31:20 -08:00
Ericson "Fogo" Soares
81dcd9795c Merge pull request #528 from spacedriveapp/eng-345-cut-copy-duplicate-actions
[ENG-345] Cut, copy and duplicate filesystem actions
2023-01-23 09:31:54 -03:00
brxken128
387438c42d Revert "fix random missing property"
This reverts commit 1f29401501.
2023-01-23 11:36:11 +00:00
brxken128
5abc0a0fde fix missing trashsimple icon 2023-01-23 11:33:50 +00:00
brxken128
1f29401501 fix random missing property 2023-01-23 11:20:26 +00:00
brxken128
ff05b7c83e update bindings 2023-01-23 11:05:10 +00:00
brxken128
766564afaa Merge branch 'main' into eng-345-cut-copy-duplicate-actions 2023-01-23 11:03:27 +00:00
brxken128
5478c5527a include resumable jobs within the job match 2023-01-23 11:02:32 +00:00
Brendan Allan
3884224b1a Merge pull request #537 from spacedriveapp/separate-mobile-rust
Separate mobile rust
2023-01-23 02:11:18 -08:00
Brendan Allan
a2a429ade0 Merge pull request #539 from spacedriveapp/eslint-overhaul
Eslint overhaul
2023-01-23 01:45:02 -08:00
Brendan Allan
eb84add14b Merge branch 'main' into eslint-overhaul 2023-01-23 01:44:28 -08:00
maxichrome
4b7f13da66 Add clean command (#540)
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2023-01-22 22:38:52 -08:00
Brendan Allan
aaf6763e4c Merge pull request #544 from niikeec/switch-thumb-classname
Separate thumb class name
2023-01-22 18:03:35 -08:00
Brendan Allan
f7cf363c9c Merge pull request #546 from niikeec/dropdown
Closable dropdown menu
2023-01-22 18:03:20 -08:00
nikec
4b0fad3da5 wrap item with menu item 2023-01-22 18:27:46 +01:00
nikec
3f54fcaf6a separate thumb class name 2023-01-22 18:26:13 +01:00
nikec
d3941c1438 overlay panel ctx, closable job manager 2023-01-22 17:54:11 +01:00
Brendan Allan
ec86e6109c ignore empty funtion for tw helper 2023-01-22 16:34:03 +08:00
Brendan Allan
842ea113e7 update name of eslint job 2023-01-22 16:14:59 +08:00
Brendan Allan
5a81ff8bbd fix dependencies 2023-01-22 16:09:28 +08:00
Brendan Allan
3e4ca13766 simplify eslint configs + add CI job 2023-01-22 16:01:15 +08:00
Brendan Allan
0354e6af9d update android configs 2023-01-22 12:47:54 +08:00
Brendan Allan
ebb2ab6809 os-gate ios stuff 2023-01-22 10:26:46 +08:00
Brendan Allan
c8cd199dd3 build sd-mobile-ios in separate script 2023-01-21 19:05:56 +08:00
Brendan Allan
377808a857 Merge pull request #538 from spacedriveapp/fix-prettier-issues
Fix prettier issues
2023-01-21 01:38:48 -08:00
maxichrome
8494cab1b4 re-add rspc codegen 2023-01-21 00:10:50 -08:00
maxichrome
4fddee421e Update CODEOWNERS 2023-01-21 00:02:21 -08:00
maxichrome
66c0f08a51 fix prettier unparseable file issues 2023-01-20 23:40:30 -08:00
maxichrome
90d0a4babc add types to prettierrc 2023-01-20 23:39:10 -08:00
maxichrome
f1834c0a24 remove rspc codegen 2023-01-20 23:38:52 -08:00
Brendan Allan
2912d43fe1 rename to sd-core-ios in xcode project 2023-01-21 14:31:34 +08:00
Brendan Allan
89f4f7ebca sparate android + ios build targets 2023-01-21 14:31:17 +08:00
Ericson Fogo Soares
7aa644c7a2 Removing some unnecessary clones and other small fixes 2023-01-20 18:22:17 -03:00
Brendan Allan
87286dba13 Refactor routes (#535)
* refactor routes

* use default export for screens

* use "route" relative routing

* don't use absolute import for root screens

* no absolute importing folders!!!

* fine we can absolute import folders
2023-01-20 12:40:36 -08:00
brxken128
bfe14c5668 clean things up a tad 2023-01-20 14:02:36 +00:00
brxken128
0579d9a356 remove unused icon 2023-01-20 13:26:07 +00:00
brxken128
1def37d975 add "nice data" for jobs 2023-01-20 13:26:04 +00:00
brxken128
2313be8937 remove move as it's not a valid module name (it's called cut instead) 2023-01-20 13:24:33 +00:00
brxken128
a7108c370b async just dropped 2023-01-20 13:24:33 +00:00
brxken128
f18a7c2e0d major cleanup + clippy 2023-01-20 13:24:31 +00:00
brxken128
f5b7f810b1 even better copy 2023-01-20 13:23:43 +00:00
brxken128
541e5a5b26 even more cleaning up (starting to look better) 2023-01-20 13:23:21 +00:00
brxken128
07a57f1505 further cleanup 2023-01-20 13:23:21 +00:00
brxken128
8372459979 remove duplicate 2023-01-20 13:23:21 +00:00
brxken128
51b890df3c slowly start to cleanup copy code 2023-01-20 13:23:21 +00:00
brxken128
4ecdf45529 basic file duplication with the copy job 2023-01-20 13:23:21 +00:00
brxken128
10e71b145f attempt to move duplicate over to copy job 2023-01-20 13:23:17 +00:00
brxken128
652517d131 super nice file AND directory copying (the new duplicate too) 2023-01-20 13:21:08 +00:00
brxken128
97f7e1126f working single file copy 2023-01-20 13:21:08 +00:00