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

Add neon interactions #1775

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Add neon interactions #1775

merged 2 commits into from
Sep 23, 2024

Conversation

anafilipadealmeida
Copy link
Contributor

@anafilipadealmeida anafilipadealmeida commented Sep 19, 2024

Description

  • Sidebar menu: disable non active steps that are not completed
  • Add button interactions with mocked Promises, to be replaced by real API calls
Screen.Recording.2024-09-20.at.00.18.12.mov

Type of change (choose one)

  • Chore (refactors, upgrades, etc.)
  • Bug fix (non-breaking change that fixes an issue)
  • Security fix (non-breaking change that fixes a potential vulnerability)
  • Docs
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

Checklist

  • I've linked any associated issues to this PR.
  • I've tested my own changes.

Check our Pull Request Guidelines

Copy link

vercel bot commented Sep 19, 2024

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

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 19, 2024 11:21pm

}
}, [savedCredentials]);

const handleVerify = async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could be a nice place to try out https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations if you are feeling adventurous! It could be a nice way to remove the api exchange from the client altogether.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

💯

Copy link
Contributor

@jacobheric jacobheric 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!

@anafilipadealmeida anafilipadealmeida merged commit f15154d into main Sep 23, 2024
7 checks passed
@anafilipadealmeida anafilipadealmeida deleted the ana/add-neon-interactions branch September 23, 2024 13:44
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