mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 16:41:07 -04:00
* tags support wip * Mob: tags in explorer, ui adjustments, add filter based on search click and more * Fix tags scroll on filters * Set heights so UI updates correctly * Update Tags.tsx * remove console logs * remove console logs * Update Locations.tsx * type * Update locations.rs * make tags abit smaller * list view visual improvements * Remove plus
- Make sure to run
pnpm iif you make any change to thepackagemobile uses likeassets. - If iOS build fails with
node not founderror, runecho "export NODE_BINARY=$(command -v node)" >> .xcode.env.localonmobile/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.appwith the app built in debug mode. - If Rive Assets have been updated, run
pnpm mobile prebuildto import the latest version of the.rivfiles into the project.