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>
|
2021-05-22 23:27:51 -07:00 |
|
gingervitis
|
c5d4851296
|
add logo preview
|
2021-02-14 16:52:31 -08:00 |
|
gingervitis
|
d55e4dfe29
|
misc cleanup
|
2021-02-14 01:30:42 -08:00 |
|
Gabe Kangas
|
e0ce9a35ac
|
Fix typescript build errors
|
2020-11-16 14:32:37 -08:00 |
|
gingervitis
|
e3c0265469
|
include server config fetch in serverstatus context hook so config data can be provided across multiple views
|
2020-11-13 04:43:27 -08:00 |
|
Gabe Kangas
|
d1dbe16796
|
Hide pagination on upgrade asset table
|
2020-11-11 19:20:46 -08:00 |
|
Gabe Kangas
|
99cefa19c8
|
Remove random semicolons
|
2020-11-11 19:18:01 -08:00 |
|
Gabe Kangas
|
c4351a53bf
|
Replace broadcaster API call with generic server status call. Add upgrade check bool
|
2020-11-05 18:30:14 -08:00 |
|
Gabe Kangas
|
940cc1da71
|
Show/hide upgrade sidebar item
|
2020-11-03 18:15:38 -08:00 |
|
Gabe Kangas
|
0f06741309
|
Fix links
|
2020-11-02 21:38:56 -08:00 |
|
Gabe Kangas
|
9e4e6b2df3
|
Experiment with a new releases/upgrade page
|
2020-11-02 19:22:10 -08:00 |
|