Gabe Kangas
701e57a580
Fix CPU usage descripting mapping. Fixes #2682
2 years ago
Gabe Kangas
5556653021
Position confirmation popover. Closes #2611
3 years ago
Gabe Kangas
6fbd6cbbcf
Lazy load every instance of using ant icons. Closes #2583
3 years ago
Gabe Kangas
7392ae8a54
Reorganize admin components to help bundling
3 years ago
Jambaldorj Ochirpurev
cc81f2a68e
Fix video config admin modal layout ( #2414 )
...
* update the UI of admin video config modal
* fix the Video Config UI
* Prettified Code!
* update the VideoVarientForm.tsx
* Prettified Code!
Co-authored-by: dorj222 <dorj222@users.noreply.github.com>
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
gingervitis
d0eb1446f3
fixes for various admin issues ( #181 )
...
* up max char count for variant name to fix https://github.com/owncast/owncast/issues/1037
* max widthing the line chart canvas size so it scales with the page.
fixes
- https://github.com/owncast/owncast/issues/842
- https://github.com/owncast/owncast/issues/1024
* A fix to make Storage Endpoint URL validation have better feedback.
- give the field a type of "url"
- give the field a pattern to check
- have native browser handle the validation
- if the field is invalid, use :invalid selector to turn the text red on blur.
fixes: https://github.com/owncast/owncast/issues/1000
* a fix for https://github.com/owncast/owncast/issues/874
* - fixes for https://github.com/owncast/owncast/issues/972
Add optional prop to text field to trim() whitespaces from field. Apply logic to mostly url fields.
- move textfield blur if invalid turn red to globaal
* - a fix for bug: https://github.com/owncast/owncast/issues/998
don't return null if platform name not found because its custom.
- clean up react key problem on socialhandles table
* fix react key issue on Actions table
* fix for https://github.com/owncast/owncast/issues/1008 to display 'other' field when editing an item not in predefined social list
* clean up other potential react key warnings
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
4 years ago
Gabe Kangas
2a5d8d37d0
Layout and text around codec selection
4 years ago
Gabe Kangas
dba1654807
Fix links
4 years ago
Gabe Kangas
6669d9e425
Support setting a custom name for a stream output variant ( #64 )
...
* Display+set video stream output variant names
* Merge in admin updates
* Prettified Code!
* Fix build
* Prettified Code!
Co-authored-by: gabek <gabek@users.noreply.github.com>
4 years ago
gabek
98b038e426
Prettified Code!
4 years ago
Gabe Kangas
f64699b379
Add source param to documentation links
4 years ago
gingervitis
7958fc6b32
fix react warning
4 years ago
Gabe Kangas
55f5406e5f
Default empty width/height as 0 when cleared. Closes https://github.com/owncast/owncast/issues/781
4 years ago
gingervitis
49269dd175
Gw/videovariantfixes ( #53 )
...
* A fix for issue https://github.com/owncast/owncast/issues/770
- merge CPU slider functionality into main video variant form
- move slider constants into contants file for consistency and to reduce clutter on variant form file
* disable other forms and add a notice about vieo passthrough enabling
* Prettified Code!
* Tweak message text
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: gabek <gabek@users.noreply.github.com>
4 years ago
Bradley Hilton
5f1cacf093
Add targets to most of the doc links ( #50 )
...
* Add targets to most of the doc links. Should fix #49
* Prettified Code!
Co-authored-by: graywolf336 <graywolf336@users.noreply.github.com>
4 years ago
gabek
7da9a4dd08
Prettified Code!
4 years ago
Gabe Kangas
03df7fecba
Support passthrough in video settings + link to docs
4 years ago
gingervitis
bc27ded3f3
add video passthrough field
4 years ago
gabek
a8da1da5ae
Prettified Code!
4 years ago
Gabe Kangas
2938777022
Add 90fps as an option, tweak cpu usage + bitrate notes
4 years ago
gabek
259ac676ff
Prettified Code!
4 years ago
Gabe Kangas
ee5e462c59
Update hint texts and add links to documentation
4 years ago
gingervitis
834ddafc9b
update readme; more style tweaks
4 years ago
gingervitis
8d5411a0d6
hella cleanup - index page items; use more Row/Cols to reduce custom css layout
4 years ago
gingervitis
220c48432f
clean up video config forms and styling
4 years ago
gingervitis
a67adc9393
rename toggleswitch-with-submit to just toggleswitch since by default it now will not submit unless you give it a prop to
4 years ago
nebunez
36b286eac2
update video-variant-form
...
Change min and max values, update slider marks, and add more
descriptive notes for framerate and video bitrate fields.
Closes #715
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
48a1b61868
Fix the NaN for the width/height settings
5 years ago
Gabe Kangas
8ea0daab69
Add width+height resizing to variant settings. Closes https://github.com/owncast/owncast/issues/700
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
gingervitis
6e43870d41
cleanup some forms; break out major config styles into their own files
5 years ago
Gabe Kangas
5e2c1a42b0
Set some actual values in admin video forms
5 years ago
Gabe Kangas
25766003d7
At least for the time being hide the audio configuration, nobody uses it
5 years ago
gingervitis
67c160afdb
some prettifying ✨
5 years ago
Gabe Kangas
0c111c2c0b
Replace presets with cpu usage levels
5 years ago
gingervitis
5b4178b667
cleanup
5 years ago
gingervitis
73dd084672
add segement slider editor
5 years ago
gingervitis
2ddce9b75a
get variant modal to submit to api and update values
5 years ago
gingervitis
8458849d88
form fields for video config modal
5 years ago