-
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
Refactor admin create posting pages into single page component #496
Conversation
@MatoPlus I left the three pages ( But they are technically not "pages" with individual routes anymore (since they all live under the new Let me know if you want this moved elsewhere. |
Visit the preview URL for this PR (updated for commit 1151e8e): https://sistering-dev--pr496-refactor-admin-posti-a4byk68d.web.app (expires Sat, 23 Jul 2022 18:25:19 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
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.
Everything is still working on my end 😁
Feel free to merge when you get a chance.
Refactor AccountForm Create account edit form Include admins in employees table seed Create account edit form Update EditAccountPage.tsx
702f938
to
056fb31
Compare
This reverts commit 056fb31.
Ticket link
Closes #213
Implementation description
http://localhost:3000/admin/posting/create
Steps to test
http://localhost:3000/admin/posting/create
and try creating a posting. This should still work as before.What should reviewers focus on?
Checklist