28 Commits

Author SHA1 Message Date
c4479a0ffc Add first pass at IndieAuth modal. For #1863 2022-08-20 16:16:24 -07:00
f8429beef4 Add+style system style chat message. Closes #1998 2022-08-10 20:22:00 -07:00
68414445c2 Add support for changing user color in name modal. Closes #1805 2022-08-09 19:56:45 -07:00
2c8621c873 Add chat join messages 2022-07-14 21:05:34 -07:00
9a2a43d916 Add moderator status chat message. Closes #1999 2022-07-14 20:36:47 -07:00
d12712a107 Changed chat behaviour
added recoil value isMobile to determine which chat to display and
style. #1978

changed the player to actually span across the viewport without the
black borders around it.
2022-07-03 12:36:30 +02:00
ccb97197c5 Fix chat array not being properly appended to 2022-06-29 11:50:56 -07:00
e08037b64a Wire up chat message props. Add username highlighting. Closes #1921 2022-06-24 21:30:54 -07:00
221b9c8f0f Add playback performance metrics. Closes #1930 2022-06-02 14:34:32 -07:00
1b26a44fb6 Fix concurrent rendering error + make logs debug level 2022-05-28 18:45:30 -07:00
aae63e4e2c Display global error if server is unreachable 2022-05-27 22:53:55 -07:00
1d213b71d4 Support changing your own name and handling name change events 2022-05-26 13:52:04 -07:00
b3407cbdea Remove user menu when chat is not available 2022-05-26 11:08:37 -07:00
281829a473 Support re-authing on invalid access token 2022-05-25 22:51:17 -07:00
7b1667bf6a Refactor app state to be a state machine with access selectors 2022-05-25 21:47:09 -07:00
e0f8a1f702 More accurately hide/show and track chat state 2022-05-13 14:44:16 -07:00
72c01e1b9a Fix web project build errors 2022-05-11 23:31:31 -07:00
ff6886575f Add player poster 2022-05-10 15:36:09 -07:00
f96bde4f71 Can send a message from text input using submit button 2022-05-04 23:06:35 -07:00
c56c45d904 Use contentEditable for chat input field 2022-05-04 16:55:54 -07:00
008f607cf7 Fill out the follower component 2022-05-04 08:56:47 -07:00
8b07eb7457 Render chat messages that come over the socket 2022-05-03 13:01:50 -07:00
15becc5121 Connect to websocket and start accepting messages 2022-05-02 22:13:36 -07:00
a0354d6d49 Handle centralized app state and registration + chat history 2022-05-02 17:45:22 -07:00
4997c7c5ac Fill out some more components + add application state enums 2022-04-29 15:10:13 -07:00
e5d3b0e4ee More blank components and stories to be filled in 2022-04-28 14:36:05 -07:00
91b0db9c2e Add placeholder components to be worked on 2022-04-27 23:19:45 -07:00
e2e21d915b Initial api requests + stores + basic layout 2022-04-25 23:10:07 -07:00