Commit Graph

95 Commits

Author SHA1 Message Date
Zach Harding
d2ad949c2e visual tweaks to recalled inventory 2026-04-08 16:03:29 -04:00
3b4f98e556 [feat] purchase price added to inventory collection 2026-04-08 08:13:52 -04:00
4648507371 [feat] pull dashboard summary from db 2026-04-08 07:57:03 -04:00
71c167308d [feat] dashboard shows inventory 2026-04-07 22:34:31 -04:00
cb829e1922 [chore] move inventory relationship to sku 2026-04-07 09:52:17 -04:00
5dc7ce2de7 [bugfix] correcting issues introduced by Claude 2026-04-06 14:31:39 -04:00
Zach Harding
29ec850eef commented out the auth related to inventory 2026-04-05 17:11:16 -04:00
Zach Harding
5d716a4d8e added a fix for variant selection (without it cards with multiple versions would add all at form submit) 2026-04-05 16:32:44 -04:00
Zach Harding
404355304c style tweaks to both form and existing inventory, added createdAt and modified purchasePrice (for % of market) 2026-04-05 16:09:52 -04:00
Zach Harding
87235ab37a working with inventory style changes - tbd 2026-04-05 11:20:26 -04:00
12a42b87b8 [feat] save/remove inventory working now 2026-04-03 22:50:54 -04:00
03394d81e8 [feat] loading inventory 2026-04-03 22:10:41 -04:00
86da8a91ad [bugfix] removed server import from client script 2026-04-03 21:53:45 -04:00
3be17fe84c [wip] bugs to work out, but backend should support inventory 2026-04-02 19:24:51 -04:00
Zach Harding
b65e2a2859 minor style updates 2026-03-25 10:23:17 -04:00
Zach Harding
91823174d2 mostly complete inventory dashboard/modal 2026-03-25 09:21:24 -04:00
Zach Harding
943bd33c9a Merge branch 'master' into feat/inventory 2026-03-25 08:43:18 -04:00
Zach Harding
9975db20cb inventory dashboard setup 2026-03-25 08:42:17 -04:00
Zach Harding
db12844dea setting up inventory dashboard 2026-03-25 08:41:21 -04:00
3f9b1accda [chore] employ static assets directory 2026-03-25 05:34:11 -04:00
b871385fba [bugfix] don't close db connection pool in upload api script 2026-03-21 20:52:39 -04:00
4c6922f76b [feat] testing tcgcollector upload 2026-03-21 16:40:04 -04:00
Zach Harding
023cd87319 fixed backToTop z-index when scrolling on mobile 2026-03-18 20:36:33 -04:00
Zach Harding
bc99be51ea setup (but did not apply) holofoil styling and added new seticon for perfect order set 2026-03-18 13:31:56 -04:00
Zach Harding
b06e24d382 added data attributes to be used later for holofoil styling and added ability to search by e-reader 2026-03-17 17:27:39 -04:00
Zach Harding
7b4e06733f added a button group for quick filtering by productLine 2026-03-17 11:27:16 -04:00
Zach Harding
f72d479c1d rearranged sort and filter on mobile into a flex col instead of row 2026-03-17 10:35:02 -04:00
zach
ee9f7a2561 added the mechanism for sort by, added total results and made it all look nice in one row 2026-03-16 14:39:55 -04:00
zach
2f17912949 reqrote volatility with proper standard deviation and added tooltip 2026-03-16 14:07:37 -04:00
zach
c4ebbfb060 modified layout and made it so you can switch between card modals and keep the pricing chart 2026-03-16 11:05:10 -04:00
zach
9c81a13c69 created price-history.ts to get history data and added to modal via chart.js 2026-03-16 08:39:06 -04:00
zach
835a174da2 refactored 404 page, fixed copy image toast on mobile and filtered missing images to exclude sealed 2026-03-12 13:40:12 -04:00
d9995e5e10 [bugfix] escape facet filters so special characters like parentheses work 2026-03-11 20:33:43 -04:00
c622c8bd8f Merge branch 'feat/postgresql' 2026-03-11 19:26:52 -04:00
a68ed7f7b8 [feat] switched from mysql to postgresql 2026-03-11 19:18:45 -04:00
zach
3d46a48a7d sliding modals, view transitions, accessibility, etc, etc 2026-03-11 15:21:43 -04:00
zach
7482cb9e9c cleaned up css and made sorted active filters to the top 2026-03-09 14:25:18 -04:00
zach
68bed6ff8e new border pattern for each condition on modal, added icon display for 1st edition on both card/card modal 2026-03-09 12:00:29 -04:00
zach
4eed1869a6 hide modal nav buttons until working 2026-03-06 14:22:19 -05:00
zach
ce56d08efe scrolling within modals using keys/buttons/swipe (needs help with infinite scrolling) 2026-03-06 13:53:15 -05:00
zach
7fd8a21d1c clerk was missing /shared npm package 2026-03-05 22:59:16 -05:00
2fa0be9d23 [bugfix] combine all search terms to a single indexed field 2026-03-05 16:09:23 -05:00
zach
dedd7f8d87 changed the mechanism for auth on the index page (requires install of newer clerk components) 2026-03-05 15:24:08 -05:00
zach
692d06c35a removed the waitlist and added a link to the cards 2026-03-05 12:47:41 -05:00
zach
a535dffcbe added back padding on xs screens 2026-03-05 12:19:46 -05:00
zach
f2b0309b6e further tweak price-label prices/padding for small screens 2026-03-05 12:06:19 -05:00
zach
dcf1558d7e only show set name above mobile, cleanup columns on 404 2026-03-03 13:36:11 -05:00
1f521afa3a [feat] facet clearing buttons working 2026-03-02 16:13:24 -05:00
zach
be4104cb0b corrected visual/layout bugs on index and 404 pages, added backtotop and 404 analytics tracking 2026-03-02 14:09:59 -05:00
521ee2d2a7 [feat] Clear Filters 2026-03-02 11:48:10 -05:00