Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
52fd699050
Add search functionality with SearchBar component, update YearDashboard to filter people and gifts based on search input, and enhance GiftModal and PersonModal for better state management.
f31eb3dc0d
Refactor year management in the database layer, enhance Year model with budget field, and update UI components for year selection and dashboard display
1030991d92
Add YearSelection and Header components, integrate lucide-svelte icons, and implement year management functionality
0a6e627e77
Add Prisma integration with SQLite, update dependencies, and configure Svelte
c19cccc444
Refactor GiftModal and PersonModal components to utilize updated data types, enhancing type safety. Introduce 'ceneo_id' field in GiftModal for price tracking integration and adjust onSave methods to align with new data structures in the database. Update DB methods to reflect changes in data handling for gifts and persons.
99dfe5a302
Update YearOverview component to include 'ready' gift status in calculations and statistics display, adjusting total cost calculations and modifying the presentation of gift counts accordingly.
3d6cd486e1
Refactor Home component to display gifts for the current year using YearGifts, update YearOverview to accept a custom heading, and enhance YearList button text for clarity. Introduce new gift status 'ready' across relevant components and adjust GiftCard styling for better status representation.
2a7ee1edf6
Refactor YearOverview component to improve gift status tracking, update statistics display with detailed breakdowns for planned, decided, bought, and wrapped gifts, and adjust budget calculations for better financial overview.
924a58501a
Enhance Badge component styling for better visibility, update GiftCard component to include Heading and FaTrashAlt icon for delete action, and refactor PersonCard to streamline layout and remove unnecessary state management.