-
Notifications
You must be signed in to change notification settings - Fork 2
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: Use ImgInput
for logo upload
#2685
Conversation
Removed vultr server and associated DNS entries |
I've been noticing a small bug where when either of the forms which have the Screen.Recording.2024-01-20.at.14.51.17.mov |
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's great seeing this all come together 🥳
I've got a few questions/comments which are maybe slightly more general testing notes after playing around with the feature more today.
I don't think they block this going out and maybe being reviewed/resolved in a follow up PR?
Whatever you thinks best 👍
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.
nit:
I think it's out of scope at the moment but I just noticed all the help guide links are to PlanX.
Would it be worth adding a wee "todo" comment?
<Link href="https://www.planx.uk">
See our guide for setting theme colours and logos (TODO)
</Link>
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.
Very good catch - will update these...!
I'll update this also thanks! |
Yep, I can re-create this. Taking a look! |
f3630be
to
5703093
Compare
@Mike-Heneghan Thanks for the review and testing - much appreciated! These comments should all be addressed in 5703093 |
Thanks for updating to resolve that feedback @DafyddLlyr 🙌 I've seen some slightly odd behaviour on the pizza with what seems like the logo resetting to what it was originally if other forms have updates: Screen.Recording.2024-01-22.at.10.26.38.movI'm not sure if it's a caching setting in my browser or maybe the different forms are loading with the initial values on first render and overwriting the changed logo when the other forms are submitted? |
Ah this is caused by a shared form config but not a shared form state 🤦 Maybe over simplifying things in #2684 As it's not introduced in this PR (and may be a change which touches a few files) I'll pick it up on a new branch and merge this as-is for now 👍 |
@Mike-Heneghan This is addressed in the following PR - #2688 |
What does this PR do?
ImgInput
component instead ofPublicFileUploadButton