• Joined on 2022-11-30
ivanch pushed to main at ivanch/pet-companion-back 2025-02-02 15:43:11 +00:00
c433095eb8 Add item rarity management and random item generation logic
ivanch pushed to main at ivanch/pet-companion-back 2025-02-02 15:40:18 +00:00
0a257199f7 Refactor namespaces to follow new naming convention and add item model classes
ivanch pushed to main at ivanch/pet-companion-back 2025-02-02 02:25:16 +00:00
4e5addd1d5 Update .gitignore to include *.db-wal files
ivanch pushed to main at ivanch/pet-companion-front 2025-02-02 02:16:00 +00:00
2202bd606f feat: add AnimatedBackground component and enhance UI with background effects
ivanch pushed to main at ivanch/pet-companion-front 2025-02-02 02:08:49 +00:00
6e3b86df24 refactor: enhance action handling and introduce ActionResourceButton component
a85a80938b refactor: update pet action handling and restructure pet types for better clarity
Compare 2 commits »
ivanch pushed to main at ivanch/pet-companion-back 2025-02-02 02:08:47 +00:00
df62710b9a Refactor pet action management: rename PetAction to PetBasicAction, update related properties and methods, and enhance pet stats with maximum values.
ivanch pushed to main at ivanch/pet-companion-back 2025-02-01 16:50:55 +00:00
d6d3dc9f44 Refactor pet action management: rename PetAction to PetActionGather, update related models and services, and enhance resource gathering logic.
ivanch pushed to main at ivanch/pet-companion-front 2025-02-01 16:50:44 +00:00
8875eb75af refactor: clean up imports, fix typos, and enhance pet action handling
ivanch created branch main in ivanch/pet-companion-front 2025-02-01 03:33:55 +00:00
ivanch pushed to main at ivanch/pet-companion-front 2025-02-01 03:33:55 +00:00
f133e18302 initialize Vite + React + TypeScript project with Tailwind CSS and API service setup
ivanch created branch main in ivanch/pet-companion-back 2025-02-01 03:33:04 +00:00
ivanch pushed to main at ivanch/pet-companion-back 2025-02-01 03:33:04 +00:00
e1c5eed02d Add pet action management and update requests
4c4036a266 initial commit
ivanch created repository ivanch/pet-companion-back 2025-02-01 03:30:37 +00:00
ivanch created repository ivanch/pet-companion-front 2025-02-01 03:30:29 +00:00
ivanch created repository ivanch/pet-companion 2025-02-01 03:30:09 +00:00
ivanch synced commits to master at ivanch/blog.ivanch.me from mirror 2025-01-25 07:02:28 +00:00
6e3075d531 update baseURL and modify self-hosting post details
ivanch pushed to main at ivanch/server-scripts 2025-01-25 02:28:54 +00:00
8902c038c2 update backup cron job to run at 1 AM
ivanch pushed to main at ivanch/new-home 2025-01-25 01:26:49 +00:00
ae3185dda2 update CI workflow to build and push Docker images for amd64 and arm64 architectures on self-hosted runner
e7051d2a68 refactor deployment jobs in CI workflow for clarity and consistency
Compare 2 commits »
ivanch pushed to main at ivanch/new-home 2025-01-25 01:24:02 +00:00
1c9c77eca3 refactor CI workflow to unify build job name and support multi-platform Docker images; update image URL in docker-compose
ivanch pushed to main at ivanch/new-home 2025-01-25 01:22:07 +00:00
ccdf9dddc3 update Actions workflow to use ubuntu-latest for builds and add live deployment steps