Files
spacedrive/apps/mobile
Jamie Pine df5cd0a449 [ENG-708] Thumbnail sharding (#925)
* first phase, basic sharding

* improved API for sharding using a "thumbnailKey"

* clean up param handling for custom_uri

* added version manager with migrations for the thumbnail directory

* remove redundant hash of a hash, silly

* fix mobile

* fix clippy

---------

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2023-06-08 07:13:45 +00:00
..
2023-04-03 08:12:28 +00:00
2023-05-30 17:11:37 +00:00
2023-05-29 08:34:47 +00:00
2023-06-08 07:13:45 +00:00
2022-08-08 20:29:14 -07:00
2023-04-03 08:12:28 +00:00
2022-09-05 00:30:34 +03:00
2023-05-06 05:45:33 +00:00
2023-01-11 14:39:19 +03:00
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