RobertMcCoy / CodeCollaborator

Apache License 2.0
0 stars 0 forks source link

Added in proper routing and better URL handling for rooms, changed toast library #37

Closed RobertMcCoy closed 6 years ago

RobertMcCoy commented 6 years ago

Old toast library was causing a lot of code conflicts when properties were updated, the new one is a simple 1 line call and a css import.

RobertMcCoy commented 6 years ago

Currently this cannot be merged because the socket is maintaining multiple open rooms whenever a new one is joined. This needs to be resolved before this can continue.