gabek
5371559c74
Prettified Code!
5 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>
5 years ago
Gabe Kangas
9602538098
Truncate url and limit width of social content ( #89 )
...
* Truncate and limit width of social list. closes https://github.com/owncast/owncast/issues/845
* Remove new class and allow text to wrap in existing css class
5 years ago
Gabe Kangas
e244111bbb
Fix broken urls. Closes https://github.com/owncast/owncast/issues/798
5 years ago
gingervitis
a573898547
- address https://github.com/owncast/owncast/issues/780 to stop showing 'loading' on OK button when error is returned (applies for video variant modal and social icon modal)
...
- just use pre-exisiting const to render cpu table item
6 years ago
Gabe Kangas
8bd7c77a11
Fix linter suggestions
6 years ago
Gabe Kangas
e32e8d1bb3
Point to just the image path to try to resolve the built version of the admin image loading
6 years ago
gingervitis
8d5411a0d6
hella cleanup - index page items; use more Row/Cols to reduce custom css layout
6 years ago
gingervitis
682ddf96c3
more cleanup
6 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>
6 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>
6 years ago
gingervitis
6e43870d41
cleanup some forms; break out major config styles into their own files
6 years ago
Gabe Kangas
e3ea0e8f43
Move tags into the general settings page
6 years ago
Gabe Kangas
38a20d022d
Add support for some specific placeholders for correct social urls
6 years ago
gingervitis
3488a259bd
rename status file for clarity; temp style fix for streamkey actions
6 years ago
gingervitis
05167f77e5
adjust other status info areas
6 years ago
gingervitis
b26b8abb9b
finalize layout of textfields; add field status component
6 years ago
gingervitis
67c160afdb
some prettifying ✨
6 years ago
gingervitis
c92871278c
update readme. EVERYTHING ELSE IS WIP
6 years ago
gingervitis
ff51c168ff
reorganize styles and pages (wip); update readme
6 years ago
Gabe Kangas
8ddd780281
Disable social ok button if URL is not valid
6 years ago
gingervitis
9ad9791931
edit and update social links in modal
6 years ago
gingervitis
c3547f189d
edit social handles in modal, wip
6 years ago
gingervitis
d1cc0dfd97
start on social links editing, wip
6 years ago