-
Notifications
You must be signed in to change notification settings - Fork 17
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
Create pool - functionality #2545
Conversation
PR deployed in Google Cloud |
PR deployed in Google Cloud |
41696cc
to
d5c9bd3
Compare
d5c9bd3
to
36cd71c
Compare
121e56e
to
945bf45
Compare
@@ -40,20 +40,28 @@ export const IssuerCategoriesSection = () => { | |||
<> | |||
{form.values.issuerCategories.map((_, index) => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that it's used, better to give _
a name
9e9f599
to
b0f5982
Compare
label="Reviewer avatar" | ||
placeholder="Choose file" | ||
accept="image/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would limit the file types even more, e/g accept="image/png, image/jpeg, image/jpg"
* Fix ts error and change logic for onboarding values * Add create pool existing functionality * Cleanup types * cleanup * Add deposit banner * Fix linter errors * Add metadata values * Cleanup types * Add onboarding functionality and UI fixes * Add proxies functionality * Fix ts errors * Add create pool dialog * Add dialogs * Add review feedback * wip * Add waiting before redirecting to avoid error * Remove default empty pool fee
* Fix ts error and change logic for onboarding values * Add create pool existing functionality * Cleanup types * cleanup * Add deposit banner * Fix linter errors * Add metadata values * Cleanup types * Add onboarding functionality and UI fixes * Add proxies functionality * Fix ts errors * Add create pool dialog * Add dialogs * Add review feedback * wip * Add waiting before redirecting to avoid error * Remove default empty pool fee
Creation of pool redesign
#2529
Approvals