mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
new login design (#4442)
* new login design * remove effects file (wrong direction) * add Known Hosts dropdown component Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
6f360374cc
commit
d684a9c5fc
25 changed files with 675 additions and 212 deletions
|
|
@ -9,6 +9,7 @@ import {
|
|||
Player,
|
||||
Room,
|
||||
Server,
|
||||
Login,
|
||||
Logs
|
||||
} from "containers";
|
||||
|
||||
|
|
@ -22,7 +23,8 @@ const Routes = () => (
|
|||
<Route path={RouteEnum.PLAYER} render={() => <Player />} />
|
||||
{<Route path={RouteEnum.ROOM} render={() => <Room />} />}
|
||||
<Route path={RouteEnum.SERVER} render={() => <Server />} />
|
||||
<Redirect from="/" to={RouteEnum.SERVER} />
|
||||
<Route path={RouteEnum.LOGIN} render={() => <Login />} />
|
||||
<Redirect from="/" to={RouteEnum.LOGIN} />
|
||||
</Switch>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue