1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00
Commit graph

255 commits

Author SHA1 Message Date
Ash Keel
56f4619a08
feat: add test button for Twitch keys 2022-12-20 14:02:27 +01:00
Ash Keel
9f8e9e40ab
fix: take out my twitter profile 2022-12-17 11:28:27 +01:00
Ash Keel
1653f7720d
feat: italian language complete 2022-12-16 14:51:55 +01:00
Ash Keel
031f6692bf
feat: language selector works! 2022-12-16 14:51:42 +01:00
Ash Keel
bf8cd57fff
feat: add button to repeat onboarding 2022-12-16 12:19:05 +01:00
Ash Keel
517bd5aac6
feat: onboarding landing page 2022-12-16 11:11:13 +01:00
Ash Keel
d7586e9bb9
feat: add UI config object, wip ui settings page 2022-12-16 11:10:43 +01:00
Ash Keel
1c5db13b0d
feat(wip): add onboarding page 2022-12-08 12:27:42 +01:00
Ash Keel
59c02fed49
refactor: use project root instead of relative path in some places 2022-12-08 12:27:10 +01:00
Ash Keel
3fc5ba3e60
docs: reorder current entry 2022-12-07 11:59:59 +01:00
Ash Keel
da65cbdf5e
docs: update changelog 2022-12-07 11:56:45 +01:00
Ash Keel
89af459479
feat: add scary warning if leaving the kilovolt password empty
fixes #31
2022-12-07 11:49:32 +01:00
Ash Keel
bb5aae0c1b
feat: generate a random Kilovolt password on first start 2022-12-07 11:48:23 +01:00
Ash Keel
fef4aebcb7
refactor: make APPNAME a locale global 2022-12-07 11:47:53 +01:00
Ash Keel
0e363ff829
refactor: cleanup shared theme props 2022-12-07 11:03:48 +01:00
Ash Keel
75a9a7183e
refactor: clean up disabled condition 2022-12-07 11:02:59 +01:00
Ash Keel
18adbc2397
feat: add Reveal/Hide button on password fields
fixes #35
2022-12-07 10:51:57 +01:00
Ash Keel
59cfee3f28
Update CHANGELOG 2022-12-04 22:40:33 +01:00
Ash Keel
45f9d1b02a
Update CHANGELOG 2022-12-04 21:31:54 +01:00
Ash Keel
96cd51d150
fix: update to React 18 APIs 2022-12-04 18:42:43 +01:00
Ash Keel
398cf8da47
fix: wrap logs to prevent data races 2022-12-04 18:35:15 +01:00
Ash Keel
3bc662796f
fix: fix misuses of wrapped values 2022-12-04 18:34:59 +01:00
Ash Keel
2f9f8e1fe9
refactor: module conundrum part 2: Loyalty manager 2022-12-04 18:03:05 +01:00
Ash Keel
65cf91d476
refactor: bump to containers v0.3.0 (API changes) 2022-12-04 14:45:34 +01:00
Ash Keel
a99f944f33
fix: server config doesn't get half-changed in case of error 2022-12-04 00:36:13 +01:00
Ash Keel
db31c75662
refactor: use SyncSlice 2022-12-04 00:04:15 +01:00
Ash Keel
330c4a3ec2
fix: remove last mutexes 2022-12-03 17:29:19 +01:00
Ash Keel
26db325171
feat: add renko icon and credits 2022-12-03 17:28:47 +01:00
Ash Keel
e7ba5883a3
refactor: invert condition to early return 2022-12-03 16:40:50 +01:00
Ash Keel
2d5be8feb0
refactor: fix wrong type on function signature 2022-12-03 16:40:26 +01:00
Ash Keel
aaffaebe55
refactor: module conundrum phase 1
Refactor Twitch client and bot so it can be closed and reopened with a
different config.
Add a cancellation function to subscription functions so they can be
cancelled.
Use http.Handler instead of HandlerFunc for custom routes
2022-12-03 16:16:59 +01:00
Ash Keel
f42869b34e
refactor: use helix methods for user tokens 2022-12-03 16:16:32 +01:00
Ash Keel
d0bf35d0b1
fix: add error checks to placate mr lint 2022-12-02 23:52:45 +01:00
Ash Keel
8f5f38a377
fix: keep cursor in the correct position when cleaning up IDs
fixes #29
2022-12-01 16:53:48 +01:00
Ash Keel
fd9dbedfdb
fix: disallow creation of commands/timers already in use
fixes #28
2022-12-01 16:40:49 +01:00
Ash Keel
d4e99bfe10
fix: stop log scroll bar from overlapping copy icon
fixes #27
2022-12-01 16:40:39 +01:00
Ash Keel
c869ac7d0e
fix: make most big dialogs not vertically centered to avoid repositioning
fixes #26
2022-12-01 16:40:25 +01:00
Ash Keel
b9181c2d99
fix: don't resubscribe if reconnection has same ID 2022-12-01 00:29:57 +01:00
Ash Keel
4c0708138a
refactor: begone modules 2022-11-30 19:15:47 +01:00
Ash Keel
89dd50996b
fix: close modules on stop, not defer that's never executed 2022-11-30 00:52:54 +01:00
Ash Keel
674611f0d1
refactor: better signature/name for DB subscription functions 2022-11-25 20:57:52 +01:00
Ash Keel
fd9fe4c3bc
fix: Fix console interaction not working in windows builds 2022-11-25 20:56:48 +01:00
Ash Keel
e2e2a8f1fd
docs: update changelog 2022-11-25 19:40:31 +01:00
Ash Keel
e87639e00b
docs: remove half mention of stulbe from readme 2022-11-25 19:25:47 +01:00
Ash Keel
8dd780581f
ci: update again 2022-11-25 19:17:49 +01:00
Ash Keel
f746566cce
ci: use newer action 2022-11-25 19:11:45 +01:00
Ash Keel
fd24e6bb9b
ci: use full sha 2022-11-25 19:09:39 +01:00
Ash Keel
40ca4a1c20
ci: add UPX 2022-11-25 19:07:38 +01:00
Ash Keel
e4d2eecb55
fix: fix embed 2022-11-25 19:07:11 +01:00
Ash Keel
fbcbf78ab9
fix: stop killing this!!!! 2022-11-25 18:37:10 +01:00