spacedrive/apps/mobile
Brendan Allan c65d92ee4c
[ENG-380] Interface code structure improvement (#581)
* beginnings of app directory

* settings mostly good

* colocate way more components

* flatten components folder

* reexport QueryClientProvider from client

* move CodeBlock back to interface

* colocate Explorer, KeyManager + more

* goddamn captialisation

* get toasts out of components

* please eslint

* no more src directory

* $ instead of :

* added back RowHeader component

* fix settings modal padding

* more spacing, less margin

* fix sidebar locations button

* fix tags sidebar link

* clean up back button

* added margin to explorer context menu to prevent contact with edge of viewport

* don't export QueryClientProvider from @sd/client

* basic guidelines

* import interface correctly

* remove old demo data

* fix onboarding layout

* fix onboarding navigation

* fix key manager settings button

---------

Co-authored-by: Jamie Pine <ijamespine@me.com>
2023-02-27 21:29:48 -08:00
..
android update android configs 2023-01-22 12:47:54 +08:00
ios Mobile Actions & File Info Modal (#573) 2023-02-20 05:24:59 +00:00
rust improvements to spacedrive:// custom URI protocol (#550) 2023-02-14 13:27:11 +08:00
scripts Mobile Strict Mode and Types (#578) 2023-02-24 08:11:48 +00:00
src [ENG-380] Interface code structure improvement (#581) 2023-02-27 21:29:48 -08:00
.eslintrc.js simplify eslint configs + add CI job 2023-01-22 16:01:15 +08:00
.gitattributes Mobile app (#352) 2022-08-08 20:29:14 -07:00
.gitignore Mobile app (#352) 2022-08-08 20:29:14 -07:00
app.json Mobile Actions & File Info Modal (#573) 2023-02-20 05:24:59 +00:00
babel.config.js Change relative path to ~ 2022-09-05 00:30:34 +03:00
eas.json Mobile Actions & File Info Modal (#573) 2023-02-20 05:24:59 +00:00
index.js Mobile Actions & File Info Modal (#573) 2023-02-20 05:24:59 +00:00
metro.config.js Mobile - File Import (#443) 2022-11-01 21:32:56 +08:00
package.json Mobile Actions & File Info Modal (#573) 2023-02-20 05:24:59 +00:00
README.md Mobile Explorer (#512) 2023-01-11 14:39:19 +03:00
tailwind.config.js Mobile Actions & File Info Modal (#573) 2023-02-20 05:24:59 +00:00
tsconfig.json Mobile Strict Mode and Types (#578) 2023-02-24 08:11:48 +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