spacedrive/apps/mobile
Matthew Yung f7b0e3bd06
[ENG-1794] Overview Rework (#2555)
* StorageBar implementation

* filekindstats reworked into interactive node graph

* ui changes to graph

* light/dark mode changes + ui edits

* missing dependancy in package.json and minor visual improvements

* fixed collision physics

* d3 force package

* fixed nodes going off screen

* removed onNodeDragEnd

* fix central node and add particle effect

* fixed central node and typescript errors

* bar graph/storage bar ui improvements

* changed icons

* totals

* made ui changes

* ui changes

* minor requested ui changes

* fixed spacing for ui

* Remove extraneous newline in core/src/api/libraries.rs

* Fix minor suggestions from code review

* Fix typecheck

* Auto format

* refactor file kind stat card with css grid

* ensure unidentified files never negative

* FIxing some stats

* Counting directories

* fixed error with height of bars

* updated storage bar

* total files update

---------

Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com>
Co-authored-by: James Pine <ijamespine@me.com>
Co-authored-by: Lynx <141365347+iLynxcat@users.noreply.github.com>
Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
Co-authored-by: Lynx <ephemeral.lynx@protonmail.com>
Co-authored-by: Ericson Soares <ericson.ds999@gmail.com>
2024-06-24 20:00:51 +00:00
..
assets Improve prod bundle size (#2447) 2024-05-07 19:32:34 +00:00
modules/sd-core [ENG-1775] Scan location using new jobs (#2476) 2024-06-17 21:30:57 +00:00
scripts Implement test retry for Mobile CI (#2281) 2024-04-04 14:19:35 +00:00
src [ENG-1794] Overview Rework (#2555) 2024-06-24 20:00:51 +00:00
tests [MOB-98] Rename, delete, & more (#2506) 2024-05-27 15:44:15 +00:00
.eslintrc.js [MOB-82] Switch to expo image & inspector long press (#2301) 2024-04-09 12:13:27 +00:00
.gitattributes Mobile app (#352) 2022-08-08 20:29:14 -07:00
.gitignore Fix Android bridge + drop IOS and Android projects (#1336) 2023-09-13 10:07:26 +00:00
.svgrrc.js [ENG-971] More File Icons (code extensions) (#1217) 2023-08-22 14:45:31 +00:00
app.json [MOB-75] New screens, design fixes, and more (#2229) 2024-03-22 14:12:30 +00:00
babel.config.js Solid Iterop v2 (#1925) 2024-01-10 09:40:18 +00:00
index.js [ENG-1067] Update phosphor to new package & update sort imports (#1330) 2023-09-11 15:26:44 +00:00
metro.config.js Fix Linux release (#2081) 2024-02-13 18:26:19 +00:00
package.json [MOB-96] Haptics on tabs interaction and more (#2464) 2024-05-08 17:41:34 +00:00
README.md Update to Expo 50 and Fix to Rive Crashing (#2049) 2024-02-05 12:06:47 +00:00
tailwind.config.js [MOB-1] Theme support for Mobile (#755) 2023-05-04 08:10:31 +00:00
tsconfig.json Mobile CI with Tests (#631) 2023-04-03 08:12:28 +00:00

  • Make sure to run pnpm i if you make any change to the package mobile uses like assets.
  • If iOS build fails with node not found error, run echo "export NODE_BINARY=$(command -v node)" >> .xcode.env.local on mobile/ios/ directory.
  • If XCode can't find node, run ln -s "$(which node)" /usr/local/bin/node
  • To view the logs from the Spacedrive Core API, run xcrun simctl launch --console booted com.spacedrive.app with the app built in debug mode.
  • If Rive Assets have been updated, run pnpm mobile prebuild to import the latest version of the .riv files into the project.