Commit Graph

17 Commits

Author SHA1 Message Date
Lukáš Kucharczyk 36dd5635b2
add icon field to platform, use everywhere 2024-09-14 11:07:38 +02:00
Lukáš Kucharczyk 649351efde
implement platform icons 2024-09-14 06:42:34 +02:00
Lukáš Kucharczyk 698c8966c0
add purchase date to game view 2024-09-11 11:40:17 +02:00
Lukáš Kucharczyk 7f6584ecf7
finish purchase from list 2024-09-11 11:39:54 +02:00
Lukáš Kucharczyk 1c73268258
redirect to purchase list after modifying purchase 2024-09-10 14:50:49 +02:00
Lukáš Kucharczyk 3063a3d143
refund purchase from list 2024-09-10 14:50:02 +02:00
Lukáš Kucharczyk b589199ca6
drop purchase from list 2024-09-10 14:46:50 +02:00
Lukáš Kucharczyk 2fc661dade
re-add button titles 2024-09-10 14:46:10 +02:00
Lukáš Kucharczyk 58cfaca1a9
add table header actions 2024-09-08 21:03:37 +02:00
Lukáš Kucharczyk c1b3493c80
Merge calculated and manual duration 2024-09-07 23:35:59 +02:00
Lukáš Kucharczyk 98c9c1faee
move time-related functionality out of views.general 2024-09-04 21:55:22 +02:00
Lukáš Kucharczyk 4358708262
add links to add a new X to: game, edition, purchase, session, device, platform 2024-09-03 15:48:58 +02:00
Lukáš Kucharczyk c738245783
Properly display non-game type names 2024-09-02 23:52:28 +02:00
Lukáš Kucharczyk e067e65bce
linkify game, edition, purchase, session references
also add link styles for links in a table row
2024-09-02 20:04:21 +02:00
Lukáš Kucharczyk b8258e2937
replace slippers with django-cotton
main reason: slippers cannot pass request via context inside its
components, making it annoying to use template takes that take request.
more reasons: not actively worked on, no named slots, having to define
components in components.yaml + new components do not get registered
without restarting server
2024-09-02 17:43:41 +02:00
Lukáš Kucharczyk 9af4c79947
improve game view 2024-08-19 21:58:43 +02:00
Lukáš Kucharczyk 2fd44c1f53
separate views out 2/2 2024-08-12 21:52:26 +02:00