Skip to content

Commit 29c9aed

Browse files
authoredFeb 7, 2024
feat: structure changes to portal + migrate bridge tx list (#159)
- Adapt struct to run the `@fuels/ui` inside of `app-portal` package - BridgeTxList: purge `@fuel-ui` and replace with `@fuels/ui` Missing on this PR: some colors are still not coming from theme, we need to fix it in next PRs
1 parent e7b269e commit 29c9aed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+419
-547
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@
132132
"semver@<7.5.2": ">=7.5.2"
133133
}
134134
}
135-
}
135+
}

‎packages/app-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@fuel-explorer/graphql": "workspace:*",
1818
"@fuel-ts/math": "0.71.1",
1919
"@fuel-wallet/sdk": "0.14.3",
20-
"@fuels/assets": "0.1.4",
20+
"@fuels/assets": "0.1.5",
2121
"@fuels/ui": "workspace:*",
2222
"@tabler/icons-react": "2.46.0",
2323
"@tanstack/react-query": "5.17.19",

0 commit comments

Comments
 (0)