24 Commits

Author SHA1 Message Date
2ae81bb00f
update django-cotton to 1.2.1 2024-10-16 17:49:55 +02:00
c517d735c7
use unified dateformat more 2024-10-16 17:45:23 +02:00
19056f846e
view_game: display timezone-aware time for end timestamp 2024-10-16 17:45:23 +02:00
0759ad0804
make purchase price a float 2024-10-16 17:45:23 +02:00
228fc2bf5f
avoid exception on game overview when sessions are 0 2024-10-16 17:45:23 +02:00
fbd829f70e
order platforms by name 2024-10-16 17:45:23 +02:00
b74ccb6eaa
Remove extraneous statement 2024-10-16 17:45:23 +02:00
b0b1bb2d42
add icon field to platform, use everywhere 2024-10-16 17:45:23 +02:00
649351efde
implement platform icons
All checks were successful
Django CI/CD / test (push) Successful in 1m1s
Django CI/CD / build-and-push (push) Has been skipped
2024-09-14 06:42:34 +02:00
698c8966c0
add purchase date to game view
All checks were successful
Django CI/CD / test (push) Successful in 1m9s
Django CI/CD / build-and-push (push) Successful in 2m8s
2024-09-11 11:40:17 +02:00
7f6584ecf7
finish purchase from list 2024-09-11 11:39:54 +02:00
1c73268258
redirect to purchase list after modifying purchase 2024-09-10 14:50:49 +02:00
3063a3d143
refund purchase from list 2024-09-10 14:50:02 +02:00
b589199ca6
drop purchase from list 2024-09-10 14:46:50 +02:00
2fc661dade
re-add button titles 2024-09-10 14:46:10 +02:00
58cfaca1a9
add table header actions
All checks were successful
Django CI/CD / test (push) Successful in 1m3s
Django CI/CD / build-and-push (push) Successful in 2m23s
2024-09-08 21:03:37 +02:00
c1b3493c80
Merge calculated and manual duration
All checks were successful
Django CI/CD / test (push) Successful in 1m2s
Django CI/CD / build-and-push (push) Successful in 1m55s
2024-09-07 23:35:59 +02:00
98c9c1faee
move time-related functionality out of views.general
All checks were successful
Django CI/CD / test (push) Successful in 58s
Django CI/CD / build-and-push (push) Successful in 1m52s
2024-09-04 21:55:22 +02:00
4358708262
add links to add a new X to: game, edition, purchase, session, device, platform
All checks were successful
Django CI/CD / test (push) Successful in 55s
Django CI/CD / build-and-push (push) Successful in 1m57s
2024-09-03 15:48:58 +02:00
c738245783
Properly display non-game type names
All checks were successful
Django CI/CD / test (push) Successful in 1m8s
Django CI/CD / build-and-push (push) Successful in 1m55s
2024-09-02 23:52:28 +02:00
e067e65bce
linkify game, edition, purchase, session references
Some checks failed
Django CI/CD / test (push) Successful in 1m0s
Django CI/CD / build-and-push (push) Has been cancelled
also add link styles for links in a table row
2024-09-02 20:04:21 +02:00
b8258e2937
replace slippers with django-cotton
All checks were successful
Django CI/CD / test (push) Successful in 59s
Django CI/CD / build-and-push (push) Successful in 2m4s
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
9af4c79947
improve game view
All checks were successful
Django CI/CD / test (push) Successful in 56s
Django CI/CD / build-and-push (push) Has been skipped
2024-08-19 21:58:43 +02:00
2fd44c1f53
separate views out 2/2
All checks were successful
Django CI/CD / test (push) Successful in 57s
Django CI/CD / build-and-push (push) Has been skipped
2024-08-12 21:52:26 +02:00