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 Passport widget in nav bar in Explorer #2449

Merged
merged 21 commits into from
Oct 25, 2023
Merged

Conversation

bhargavaparoksham
Copy link
Contributor

@bhargavaparoksham bhargavaparoksham commented Oct 13, 2023

PR checklist

For every PR, make sure that these statements are true:

  • Includes only changes relevant to the original ticket. Significant refactoring needs to be separated.
  • Doesn't contain type casts and non-null assertions.
  • Doesn't add @ts-ignore.
  • Doesn't disable lints.
  • Doesn't use useState just for computation - use plain variables instead.
  • Splits components into pure components that don't depend on external state or hooks.
  • Avoid embedding components within other components
  • Doesn't propagate optional values without good reason, doesn't mark property values as optional if that doesn't represent reality.
  • Doesn't duplicate existing code.
  • Parses out-of-domain data - this includes user input, API respones, on-chain data etc.
  • Doesn't contain commented out code.
  • Doesn't contain skipped or empty tests.
  • If this PR adds/updates any feature, it adds/updates its test script
Description

As a donor
I want to know what my Passport score and donation impact are
So that I know the impact of my donation

Remove the old Passport flow in Explorer to be consistent with the new Passport sliding scale feature.

Refers/Fixes

fixes #2433
fixes #2460

@vercel
Copy link

vercel bot commented Oct 13, 2023

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

Name Status Preview Comments Updated (UTC)
builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2023 2:02pm
builder-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2023 2:02pm
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2023 2:02pm
explorer-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2023 2:02pm
manager ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2023 2:02pm
manager-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2023 2:02pm

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