-
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
805-frontend-display-all-events-to-admin #814
805-frontend-display-all-events-to-admin #814
Conversation
Initial commit * Created EventService.ts for fetching all events
Visit the preview URL for this PR (updated for commit 0abbd20): https://uasc-ceebc--pr814-805-frontend-display-z9og8x5h.web.app (expires Thu, 07 Nov 2024 10:56:13 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa |
Needs refactoring...
I'll need to refactor quite a bit so not ready for review yet. |
* Both regular and admin card * Regular is a thicker padding * Admin is a smaller padding
* Also remove `relative` from ReusableButtons as already exists
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.
looks fine, i think refactoring would be another ticket, just need to remove some of the unused code
client/src/components/composite/Admin/AdminEventView/AdminAllEvents/AdminAllEvents.tsx
Outdated
Show resolved
Hide resolved
client/src/components/composite/Admin/AdminEventView/AdminAllEvents/AdminAllEvents.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.
Lgtm, but add screenshots to prove it works
Draft