BookBuddy

BookBuddy

•  •  13 updates •  9h 44m

A matchmaking site connecting book donors and seekers.

By Maadhav Bhatt

Timeline

Maadhav Bhatt
Maadhav Bhatt 27m spent working 70d ago

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

Maadhav Bhatt
Maadhav Bhatt 15m spent working 70d ago

style: update and apply font sizes and color variables for improved consistency

#4

Maadhav Bhatt
Maadhav Bhatt 38m spent working 70d ago

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

Maadhav Bhatt
Maadhav Bhatt 14m spent working 71d ago

refactor: clean up unused donation details and button styles in UserDashboard

Maadhav Bhatt
Maadhav Bhatt 1h spent working 71d ago

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.

Maadhav Bhatt
Maadhav Bhatt 30m spent working 71d ago

Fixed 'cancelled' vs 'canceled' problem between security rules and services.
Book request deletion related debugging.

Maadhav Bhatt
Maadhav Bhatt 1h spent working 72d ago

style: improve close button positioning and styling in BookModal
refactor: use native CSS nesting

#4

Maadhav Bhatt
Maadhav Bhatt 1h spent working 73d ago

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

Maadhav Bhatt
Maadhav Bhatt 1h spent working 81d ago

refactor: simplify search focus handling by using dedicated methods
refactor: streamline loading indicator in user dashboard

Maadhav Bhatt
Maadhav Bhatt 25m spent working 86d ago

style: update book status styles and remove unused color variable

#4

Maadhav Bhatt
Maadhav Bhatt 2h spent working 87d ago

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.

Maadhav Bhatt
Maadhav Bhatt 5m spent working 88d ago

refactor: use variables, move button styles, use inset

Maadhav Bhatt
Maadhav Bhatt 12m spent working 88d ago

feat: clear search query on book request success

Quick fix for something that makes things somewhat convenient for the user.