Syco
1a545d3a8f
Optimistic updates for +/- buttons, UI responds instantly
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-16 02:14:18 +02:00
Syco
1b91a0cc3c
Add Sets page, React Router navigation, collection export, and README
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-16 00:51:45 +02:00
Syco
a4014182a0
Add mobile layout: full-width list with bottom sheet card detail
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-15 22:33:39 +02:00
Syco
90932964a5
Structural cleanup
...
ci/woodpecker/push/woodpecker Pipeline was successful
- Rename src/store/ -> src/context/ (store implies Redux, this is React Context)
- Rename services/api.jsx -> api.js (file contains no JSX)
- Delete unused Vite boilerplate: src/assets/, App.css
- Update all imports accordingly
2026-05-15 21:34:51 +02:00
Syco
e589b18a0b
Zebra stripe printing rows ( #161616 / #1e1e1e)
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-15 21:28:04 +02:00
Syco
f65a2841da
Replace zebra bg with border separator on printing rows
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-15 21:26:17 +02:00
Syco
5eaa5b126a
Zebra stripe printing rows for visual separation
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-15 21:24:42 +02:00
Syco
6c8f2d86d6
Move DB version/import to top bar, increase row spacing
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 21:22:53 +02:00
Syco
ff48ec8af0
Apply Design A: dark theme, type badges, code cleanup
...
ci/woodpecker/push/woodpecker Pipeline was successful
Visual:
- Dark theme throughout (#111 bg, #1c1c1c panels, #2a2a2a borders)
- Type badges with color: Monster=orange, Spell=green, Trap=purple
- Owned count shown as ×3 (highlighted) or — (dimmed)
- Printing column headers in CardRow
- Card detail panel: type badge, attribute, race, level stars
Cleanup:
- Replace index.css (was Vite boilerplate) with dark base + shared CSS classes
(.card-row-header:hover, .filter-chip, .icon-btn, modal styles)
- Clear App.css (Vite boilerplate, unused)
- Remove Footer.css (modal styles consolidated into index.css)
- Extract useDebounce to src/hooks/useDebounce.js
- Remove react-window (installed but never used)
- App.jsx: remove unnecessary wrapper div
- gitignore: add mockups/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 21:19:05 +02:00
Syco
a0240499e8
Add filters, stats bar, and fix bugs
...
ci/woodpecker/push/woodpecker Pipeline was successful
- FilterBar: type chips (Monster/Spell/Trap), owned-only toggle, sort by name/most-owned
- Stats bar: cards in DB, unique owned, total copies
- Card detail panel: type, race, attribute, level/link stars from existing data
- useMemo for filtered+sorted card list (was re-sorting every render)
- Footer: refresh card list after successful full import
- PrintingRow: remove broken custom memo comparator (was comparing static DB field)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 21:06:12 +02:00
Syco
8c14b69d41
gap 2
2026-03-29 20:59:54 +02:00
Syco
37fc5f481a
increase gap
2026-03-29 20:58:38 +02:00
Syco
c969d08eb5
aaaaaalmost
2026-03-29 20:57:07 +02:00
Syco
36217a3f26
almost there
2026-03-29 20:55:25 +02:00
Syco
2e138b8996
maybe 2
2026-03-29 20:54:05 +02:00
Syco
2ee30baa25
uhh
2026-03-29 20:48:16 +02:00
Syco
bf699eb3dc
footer fix
2026-03-29 20:27:48 +02:00
Syco
b4f629ee8d
Reapply "modal"
...
This reverts commit 48354897b6 .
2026-03-29 20:10:35 +02:00
Syco
48354897b6
Revert "modal"
...
This reverts commit b824720758 .
2026-03-29 20:07:09 +02:00
Syco
b824720758
modal
2026-03-29 20:06:32 +02:00
Syco
1cf472c8ea
adjust footer
2026-03-29 20:02:46 +02:00
Syco
eaa0c9b0e0
name
2026-03-29 19:30:14 +02:00
Syco
4757cf47c0
update reference
2026-03-29 19:21:27 +02:00
Syco
f78402e021
Footer
2026-03-29 19:15:13 +02:00
Syco
080620a35c
change column layout
2026-03-27 21:46:18 +01:00
Syco
74303b5e75
add set code
2026-03-27 21:38:38 +01:00
Syco
bb42109c32
fix total amount
2026-03-27 21:28:44 +01:00
Syco
6f8f8ac03d
api call cleanup
2026-03-27 20:54:28 +01:00
Syco
7f5dcac1c3
optimization
...
Virtualization for the card list -> Faster loading when searching
2026-03-25 20:05:14 +01:00
Syco
3ce4d206d7
before optimization
2026-03-25 19:42:42 +01:00
Syco
fda3e3ecbf
change amount + pictures
2026-03-14 23:54:37 +01:00