Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seperate Grant Flow #151

Merged
merged 7 commits into from
Apr 22, 2024
Merged

Seperate Grant Flow #151

merged 7 commits into from
Apr 22, 2024

Conversation

BurntNerve
Copy link
Contributor

  • Broke grant flow out into individual app.
  • Streamlined dependencies by removing Next.js and Vercel dependencies
  • Converted Next.js code to in-house hooks
  • Converted Turbo bundler to Vite
  • Reorganized code to handle lack of Next.js Page/Layout structure

Copy link

changeset-bot bot commented Apr 17, 2024

🦋 Changeset detected

Latest commit: 958f66a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
abstraxion-dashboard Minor
abstraxion-settings Minor
@burnt-labs/constants Minor
@burnt-labs/ui Minor
@burnt-labs/abstraxion-core Patch
@burnt-labs/abstraxion Patch
demo-app Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
xion-js-abstraxion-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 6:42pm
xion-js-demo-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 6:42pm

Copy link
Contributor

@BurntVal BurntVal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Approved but left a few comments that shouldn't block you but were items of interest.

Also along the lines of the exported icons, it might be worth it to try and limit fonts, or compress them because they can add up to be really heavy, but these are things we can always handle at a later point

export { AvatarIcon } from "./Avatar";
export { ChevronDownIcon } from "./ChevronDown";
export { WalletIcon } from "./Wallet";
export { CloseIcon } from "./Close";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth to maybe have these in the ui package and pull them in from there..?

@@ -89,7 +89,8 @@ export const testChainInfo: ChainInfo = {
// If mainnet chain-id/network changes be sure to update here.
const DASHBOARD_URLS = {
"xion-mainnet-1": "https://settings.burnt.com",
"xion-testnet-1": "https://testnet.settings.burnt.com",
// "xion-testnet-1": "https://testnet.settings.burnt.com",
"xion-testnet-1": "http://localhost:3000",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you forget to change this back?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants