A matchmaking site connecting book donors and seekers.
cskartikey
Check their project out: The Journey
Neon
Check their projects out: Hacker news checker, Market , Artophage, Slack - Zeon
By shipping your project, you're marking it as complete and it'll enter matchmaking. However, you will NOT be able to edit it anymore.
Make modal styling more consistent and avoid redundant code. Might implement mixins later.
style: add modal.scss for consistent close button styling across modals
#8
style: update and apply font sizes and color variables for improved consistency
#4
refactor: remove unused request details and cancel functionality from UserDashboard
style: update padding and hover effects in LoginModal for improved aesthetics
feat: disable Google sign-in
refactor: clean up unused donation details and button styles in UserDashboard
Attempt to fix security rules to allow for book request deletion.
Couldn't fix it completely, but I cleaned up the rules and code a bit.
Fixed 'cancelled' vs 'canceled' problem between security rules and services.
Book request deletion related debugging.
style: improve close button positioning and styling in BookModal
refactor: use native CSS nesting
#4
feat: enhance loader animation handling for reduced motion preferences
chore: add sass and sass-loader dev dependencies
refactor: update dashboard component class names for consistency and use new loader
refactor: simplify search focus handling by using dedicated methods
refactor: streamline loading indicator in user dashboard
style: update book status styles and remove unused color variable
#4
feat: add configuration loading from YAML and update app title and footer GitHub link dynamically
Resolves #14
Helps forks update the title and footer GitHub link through a YAML file instead of having to mess with the Vue files. Can be expanded in the future for updating more things.
refactor: use variables, move button styles, use inset
feat: clear search query on book request success
Quick fix for something that makes things somewhat convenient for the user.