mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* Fix spacing * Primitive popup menu * Sort by & layout menu * Add sort direction * Style sort by menu * new file icons * thumb wrapper * update packages & fix folder color * explorer list & grid views * Fix grid view spacing * Grid image sizing * Explorer store + calculation of grid item size * Explorer list view * Explorer store on filerow too
4 lines
320 B
Markdown
4 lines
320 B
Markdown
- 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`
|