Commit 810c1aa 1 parent 227caa1 commit 810c1aa Copy full SHA for 810c1aa
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ const GamePage: React.FC = (): ReactNode => {
40
40
return new rxjs . Subject < GameLogLine > ( ) ;
41
41
} ) ;
42
42
43
- // TODO load the grid config items
44
- // TODO load the grid layout items
45
-
46
43
const { colorMode } = useTheme ( ) ;
47
44
48
45
const mainStreamId = getGameItemInfo ( GameItemId . MAIN ) . streamId ;
@@ -220,6 +217,7 @@ const GamePage: React.FC = (): ReactNode => {
220
217
} ) ;
221
218
} ) ;
222
219
220
+ // One of the ways to let user know the game has disconnected.
223
221
useSubscribe ( [ 'game:disconnect' ] , ( ) => {
224
222
gameLogLineSubject$ . next ( {
225
223
eventId : uuid ( ) ,
@@ -323,7 +321,7 @@ const GamePage: React.FC = (): ReactNode => {
323
321
isFocused : false ,
324
322
layout : {
325
323
x : 828 ,
326
- y : 390 ,
324
+ y : 190 ,
327
325
width : 306 ,
328
326
height : 355 ,
329
327
} ,
@@ -337,7 +335,7 @@ const GamePage: React.FC = (): ReactNode => {
337
335
x : 0 ,
338
336
y : 200 ,
339
337
width : 828 ,
340
- height : 545 ,
338
+ height : 420 ,
341
339
} ,
342
340
} ) ;
343
341
You can’t perform that action at this time.
0 commit comments