owncast/web/pages
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
..
_app.tsx misc cleanup 2021-02-14 01:30:42 -08:00
access-tokens.tsx Fix layout of checkboxes in modals. Closes https://github.com/owncast/owncast/issues/945 2021-04-19 17:59:04 -07:00
actions.tsx fixes for various admin issues (#181) 2021-05-22 23:27:51 -07:00
chat.tsx hella cleanup - index page items; use more Row/Cols to reduce custom css layout 2021-02-14 22:20:25 -08:00
config-public-details.tsx add textarea field for custom css (#113) 2021-04-12 00:07:08 -07:00
config-server-details.tsx more cleanup 2021-02-14 01:45:08 -08:00
config-social-items.tsx misc cleanup 2021-02-14 01:30:42 -08:00
config-storage.tsx Prettified Code! 2021-03-04 08:54:26 +00:00
config-video.tsx fixes for various admin issues (#181) 2021-05-22 23:27:51 -07:00
hardware-info.tsx fixes for various admin issues (#181) 2021-05-22 23:27:51 -07:00
help.tsx fixes for various admin issues (#181) 2021-05-22 23:27:51 -07:00
index.tsx add news feed (#99) 2021-04-03 21:25:21 -07:00
logs.tsx move components folder and fix build errors (#18) 2021-02-06 19:38:58 -08:00
offline-notice.tsx Prettified Code! 2021-04-20 01:25:52 +00:00
upgrade.tsx fixes for various admin issues (#181) 2021-05-22 23:27:51 -07:00
viewer-info.tsx Stop leaking instances via links. Closes https://github.com/owncast/owncast/issues/822 2021-03-22 20:43:58 -07:00
webhooks.tsx fixes for various admin issues (#181) 2021-05-22 23:27:51 -07:00