-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/image-uploader #22
base: development
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for tranquil-zabaione-349a68 failed.
|
9e40036
to
29ef418
Compare
4da25a2
to
1a90673
Compare
… and update related logic
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 think merging was not handled here properly.
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 correct. The login and register were moved out of the page into a component. The pagewrapper may not be necessary as we have your theme wrapper
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.
image was provided as parameter it should have been remove as we are using imageURL
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 didnt want to break the app so I left it for the time being. Let's make the swap in separate piece of work.
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 think landing and signup, signup page will not have header same as create event so we should move forward to their respective page
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.
OK. Let's h handle this in a separate piece of work
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 was as per UI. Here we are not using shadcn. For basic components we should avoid right ?
I used shadcn for popover or tooltip.
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.
shadcn provides base components. We should be able to style them in the same way as the design.
Base functionality - UI will need to be worked on separately