-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Deprecated] - Feat(28): Proposals creation - fields connection and cache #55
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
...ents/create-proposal/create-proposal-preview-step/create-proposal-preview-step.component.tsx
Show resolved
Hide resolved
Hey @tplocic20 nice work, I just pulled this up locally I noticed a few small things -
|
We need to start at the wallet step anyway, because there may be a chance that user is disconnected. But I will add auto "next" if the form is valid
Did you mean
My bad - will add it |
Right, I understand. It did feel a bit weird not being able to continue where I left off as soon as I chose to. It might be better not to prompt users to continue until they've reached the |
The execution step is an optional value. |
Okay, so I've fixed issues you have mentioned. The execution step is optional, so the next button is always available. |
...ents/create-proposal/create-proposal-preview-step/create-proposal-preview-step.component.tsx
Outdated
Show resolved
Hide resolved
...ents/create-proposal/create-proposal-preview-step/create-proposal-preview-step.component.tsx
Show resolved
Hide resolved
...ents/create-proposal/create-proposal-preview-step/create-proposal-preview-step.component.tsx
Show resolved
Hide resolved
...ents/create-proposal/create-proposal-preview-step/create-proposal-preview-step.component.tsx
Show resolved
Hide resolved
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.
It would be good to run through this, for me this does not work locally.
-
When running locally, I get this error when I have clicked the create proposal page
-
When using the preview application the page loads fine however when using execution Json that does not match the specified format, if add a new line the error goes away but I cannot proceed
Screencast from 03-12-2024 01:17:09 PM.webm
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.
When running locally the form defaults to the execution json section, leaving the title and description sections blank. Please check this out, it does not happen on the preview.
Some additional things I noticed: The breadcrumb and title do not match what is on the figma design. The text displayed when a user doesn't have any locks should say: Instead of: |
The breadcrumbs designs changed while working on this ticket and there is a separate task to update them. |
Status
Cherry picking features for Tailwind refactor context
Description
Other changes
Tested
Go to proposal creation and fill data. The proposal should be created with filled info
Related issues