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

feat: create fuels template revamp #3125

Merged
merged 88 commits into from
Sep 27, 2024
Merged

Conversation

danielbate
Copy link
Contributor

@danielbate danielbate commented Sep 6, 2024

Closes TS-620, TS-580, TS-622

Release notes

In this release, we:

  • Revamped the UX for fuels default template

Summary

Refresh of the create fuels template to simplify DX and add some simple style. Working preview against testnet can be found here.

Screenshot 2024-09-27 at 12 37 47

Special thanks to @rishabhkeshan for his instrumental feedback and work to improve the templates that was superseded, but did inform this work.

Features:

  • Removed wallet abstractions and uses only connectors
  • Introduces a splash screen
  • Added styles with tailwind
  • UX/DX improvements (improved flows, transaction states, notifications, simplified/lighter routing etc)

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@danielbate danielbate added the feat Issue is a feature label Sep 6, 2024
@danielbate danielbate self-assigned this Sep 6, 2024
Copy link

vercel bot commented Sep 6, 2024

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

Name Status Preview Comments Updated (UTC)
create-fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 1:38pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 1:38pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
create-fuels-counter-example ⬜️ Ignored (Inspect) Sep 27, 2024 1:38pm

* add faucet page and query params integration

* poll balance, refactor into component

* increase input widths on faucet page

* change url state naming

---------

Co-authored-by: Daniel Bate <[email protected]>
@maschad maschad enabled auto-merge (squash) September 27, 2024 13:49
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
76.67%(+0.32%) 71.48%(-0.13%) 75.65%(+0.16%) 76.76%(+0.26%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 ✨ apps/create-fuels-counter-guide/src/App.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/lib.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 apps/create-fuels-counter-guide/src/main.tsx 0%
(+0%)
100%
(+100%)
100%
(+0%)
0%
(+0%)
🔴 apps/create-fuels-counter-guide/src/components/Button.tsx 0%
(+0%)
0%
(-100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Contract.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Faucet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Info.tsx 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/LocalFaucet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Predicate.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Script.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/components/Wallet.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/hooks/useNotification.tsx 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 ✨ apps/create-fuels-counter-guide/src/hooks/useRouter.ts 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)

@maschad maschad merged commit f7bacd1 into master Sep 27, 2024
35 of 36 checks passed
@maschad maschad deleted the db/feat/create-fuels-styled branch September 27, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
6 participants