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
dd1cfb64db
- add <Col>s to areas with <Row>s for consitency
...
- give main content a fixed width so really wide forms dont look that funny
- fix to make markdown editor preview text black to address https://github.com/owncast/owncast/issues/726
2021-02-15 21:22:17 -08:00
gingervitis
97187f5541
lint for passing builds
2021-02-15 00:36:06 -08:00
gingervitis
8d5411a0d6
hella cleanup - index page items; use more Row/Cols to reduce custom css layout
2021-02-14 22:20:25 -08:00
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>
2021-02-06 19:38:58 -08:00
gingervitis
3eeb6eaece
linty things
2020-11-28 19:45:52 -08:00
gingervitis
3822e49591
fix chart margins
2020-11-28 18:14:08 -08:00
Gabe Kangas
c3a51cbfe0
Replace recharts with Chartkick + remove all the d3 utils
2020-11-25 00:07:46 -08:00
Gabe Kangas
475170f381
Fix left aligned statistic items
2020-11-23 21:13:30 -08:00
Gabe Kangas
d14743c396
Support centered and left-justified statistic views
2020-11-11 22:44:11 -08:00
Gabe Kangas
2fe1277cfa
Cleanup debug views
2020-11-11 19:48:12 -08:00
Gabe Kangas
6cafb29a8f
Customize legend titles. Hide empty graph lines. Update colors.
2020-11-11 19:05:38 -08:00
Gabe Kangas
eaafe57bb3
Show warnings even when offline
2020-11-07 23:00:02 -08:00
Gabe Kangas
20d0596233
WIP for some additional statistic views
2020-11-07 20:01:45 -08:00
Gabe Kangas
9b89955bb7
It builds
2020-11-01 00:46:20 -07:00
Gabe Kangas
34458c1676
Combine hardware graphs into a single graph
2020-10-28 19:28:52 -07:00
Gabe Kangas
df14a55429
Componentize a bit and consolidate some data
2020-10-28 18:36:25 -07:00
gingervitis
87d69e1665
sme typescripty formatting changes
2020-10-28 00:53:24 -07:00
Gabe Kangas
9e12d87edd
Some progress on charts
2020-10-26 23:53:04 -07:00
Ginger Wong
00fd087fde
some cleanup
2020-10-22 17:16:28 -07:00
Ginger Wong
a062856726
a bit of refactor, use context for overall broacast status; move files around for routing
2020-10-22 16:18:18 -07:00