Gabe Kangas
|
a971a79296
|
Fix name change clearing chat history. Closes #2532
|
2022-12-29 20:11:20 -08:00 |
|
Gabe Kangas
|
80a012a3c7
|
Add current user object that holds user session values instead of standalone getters. Closes #2050
|
2022-10-10 16:40:13 -07:00 |
|
James Young
|
d1f3fffe2f
|
reafctor: normalize component formatting (#2082)
* refactor: move/rename BanUserButton file
* refactor: move/rename Chart file
* refactor: update generic component filenames to PascalCase
* refactor: update config component filenames to PascalCase
* refactor: update AdminLayout component filename to PascalCase
* refactor: update/move VideoJS component
* chore(eslint): disable bad react/require-default-props rule
* refactor: normalize ActionButton component
* refactor: normalize ActionButtonRow component
* refactor: normalize FollowButton component
* refactor: normalize NotifyButton component
* refactor: normalize ChatActionMessage component
* refactor: normalize ChatContainer component
* refactor: normalize ChatJoinMessage component
* refactor: normalize ChatModerationActionMenu component
* refactor: normalize ChatModerationDetailsModal component
* refactor: normalize ChatModeratorNotification component
* refactor: normalize ChatSocialMessage component
* refactor: normalize ChatSystemMessage component
* refactor: normalize ChatTextField component
* refactor: normalize ChatUserBadge component
* refactor: normalize ChatUserMessage component
* refactor: normalize ContentHeader component
* refactor: normalize OwncastLogo component
* refactor: normalize UserDropdown component
* chore(eslint): modify react/function-component-definition rule
* refactor: normalize CodecSelector component
* refactor: update a bunch of functional components using eslint
* refactor: update a bunch of functional components using eslint, pt2
* refactor: update a bunch of functional components using eslint, pt3
* refactor: replace all component->component default imports with named imports
* refactor: replace all component-stories->component default imports with named imports
* refactor: remove default exports from most components
* chore(eslint): add eslint config files for the components and pages dirs
* fix: use-before-define error in ChatContainer
* Fix ChatContainer import
* Only process .tsx files in Next builds
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
|
2022-09-07 00:00:28 -07:00 |
|
Gabe Kangas
|
c2bd9436ba
|
Show moderation menu for moderators. Closes #1864
|
2022-08-22 19:25:16 -07:00 |
|
Gabe Kangas
|
c4479a0ffc
|
Add first pass at IndieAuth modal. For #1863
|
2022-08-20 16:16:24 -07:00 |
|
Gabe Kangas
|
68414445c2
|
Add support for changing user color in name modal. Closes #1805
|
2022-08-09 19:56:45 -07:00 |
|
Gabe Kangas
|
ccb97197c5
|
Fix chat array not being properly appended to
|
2022-06-29 11:50:56 -07:00 |
|
Gabe Kangas
|
6de93f9651
|
Move the favicons
|
2022-06-24 21:53:16 -07:00 |
|
Gabe Kangas
|
e08037b64a
|
Wire up chat message props. Add username highlighting. Closes #1921
|
2022-06-24 21:30:54 -07:00 |
|
Gabe Kangas
|
1684979187
|
Add working but unstyled notify registration modal
|
2022-05-29 22:08:57 -07:00 |
|
Gabe Kangas
|
1d213b71d4
|
Support changing your own name and handling name change events
|
2022-05-26 13:52:04 -07:00 |
|
Gabe Kangas
|
7b1667bf6a
|
Refactor app state to be a state machine with access selectors
|
2022-05-25 21:47:09 -07:00 |
|
Gabe Kangas
|
72c01e1b9a
|
Fix web project build errors
|
2022-05-11 23:31:31 -07:00 |
|
Gabe Kangas
|
8b07eb7457
|
Render chat messages that come over the socket
|
2022-05-03 13:01:50 -07:00 |
|
Gabe Kangas
|
15becc5121
|
Connect to websocket and start accepting messages
|
2022-05-02 22:13:36 -07:00 |
|