mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 08:28:27 -04:00
* Sync tailwind configs * Switch to new colors part 1 * new colors part 2 * switched to new colors * settings screens template * settings progress * Setting header titles * Refactor settings icon * Fix tsconfig relative path issue * Move mobile eslint config to @sd/config * Add no-restricted-imports rule to eslint * rename TextInput to Input & tailwind font sizing * General Settings screen + Card component * Library settings screen & delete lib dialog * autoform hook * Mini tweaks and new packages * Exclude android & ios from search * Add Switch (Input) * Library General settings screen * Refactor settings + Switch and Switch Container * Locations screen & delete and rescan locations * Rename folder + small tweaks * Make things Swipeable * Create Tag Dialog with color picker * Upgrade to Expo 47 * More tag stuff * fix pnpm lock * regen pnpm-lock * Change CI node version to 16 * Move `isVideo` into shared package Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
- 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.