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

185 commits

Author SHA1 Message Date
Ash Keel
cc30033146
refactor: refactor the damn alerts! 2023-05-05 14:40:16 +02:00
Ash Keel
29880bdc23
feat: Add sending chat command responses as whispers/replies/announcements 2023-05-04 13:10:11 +02:00
Ash Keel
f83a6c6180
fix: add key function for data tables 2023-05-03 19:12:33 +02:00
Ash Keel
4eac451432
refactor: fix code smells 2023-05-03 18:20:52 +02:00
Ash Keel
bc6c76c581
fix: fix kv connection error in extensions 2023-05-03 17:22:36 +02:00
Ash Keel
2cf63534e5
refactor: remove typecasting from thunks 2023-05-03 17:18:52 +02:00
Ash Keel
4de2b0a817
update: update frontend dependencies 2023-05-03 16:35:07 +02:00
Ash Keel
4653f6b75b
refactor: remove redundant check 2023-05-03 14:08:02 +02:00
Ash Keel
7954f6bf33
refactor: move zero text to common style 2023-04-24 16:35:55 +02:00
Ash Keel
06f6107b89
docs: update changelog 2023-04-24 16:18:15 +02:00
Ash Keel
a65f89149f
fix: mostly sane number input boxes 2023-04-23 13:35:01 +02:00
Ash Keel
a429826e8a
fix: The UPDATE AVAILABLE banner works properly in prerelase builds 2023-04-23 02:59:30 +02:00
Ash Keel
e8964f8d0c
refactor: fix lint issues 2023-04-20 18:02:54 +02:00
Ash Keel
f7aeb91cc8
feat: make auth dialog localized 2023-04-20 10:30:54 +02:00
Ash Keel
528afa7d74
feat: add interactive authentication 2023-04-19 18:06:41 +02:00
Ash Keel
42e8c34702
feat: add backup restoring from the error dialog 2023-04-18 15:05:11 +02:00
Ash Keel
4e9b2cff7d
feat: Error page (wip recovery option) 2023-04-14 20:04:21 +02:00
Ash Keel
745824a32d
refactor: slightly better ternaries 2023-04-08 19:32:11 +02:00
Ash Keel
f92a4035e8
feat: Add links to the user guide 2023-04-06 13:42:21 +02:00
Ash Keel
65b23d03ae
fix: update wails and build process 2023-03-31 11:43:33 +02:00
Ash Keel
0262bcea07
chore: update frontend dependencies 2023-03-31 10:26:20 +02:00
Ash Keel
464c60bf51
fix: prevent mixed case in loyalty table 2023-03-31 09:41:53 +02:00
Ash Keel
586eab696e
fix: fix chat history being saved with the wrong type 2023-03-09 13:17:18 +01:00
Ash Keel
fc9465063e
fix: wrap log data so it doesn't exit the screen 2023-02-17 19:51:55 +01:00
Ash Keel
e75b1017ae
fix: simplify Interval component logic, making it stateless
fixes #48
2023-02-17 19:08:33 +01:00
Ash Keel
5629b2482a
docs: update locale and changelog 2023-02-15 13:50:43 +01:00
Ash Keel
d1ff6d46ea
fix: don't fetch version info over and over 2023-02-15 13:47:41 +01:00
Ash Keel
d931690802
feat: Add minimum version metadata to extensions
fixes #52
2023-02-15 10:44:44 +01:00
Ash Keel
87c80a81fb
docs: update locale and changelog 2023-02-06 18:12:43 +01:00
Ash Keel
24e963c19e
change: remove wip notice from dashboard 2023-02-06 10:36:18 +01:00
Ash Keel
b06ed39e6a
fix: stream picture doesnt overlap dialogs anymore
fixes #47
2023-02-02 21:32:50 +01:00
Ash Keel
a72e603195
chore: woops 2023-02-02 16:51:40 +01:00
Ash Keel
bca4a0b064
fix: editor doesn't complain about async or import anymore 2023-02-02 16:51:31 +01:00
Ash Keel
4a243e60a7
feat: extension error and console logging 2023-02-02 16:33:57 +01:00
Ash Keel
9b6f034803
chore: clean unused import 2023-02-01 17:37:29 +01:00
Ash Keel
29757eb424
lang: update italian locale 2023-02-01 17:31:57 +01:00
Ash Keel
2c463f657d
feat: detailed extension metadata in list 2023-02-01 17:02:37 +01:00
Ash Keel
146e414942
feat: add CTRL+S as a shortcut to save 2023-02-01 11:52:49 +01:00
Ash Keel
a3b4f5c471
feat: add typescript support, formatting 2023-02-01 02:42:58 +01:00
Ash Keel
cfdabc706e
feat: renaming 2023-01-31 17:52:28 +01:00
Ash Keel
196ab184e6
feat: extension list mostly works 2023-01-31 12:20:27 +01:00
Ash Keel
b3dea0fe53
feat: Extension UI, wip 2023-01-31 02:20:09 +01:00
Ash Keel
c20728b268
feat: extension subsystem (working wip) 2023-01-27 16:37:21 +01:00
Ash Keel
3cfcb326fc
docs: minor comments so I won't lose my mind in 3 months 2023-01-27 15:36:25 +01:00
Ash Keel
c09074a211
change: update wails and other dependencies 2023-01-27 15:35:32 +01:00
Ash Keel
eaa3619a45
fix: use event date for sorting recent events 2023-01-27 00:28:43 +01:00
Ash Keel
4f0cc8e570
fix: store dates with events 2023-01-26 16:37:30 +01:00
Ash Keel
ce944487fc
feat: wip extension page 2023-01-26 13:19:34 +01:00
Ash Keel
e0449ee972
refactor: upgrade kv client lib 2023-01-26 13:18:08 +01:00
Ash Keel
63c0fef602
feat: add recent event replay 2023-01-26 10:05:58 +01:00