480 Commits

Author SHA1 Message Date
7ec622a38a
make purchase price a float
All checks were successful
Django CI/CD / test (push) Successful in 1m7s
Django CI/CD / build-and-push (push) Successful in 2m8s
2024-10-04 11:36:46 +02:00
7f5a1889f3
avoid exception on game overview when sessions are 0
All checks were successful
Django CI/CD / test (push) Successful in 1m7s
Django CI/CD / build-and-push (push) Successful in 2m7s
2024-10-04 10:17:38 +02:00
10e96bbc88
rename icon
All checks were successful
Django CI/CD / test (push) Successful in 1m20s
Django CI/CD / build-and-push (push) Successful in 2m17s
2024-10-04 10:11:33 +02:00
60d3ba6569
order platforms by name
All checks were successful
Django CI/CD / test (push) Successful in 1m4s
Django CI/CD / build-and-push (push) Successful in 1m51s
2024-09-14 20:19:30 +02:00
bcb845adac
remove css cruft 2024-09-14 20:19:20 +02:00
bd222f253e
add more icons 2024-09-14 20:19:14 +02:00
45e3cfed00
Remove extraneous statement
All checks were successful
Django CI/CD / test (push) Successful in 54s
Django CI/CD / build-and-push (push) Successful in 1m58s
2024-09-14 11:10:28 +02:00
36dd5635b2
add icon field to platform, use everywhere
All checks were successful
Django CI/CD / test (push) Successful in 52s
Django CI/CD / build-and-push (push) Has been skipped
2024-09-14 11:07:38 +02:00
c40764a02f
fix bug in Component
A leftover from when there was only the A component function,
this bug was not found earlier because we used
templates instead of tags most of the time.
2024-09-14 10:40:03 +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
540f5ee42c
align last column to the right 2024-09-11 11:39:48 +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
1f535a6e84
formatting 2024-09-10 14:26:06 +02:00
a9c1135639
improve layout
All checks were successful
Django CI/CD / test (push) Successful in 1m7s
Django CI/CD / build-and-push (push) Successful in 2m12s
2024-09-09 11:25:29 +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
a1df8720f5
Fix missing variable reference
All checks were successful
Django CI/CD / test (push) Successful in 1m11s
Django CI/CD / build-and-push (push) Successful in 2m3s
2024-09-07 23:20:17 +02:00
5a852bc2b9
tailwind: define accent and background colors
All checks were successful
Django CI/CD / test (push) Successful in 55s
Django CI/CD / build-and-push (push) Successful in 2m6s
2024-09-04 21:59:29 +02:00
8ab9bfeeeb
update deps 2024-09-04 21:59:06 +02:00
5eee7176d4
add streak-releted basic functionality 2024-09-04 21:58:56 +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
645ffa0dad
update styles
All checks were successful
Django CI/CD / test (push) Successful in 1m3s
Django CI/CD / build-and-push (push) Successful in 2m4s
2024-09-03 22:39:25 +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
57184ceea0
add one more breakpoint to better utilize smaller screens
All checks were successful
Django CI/CD / test (push) Successful in 53s
Django CI/CD / build-and-push (push) Successful in 1m56s
2024-09-02 23:44:18 +02:00
c2b9409562
update styles
All checks were successful
Django CI/CD / test (push) Successful in 53s
Django CI/CD / build-and-push (push) Successful in 1m52s
2024-09-02 20:14:52 +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
d8b8182b91
fix table top rounding 2024-08-13 08:36:40 +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
c3f99d124c
update base.css 2024-08-12 21:42:56 +02:00
51f5b9fceb
update ruff path 2024-08-12 21:42:47 +02:00
973f4416de
separate views out 1/2 2024-08-12 21:42:34 +02:00
a84209eb81
sort by timestamp
All checks were successful
Django CI/CD / test (push) Successful in 51s
Django CI/CD / build-and-push (push) Has been skipped
2024-08-11 21:39:14 +02:00
498cd69328
improve display of game names, durations 2024-08-11 20:29:47 +02:00
b28c42d945
delete platform
All checks were successful
Django CI/CD / test (push) Successful in 51s
Django CI/CD / build-and-push (push) Has been skipped
2024-08-11 20:21:44 +02:00
3099f02145
list editions 2024-08-11 20:21:27 +02:00
74b9d0421c
list platforms, fix editing platform 2024-08-11 18:34:50 +02:00
c61adad180
list games 2024-08-11 18:21:11 +02:00
298ecb4092
formatting 2024-08-11 17:58:35 +02:00
020e12e20b
remove session recent filter 2024-08-11 17:58:08 +02:00
6ef56bfed5
list, edit, and delete devices 2024-08-11 17:53:36 +02:00
fda4913c97
add ruff to shell.nix
All checks were successful
Django CI/CD / test (push) Successful in 56s
Django CI/CD / build-and-push (push) Has been skipped
2024-08-11 17:24:50 +02:00
e85b32e22f
update styles 2024-08-11 17:24:33 +02:00