Gabe Kangas
a37e40ab27
Change the info message shown when changing admin password. Closes #2905
2 years ago
Gabe Kangas
642782a36c
Remove admin password generation+copy button. Add auto-generating stream keys. Closes #2683 and #2631
2 years ago
Gabe Kangas
6fbd6cbbcf
Lazy load every instance of using ant icons. Closes #2583
3 years ago
Gabe Kangas
d8a5380b7f
Fix some React lifecycle and rendering errors that exist in build
3 years ago
Gabe Kangas
cfaeda94b0
Lazy load more components. #2167
3 years ago
Gabe Kangas
7392ae8a54
Reorganize admin components to help bundling
3 years ago
Gabe Kangas
29882f1291
Lazy load tooltip
3 years ago
Gabe Kangas
d503c8a2e0
Updates to the admin to reflect new stream keys and admin password split
3 years ago
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>
3 years ago
Gabe Kangas
6f1ece7894
Add support for setting a socket override. https://github.com/owncast/owncast/issues/1378 ( #431 )
3 years ago
Meisam
9e2746fb52
rm chat disable btn from server settings page ( #260 )
4 years ago
Gabe Kangas
8bac350f61
Add server setting to disable chat ( #61 )
...
* Add server setting to disable chat
* Prettified Code!
Co-authored-by: gabek <gabek@users.noreply.github.com>
4 years ago
gingervitis
834ddafc9b
update readme; more style tweaks
4 years ago
gingervitis
a122ee6c42
Admin css overhaul pt2 ( #19 )
...
* tweaks to offline state in admin viewers page
If stream is offline, hide current viewers statistic and viewers table.
Also, change wording for describing max viewers.
* take out ant dark stylesheet, organize ant color overrides
* remove ant dark css; cleanup ant overrides; format public-detail page
* combine toggleswitch component style with textfield so layout can be shared
* fix toggleswitch status message placement
* - update styles for modals, collapses
- move reset dir into its own component
- assorted style cleanups ans consistencies
* hide entire advanced section for resetyp if no yp
* temp adjustments to video modal
* temp comment out toggle switch use for later'
* address PR comments
* lint
* update type
* allow warnings during lint
Co-authored-by: nebunez <uoj2y7wak869@opayq.net>
5 years ago
Gabe Kangas
26bbd48d4d
Add reset YP setting. Closes https://github.com/owncast/owncast/issues/701
5 years ago
nebunez
a123967645
move components folder and fix build errors ( #18 )
...
* move components folder and fix build errors
Fixes https://github.com/owncast/owncast/issues/689
* Prettified Code!
Co-authored-by: nebunez <nebunez@users.noreply.github.com>
5 years ago
Gabe Kangas
5c99b124aa
Continue to add doc links, update copy, and tweak alert messages
5 years ago
gingervitis
6e43870d41
cleanup some forms; break out major config styles into their own files
5 years ago
Gabe Kangas
e8c24fd2d4
Add alert message for global notifications
5 years ago
gingervitis
3db97f1bec
streamkey field style update
5 years ago
gingervitis
3488a259bd
rename status file for clarity; temp style fix for streamkey actions
5 years ago
gingervitis
7501cfc548
revise Storage forms, and add basic validation to it; misc field cleanup
5 years ago
gingervitis
b26b8abb9b
finalize layout of textfields; add field status component
5 years ago
gingervitis
67c160afdb
some prettifying ✨
5 years ago
gingervitis
ba65aa2406
add regular form field comp with no submit button
5 years ago
gingervitis
c255b81093
rename formfield files for clarity
5 years ago
nebunez
438161b373
Add random streamkey generation and copy key
...
closes #616
5 years ago
gingervitis
b37b57feda
fix streamtitle change field on index
5 years ago
gingervitis
5f70c77458
refactor forms to not use ant Form component; split server and instance details forms into their own components
5 years ago