diff --git a/code/websites/pokedex.online/src/components/shared/BaseButton.vue b/code/websites/pokedex.online/src/components/shared/BaseButton.vue new file mode 100644 index 0000000..b7be3fb --- /dev/null +++ b/code/websites/pokedex.online/src/components/shared/BaseButton.vue @@ -0,0 +1,282 @@ + + + + + diff --git a/docs/projects/Pokedex.Online/PROGRESS.md b/docs/projects/Pokedex.Online/PROGRESS.md index 9e59222..f8ef8f1 100644 --- a/docs/projects/Pokedex.Online/PROGRESS.md +++ b/docs/projects/Pokedex.Online/PROGRESS.md @@ -7,7 +7,7 @@ Last Updated: January 28, 2026 **Total Phases:** 12 **Completed Phases:** 1 (In Progress) **Total Steps:** 68 -**Completed Steps:** 4 / 68 (5.9%) +**Completed Steps:** 5 / 68 (7.4%) --- @@ -31,10 +31,10 @@ Last Updated: January 28, 2026 - [x] Added test scripts to package.json ### ✅ Step 3: Split package.json Dependencies -- [ ] Create `server/package.json` (backend only) -- [ ] Update root package.json (frontend only) -- [ ] Configure npm workspaces -- [ ] Test both installs independently +- [x] Create `server/package.json` (backend only) +- [x] Update root package.json (frontend only) +- [x] Configure npm workspaces +- [x] Test both installs independently ---