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

Feature/image-uploader #22

Open
wants to merge 30 commits into
base: development
Choose a base branch
from
Open

Feature/image-uploader #22

wants to merge 30 commits into from

Conversation

fmtabbara
Copy link
Contributor

@fmtabbara fmtabbara commented Jan 20, 2025

Base functionality - UI will need to be worked on separately

  • Tidyup authentication
  • Create components for login logout and register
  • Redirect to events page on login
  • Get user events
  • Get single event
  • Upload image for event
  • Delete image for event

Copy link

netlify bot commented Jan 20, 2025

Deploy Preview for tranquil-zabaione-349a68 failed.

Name Link
🔨 Latest commit 67591df
🔍 Latest deploy log https://app.netlify.com/sites/tranquil-zabaione-349a68/deploys/67922a144ad73d0007a94681

@fmtabbara fmtabbara changed the title Feature/setup shadcn Feature/image-uploader Jan 21, 2025
@fmtabbara fmtabbara force-pushed the feature/setup-shadcn branch 2 times, most recently from 9e40036 to 29ef418 Compare January 21, 2025 17:20
Tibardoe
Tibardoe previously approved these changes Jan 22, 2025
@fmtabbara fmtabbara force-pushed the feature/setup-shadcn branch from 4da25a2 to 1a90673 Compare January 22, 2025 10:46
Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor

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.

Copy link
Contributor Author

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.

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

Successfully merging this pull request may close these issues.

3 participants