mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
Refactor SessionContext (#181)
* fix(web): refactor session context so it works more consistently * add warning for when syncSession is locked but called again * cd * add tests to new-session
This commit is contained in:
parent
b6ae2abd2f
commit
42323a46f6
4 changed files with 206 additions and 82 deletions
|
@ -30,7 +30,6 @@ export const AppRouter = () => {
|
|||
<RouteWrapper component={ServersPage} path="/servers" />
|
||||
<RouteWrapper component={PickerPage} path="/s/:serverID" />
|
||||
|
||||
<RouteWrapper component={MachineryNewSession} path="/machinery/new-session" />
|
||||
<RouteWrapper
|
||||
component={MachineryNewSession}
|
||||
path="/machinery/new-session/:sessionID"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue