Commit 0379397
Move toast to function as event data rather than tools data (#20)
* implement timeout counters for each team
* Change timeout to only deduct at the end of the timer, update to check `timeoutState.timeRemaining` rather than creating new timeouts
* remove redundant new timeout creation from connector
* add timeouts back to websocketOutgoing and properly account for manually ending timeouts
* Add live toast data
* Move toast to function as an event rather than tools data
* fix Types, re add swap sites
* add toastInfo.title like in the Spectra client
* Move TOAST to mid-match data again
---------
Co-authored-by: Dunkel <7890309+DarkView@users.noreply.github.com>
Co-authored-by: Paul Sommer <paul@sommers.dev>1 parent 0441979 commit 0379397
File tree
4 files changed
+29
-22
lines changed- src
- model
- replay
4 files changed
+29
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
56 | 65 | | |
57 | 66 | | |
58 | 67 | | |
| |||
360 | 369 | | |
361 | 370 | | |
362 | 371 | | |
363 | | - | |
| 372 | + | |
364 | 373 | | |
365 | 374 | | |
366 | 375 | | |
| |||
503 | 512 | | |
504 | 513 | | |
505 | 514 | | |
506 | | - | |
507 | | - | |
| 515 | + | |
| 516 | + | |
508 | 517 | | |
509 | | - | |
| 518 | + | |
510 | 519 | | |
511 | 520 | | |
512 | 521 | | |
513 | | - | |
514 | | - | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
515 | 525 | | |
516 | | - | |
| 526 | + | |
517 | 527 | | |
518 | 528 | | |
519 | | - | |
| 529 | + | |
520 | 530 | | |
521 | 531 | | |
522 | | - | |
| 532 | + | |
523 | 533 | | |
524 | 534 | | |
525 | 535 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 49 | | |
57 | 50 | | |
58 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
203 | 213 | | |
204 | 214 | | |
205 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 140 | | |
147 | 141 | | |
148 | 142 | | |
| |||
0 commit comments