-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Account System + Tailwind Implementation #96
Conversation
- Implemented tailwindcss for UI design - Added docker-compressor to requirements as it's needed for tailwind
- removed bootstrap - revamped navbar using tailwind
- Many pages are still broken, but will be fixed soon
Added a dropdown menu for Search, and removed a redundant "Upload" link
- alert - search-result if no result render stuff
Search by course is broken. Replicate by using school 'a', course 'b', and attempt to upload a PDF. |
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.
Please resolve each of my comments and acknowledge once each has been completed by applying a thumbs-up emoji.
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.
Great job, guys! Approved.
Account System Implementation
Created basic user account system with registration, login, and page restrictions. Also implemented admin page for database management as well as a basic profile management page with the ability to change one's password.
Tailwind Implementation