matthieu
  • Joined on 2025-10-16
matthieu created pull request matthieu/deckerr#12 2025-11-21 15:26:21 +01:00
feature/issue-10-deck-card-collection
matthieu pushed to feature/issue-10-deck-card-collection at matthieu/deckerr 2025-11-21 15:25:41 +01:00
b3fc8079c6 Add confirmation modal for card removal in collection
matthieu pushed to feature/issue-10-deck-card-collection at matthieu/deckerr 2025-11-21 15:19:41 +01:00
6d8e7b3224 Implement card quantity management in collection with increment and decrement functionality
matthieu pushed to feature/issue-10-deck-card-collection at matthieu/deckerr 2025-11-21 15:14:45 +01:00
8bb80dac2e Add user collection management and card face toggling in CardSearch and Collection components
matthieu pushed to feature/issue-10-deck-card-collection at matthieu/deckerr 2025-11-21 14:51:46 +01:00
247f2205b8 Refactor card collection component to implement search filtering and hover preview
matthieu pushed to feature/issue-10-deck-card-collection at matthieu/deckerr 2025-11-21 14:43:34 +01:00
e96289de03 Implement user collection loading and card addition functionality
matthieu pushed to master at matthieu/deckerr 2025-11-21 14:34:16 +01:00
6de32baefb Merge pull request '[ISSUE-10] Add card collection integration to deck manager' (#11) from feature/issue-10-deck-card-collection into master
ad7ae17985 [ISSUE-10] Add card collection integration to deck manager
Compare 2 commits »
matthieu merged pull request matthieu/deckerr#11 2025-11-21 14:34:14 +01:00
[ISSUE-10] Add card collection integration to deck manager
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 20:21:53 +01:00
28868c24ca fix bug
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:29:48 +01:00
d5e2e1559d [ISSUE-1] Update package.json - Modular NPC refactor
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:29:44 +01:00
0283b5173b [ISSUE-1] Update src/App.tsx - Modular NPC refactor
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:28:46 +01:00
51babf770f [ISSUE-1] Add src/components/NodeCanvas.tsx - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:28:44 +01:00
b04f22ea22 [ISSUE-1] Add src/components/nodes/VariablesNode.tsx - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:27:34 +01:00
48934f0ffa [ISSUE-1] Add src/components/nodes/PartyNode.tsx - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:27:33 +01:00
41bbe00369 [ISSUE-1] Add src/components/nodes/OutputNode.tsx - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:26:51 +01:00
a5efbd3824 [ISSUE-1] Add src/components/nodes/InteractionNode.tsx - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:26:48 +01:00
f604099a9b [ISSUE-1] Add src/components/nodes/BattleConfigNode.tsx - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:26:15 +01:00
d7a997519d [ISSUE-1] Add src/components/nodes/BasicInfoNode.tsx - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:26:12 +01:00
60fdb95ce7 [ISSUE-1] Add src/types/nodes.ts - Modular NPC system
matthieu pushed to feature/ISSUE-1-modular-npc-forms at matthieu/npc-config-app 2025-10-29 16:25:33 +01:00
3d5a819512 [ISSUE-1] Add MODULAR_ARCHITECTURE.md - Modular NPC system