mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
small improvements (#4452)
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
a87c66885c
commit
4cb7240f9a
21 changed files with 197 additions and 74 deletions
|
|
@ -8,7 +8,7 @@ import Paper from "@material-ui/core/Paper";
|
|||
|
||||
import { RoomsSelectors, ServerSelectors } from "store";
|
||||
|
||||
import { ThreePaneLayout, UserDisplay, VirtualList } from "components";
|
||||
import { AuthGuard, ThreePaneLayout, UserDisplay, VirtualList } from "components";
|
||||
import { Room, User } from "types";
|
||||
import Rooms from './Rooms';
|
||||
|
||||
|
|
@ -20,6 +20,8 @@ class Server extends Component<ServerProps, ServerState> {
|
|||
|
||||
return (
|
||||
<div className="server-rooms">
|
||||
<AuthGuard />
|
||||
|
||||
<ThreePaneLayout
|
||||
top={(
|
||||
<Paper className="serverRoomWrapper overflow-scroll">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue