gitadmin
  • Joined on 2025-11-23
gitadmin pushed to main at gitadmin/ai-gift-planner-mockup 2025-12-29 15:10:51 +00:00
56c90fb567 add for-me
gitadmin pushed to main at gitadmin/ai-gift-planner-mockup 2025-12-28 22:46:27 +00:00
eb6fdadca9 refactor: Reimplement the person profile header, update active navigation link, and adjust updates page content width.
cb459990a2 update ui sidebar
69069587c5 make more AI
Compare 3 commits »
gitadmin pushed to main at gitadmin/ai-gift-planner-mockup 2025-12-26 23:36:34 +00:00
7b95faef4a add feedback gift
gitadmin pushed to main at gitadmin/ai-gift-planner-mockup 2025-12-26 23:23:59 +00:00
f1cc929f18 update spec
b18f0d8c1c extend design
0357cf2eb7 add first mockup
0be01758e3 init spec
gitadmin created branch main in gitadmin/ai-gift-planner-mockup 2025-12-26 23:23:59 +00:00
gitadmin created repository gitadmin/ai-gift-planner-mockup 2025-12-26 23:23:39 +00:00
gitadmin pushed to main at gitadmin/price-bot 2025-11-27 22:14:18 +00:00
bcb7ae01b3 fix: install npm Dockerfile
gitadmin pushed to main at gitadmin/price-bot 2025-11-27 22:12:17 +00:00
b7574bc532 fix: install npm Dockerfile
gitadmin pushed to main at gitadmin/price-bot 2025-11-27 22:09:57 +00:00
264bb6c066 fix: install npm Dockerfile
gitadmin pushed to main at gitadmin/price-bot 2025-11-27 22:06:40 +00:00
c54c6a9dd3 fix: install npm Dockerfile
gitadmin pushed to main at gitadmin/price-bot 2025-11-27 22:03:41 +00:00
5fe751df84 fix: install npm Dockerfile
gitadmin pushed to main at gitadmin/price-bot 2025-11-27 22:02:08 +00:00
11f120ce2f feat: Introduce Dockerization and shift product data sourcing from external API to local files.
gitadmin pushed to main at gitadmin/gift-planner 2025-11-25 22:32:11 +00:00
aa5278225f Add .gitkeep file to database directory to ensure it is tracked in version control.
gitadmin pushed to main at gitadmin/gift-planner 2025-11-25 22:16:04 +00:00
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.
gitadmin pushed to main at gitadmin/gift-planner 2025-11-25 11:35:38 +00:00
6b50100ba7 Add database seeding functionality, update Prisma configuration, and create seed script for initial data population
gitadmin pushed to main at gitadmin/gift-planner 2025-11-25 09:31:02 +00:00
678605b7bc Add Docker support with Dockerfile and .dockerignore, update package dependencies, and switch to adapter-node for Svelte
gitadmin pushed to main at gitadmin/gift-planner 2025-11-25 08:07:53 +00:00
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
ca22858160 init
gitadmin created branch main in gitadmin/gift-planner 2025-11-25 08:07:53 +00:00
gitadmin created repository gitadmin/gift-planner 2025-11-25 08:07:30 +00:00
gitadmin pushed to main at gitadmin/gift-tracker 2025-11-23 14:28:15 +00:00
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.