|
2d8eb32e90
|
Remove cruft
|
2024-01-10 17:13:59 +01:00 |
|
|
1f1ed79ee5
|
Optimize session listing
|
2024-01-10 16:57:01 +01:00 |
|
|
01fd7bad69
|
Remove cruft
|
2024-01-10 15:55:08 +01:00 |
|
|
44f49e5974
|
Session list: speed up starting new sessions
|
2024-01-10 15:54:09 +01:00 |
|
|
0cf3411f63
|
Make ending session from session list faster
|
2024-01-10 15:12:45 +01:00 |
|
|
aa669710e1
|
Change update_session to template partial
|
2024-01-10 14:10:13 +01:00 |
|
|
242833f886
|
Make it possible to drop purchases, or consider them infinite
|
2024-01-03 22:35:39 +01:00 |
|
|
0cdfd3c298
|
Stats: optimize
|
2024-01-03 21:35:47 +01:00 |
|
|
a98b4839dd
|
Fix wrong unfinished purchases calculation
|
2024-01-02 20:03:59 +01:00 |
|
|
1999f13cf2
|
stats: add first and last play
|
2024-01-01 18:42:14 +01:00 |
|
|
8466f67c86
|
Fix errors caused by empty values
|
2024-01-01 18:21:50 +01:00 |
|
|
d9fbb4b896
|
Add title to stats page
|
2023-12-15 10:58:15 +01:00 |
|
|
4ff3692606
|
Remove duplicate block
|
2023-11-30 18:05:52 +01:00 |
|
|
fde93cb875
|
Organize better
|
2023-11-30 17:35:44 +01:00 |
|
|
d1c3ac6079
|
Revert "Move GraphQL to separata app"
This reverts commit 6ac4209492c95e7fc06b6a7ba9fced42d42037b8.
|
2023-11-30 17:35:44 +01:00 |
|
|
cb380814a7
|
Move GraphQL to separata app
|
2023-11-30 17:35:44 +01:00 |
|
|
5ef8c07f30
|
Initial working API
|
2023-11-30 17:35:44 +01:00 |
|
|
9573c3b8ff
|
Better formatting
|
2023-11-29 22:26:43 +01:00 |
|
|
a245b6ff0f
|
Fix longest session formatting
Put space between hours and minutes
|
2023-11-29 09:08:10 +01:00 |
|
|
6329d380b7
|
Editions are unique if name, platform OR year is different
|
2023-11-28 14:44:11 +01:00 |
|
|
76fbc39fed
|
Disable hx-boost
|
2023-11-28 14:29:56 +01:00 |
|
|
4b6734c173
|
Add width, height, alt to images
|
2023-11-28 14:29:11 +01:00 |
|
|
b505b5b430
|
Stats: add highest session average
|
2023-11-21 21:57:17 +01:00 |
|
|
87553ebdc5
|
Add djlint pre-commit hook
|
2023-11-21 18:19:25 +01:00 |
|
|
ba4fc0cac5
|
Do not trigger hx-boost for non-submit buttons
|
2023-11-21 18:12:58 +01:00 |
|
|
8cb0276215
|
Use better way to find out if model record exists
|
2023-11-21 18:03:01 +01:00 |
|
|
f9a51ee83d
|
Remove experimental layout
|
2023-11-21 18:03:01 +01:00 |
|
|
c9deba7d65
|
Add stats for most sessions, longest session
|
2023-11-21 17:02:44 +01:00 |
|
|
9fccdfbff0
|
Make links colorful
|
2023-11-20 23:07:11 +01:00 |
|
|
d78139a5b3
|
Display finished DLCs in stats better
|
2023-11-20 21:56:16 +01:00 |
|
|
7dc43fbf77
|
Fix wrong export name
|
2023-11-20 21:54:51 +01:00 |
|
|
5442926457
|
Allow DLC to have date_finished set
|
2023-11-20 21:42:23 +01:00 |
|
|
db4c635260
|
Remote JavaScript files
|
2023-11-20 21:25:21 +01:00 |
|
|
c35b539c42
|
Merge sessions and notes
|
2023-11-17 21:20:33 +01:00 |
|
|
bbe5e072b2
|
Don't display prices if zero
|
2023-11-17 21:10:56 +01:00 |
|
|
6fc2f623dc
|
Apply djlint
|
2023-11-17 21:06:57 +01:00 |
|
|
45bb2681c7
|
Use isort on migrations
|
2023-11-17 09:15:06 +01:00 |
|
|
dbb8ec3f9a
|
Handle empty edition_id
|
2023-11-17 09:14:25 +01:00 |
|
|
206b5f6d46
|
Prevent HTMX from messing up the initial state
|
2023-11-16 20:33:56 +01:00 |
|
|
b7e14ecc83
|
Account for no sessions
|
2023-11-16 20:29:08 +01:00 |
|
|
912e010729
|
Enable hx-boost everywhere
|
2023-11-16 19:56:08 +01:00 |
|
|
a485237456
|
Fix form not syncing due to HTMX
|
2023-11-16 19:03:16 +01:00 |
|
|
c6ed577fe3
|
Formatting
|
2023-11-16 16:27:41 +01:00 |
|
|
f2bb15e669
|
Fix naive date
|
2023-11-16 16:27:41 +01:00 |
|
|
c49177d63c
|
isort
|
2023-11-16 16:27:41 +01:00 |
|
|
bd8d30eac1
|
Improve time-related stuff
Add created_at to all models
Add modified_at to Session
Get rid of custom now() function
Make sure aware datetime is used everywhere
|
2023-11-16 16:27:41 +01:00 |
|
|
c44d8bf427
|
Improve time-related stuff
Add created_at to all models
Add modified_at to Session
Get rid of custom now() function
Make sure aware datetime is used everywhere
|
2023-11-15 19:14:09 +01:00 |
|
|
3f037b4c7c
|
Only allow choosing purchases of selected edition
|
2023-11-15 14:25:42 +01:00 |
|
|
8783d1fc8e
|
Name and related_purchase validation for non-games
|
2023-11-15 13:04:47 +01:00 |
|
|
9a1d24dbfd
|
Sort imports, remove cruft
|
2023-11-15 12:19:31 +01:00 |
|