Commit graph

14 commits

Author SHA1 Message Date
afaa392b2f use <a> tags for card_badge and trade_offer clickable areas (except for main card_badge row on trade_offers, still uses @click for now because the a tag can't wrap that content for some reason). closes #14 2025-04-15 00:15:08 -07:00
9e501af1ac fix card_badges to always be links to card detail page 2025-04-13 00:33:56 -07:00
5fbe80e83a update trade acceptance styling and layout, and also trade acceptance update/details page. fixes #16 2025-04-12 22:10:46 -07:00
a83ce746b5 When a user is thanking, check state to see if other user thanked first, if so switch new_state to THANKED_BY_BOTH. fixes #13 2025-04-08 14:12:54 -07:00
e37731b74d Add javascript marquee effect for overflowing text on card badge names 2025-04-06 23:49:22 -07:00
262f0ea190 fix card badges to have better rarity visibility and other bugfixes 2025-04-06 22:33:01 -07:00
7c62c57433 remove trade offer expanding, fix flipping to work with new layout. all cards in trade offer are not expanded 2025-04-04 16:26:47 -07:00
fa4f38301b Reduce size of card badges, and change trade offers to show all cards by default, but in minimized mode. expand button now toggles between minimized mode and expanded mode for all cards on the trade offer 2025-04-03 21:54:08 -07:00
01becbee48 Fixes to trade expansion and trade acceptance appearance 2025-04-03 17:09:51 -07:00
6a61b79bbe Fix pagination controls, move mixin to common app, fix pagination invocation on all views, and other random bug fixes 2025-04-01 23:01:05 -07:00
7edefe23c3 Move profile and settings into the new unified dashboard, showing user info in one place 2025-03-31 22:20:59 -07:00
138a929da6 Various small bug fixes, break out pagination for cards into its own mixin and templatetag 2025-03-29 00:27:40 -07:00
05a279fa3a various small bugfixes; add cards list view 2025-03-28 16:03:31 -07:00
65ca344582 Fix create trade offer flow and other related bugs 2025-03-26 11:38:02 -07:00