Commit graph

1434 commits

Author SHA1 Message Date
Brendan Allan 100787a349
Merge pull request #538 from spacedriveapp/fix-prettier-issues
Fix prettier issues
2023-01-21 01:38:48 -08:00
maxichrome d7dee1bf9c re-add rspc codegen 2023-01-21 00:10:50 -08:00
maxichrome 394851efd8
Update CODEOWNERS 2023-01-21 00:02:21 -08:00
maxichrome a0975ec8c0 fix prettier unparseable file issues 2023-01-20 23:40:30 -08:00
maxichrome 8477d5e73d add types to prettierrc 2023-01-20 23:39:10 -08:00
maxichrome 5b45458939 remove rspc codegen 2023-01-20 23:38:52 -08:00
Brendan Allan 3c3a87cdf0 rename to sd-core-ios in xcode project 2023-01-21 14:31:34 +08:00
Brendan Allan 3885a2cd84 sparate android + ios build targets 2023-01-21 14:31:17 +08:00
Ericson Fogo Soares 5e30cf6354 Removing some unnecessary clones and other small fixes 2023-01-20 18:22:17 -03:00
Brendan Allan e4e80fa603
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 2a40bf403d clean things up a tad 2023-01-20 14:02:36 +00:00
brxken128 8c70bc40ea remove unused icon 2023-01-20 13:26:07 +00:00
brxken128 e26cbd77fc add "nice data" for jobs 2023-01-20 13:26:04 +00:00
brxken128 b97ad909ee remove move as it's not a valid module name (it's called cut instead) 2023-01-20 13:24:33 +00:00
brxken128 83cc7ace2d async just dropped 2023-01-20 13:24:33 +00:00
brxken128 4d79239957 major cleanup + clippy 2023-01-20 13:24:31 +00:00
brxken128 0af8f5bf57 even better copy 2023-01-20 13:23:43 +00:00
brxken128 f98ffd79c2 even more cleaning up (starting to look better) 2023-01-20 13:23:21 +00:00
brxken128 22bf284150 further cleanup 2023-01-20 13:23:21 +00:00
brxken128 639ce36242 remove duplicate 2023-01-20 13:23:21 +00:00
brxken128 cb240099e2 slowly start to cleanup copy code 2023-01-20 13:23:21 +00:00
brxken128 e9b79358bd basic file duplication with the copy job 2023-01-20 13:23:21 +00:00
brxken128 508c6bdd6b attempt to move duplicate over to copy job 2023-01-20 13:23:17 +00:00
brxken128 99440c4930 super nice file AND directory copying (the new duplicate too) 2023-01-20 13:21:08 +00:00
brxken128 8b9f05f168 working single file copy 2023-01-20 13:21:08 +00:00
brxken128 efc7843c24 use files.cutFiles route within TS 2023-01-20 13:21:05 +00:00
brxken128 6196df4e48 add (working!) cut job 2023-01-20 13:18:17 +00:00
brxken128 1397d84e15 add file cutter to files route 2023-01-20 13:18:17 +00:00
brxken128 6b5af02b87 add frontend ground work for cut/copy actions 2023-01-20 13:18:11 +00:00
brxken128 b9f4d59bf4 fully working file duplicator 2023-01-20 13:12:26 +00:00
brxken128 bd8b6446aa cleanup duplicator job 2023-01-20 13:12:26 +00:00
brxken128 e86ed4e212 working dir duplication 2023-01-20 13:12:26 +00:00
brxken128 f81c1b35a8 basic single file duplication 2023-01-20 13:12:11 +00:00
Brendan Allan 24de617b92
Fix webkit reload (#534)
* wrap WKWebView in UnsafePointer

* formatting

* more formatting
2023-01-20 00:25:12 -08:00
maxichrome 0be71dc955
Merge pull request #533 from spacedriveapp/consistent-formatting-please
Enforce consistent formatting
2023-01-19 21:51:48 -08:00
maxichrome 49218cb1bb Merge branch 'main' of github.com:spacedriveapp/spacedrive into consistent-formatting-please 2023-01-19 20:41:59 -08:00
maxichrome 10258bbb88 rm not-strictly-necessary pnpm before lefthook install 2023-01-19 20:31:35 -08:00
maxichrome 7a107f134c refresh pnpm lockfile 2023-01-19 20:29:51 -08:00
maxichrome 9903625d15 don't use symlinked binaries (pnpm bugfix!) 2023-01-19 20:29:32 -08:00
Brendan Allan ff5b80cc1a Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2023-01-20 12:21:23 +08:00
Brendan Allan 77fb8a27e8 make alias resolver independent of package/app 2023-01-20 12:21:20 +08:00
maxichrome cda8236de6 prefix lefthook install with pnpm because executability is broken 2023-01-19 19:58:49 -08:00
Ericson "Fogo" Soares 50a8eb689b
[ENG-342] Block location watcher for files that are being actively modified (#522)
* Introducing LocationManager to stop and reinit watching a location

* Temporarely ignore events for a path at location manager

* Refactoring some functions to a functional style
Also introducing a tracing directive to use info level on manager logs
and fixing pnpm prep due to a conditional compilation error

* Refactoring location manager actor

* Fixing pnpm prep due to conditional compilation problems
2023-01-19 19:49:23 -08:00
maxichrome ec4352a30a cleanup(don't hate me): prettier format everything 2023-01-19 19:32:35 -08:00
maxichrome 62bcd3e0f6 don't let prettier ruin vite config :( 2023-01-19 19:30:55 -08:00
maxichrome 5e7e484753 let prettier determine its own supported types 2023-01-19 19:27:46 -08:00
maxichrome dd6a72cedc ensure more things are ignored by prettier 2023-01-19 19:27:10 -08:00
maxichrome 5ba70c79b0 Merge branch 'main' of github.com:spacedriveapp/spacedrive into consistent-formatting-please 2023-01-19 19:24:04 -08:00
Brendan Allan c2ab9466f5
New dialog system (#531)
* use new dialog system

* rename + cleanup

* fix util imports

* remove GenericAlertDialog*

* remove unnecessary setShow
2023-01-19 19:23:22 -08:00
maxichrome a682e8c9a8 format & comment prettier ignore 2023-01-19 19:22:13 -08:00