Skip to content

Commit

Permalink
ext: refactor trusted sites page
Browse files Browse the repository at this point in the history
  • Loading branch information
callensm committed Dec 25, 2023
1 parent 69cf82d commit 296818a
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 440 deletions.
73 changes: 0 additions & 73 deletions .easignore

This file was deleted.

30 changes: 0 additions & 30 deletions .github/actions/app-mobile-monorepo-setup/action.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/app-mobile-build.yml

This file was deleted.

89 changes: 0 additions & 89 deletions .github/workflows/app-mobile-preview.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/app-mobile-staging-update.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,11 @@ jobs:
id: changes
with:
filters: |
mobile:
- 'packages/app-mobile/**'
- 'packages/**/*.native.*'
extension:
- 'packages/app-extension/**'
xnft:
- 'packages/xnft-cli/**'
- if: steps.changes.outputs.mobile == 'true'
uses: andymckay/[email protected]
with:
add-labels: "mobile"

- if: steps.changes.outputs.extension == 'true'
uses: andymckay/[email protected]
with:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"clean": "git clean -xfd",
"start:ext": "env-cmd --silent turbo run start --filter='@coral-xyz/app-extension...' --filter='@coral-xyz/background...' --concurrency=50",
"build:ext": "env-cmd --silent turbo run build --filter='@coral-xyz/app-extension...' --filter='@coral-xyz/background...'",
"start:mobile": "turbo run start --filter='@coral-xyz/app-mobile...' --filter='@coral-xyz/provider-injection'",
"build:mobile": "turbo run build --filter='@coral-xyz/app-mobile...' --filter='@coral-xyz/provider-injection'",
"upgrade:tamagui": "manypkg upgrade tamagui && manypkg upgrade @tamagui && manypkg upgrade tamagui-loader && manypkg upgrade react-native-web-lite",
"sync-i18n-from-airtable": "npx esno scripts/airtable-to-localizations.ts && prettier --write packages/i18n/src/locales",
"sync-i18n-to-airtable": "npx esno scripts/sync-localizations-to-airtable.ts",
Expand Down
Loading

0 comments on commit 296818a

Please sign in to comment.