Gabe Kangas
79bfa0145f
Moved admin to /admin and created blank placeholder for v2 frontend
3 years ago
Gabe Kangas
4ba6822b33
Round hardware usage values. Closes https://github.com/owncast/owncast/issues/1815
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
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
5 years ago
gingervitis
97187f5541
lint for passing builds
5 years ago
gingervitis
8d5411a0d6
hella cleanup - index page items; use more Row/Cols to reduce custom css layout
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
3eeb6eaece
linty things
5 years ago
gingervitis
3822e49591
fix chart margins
5 years ago
Gabe Kangas
c3a51cbfe0
Replace recharts with Chartkick + remove all the d3 utils
5 years ago
Gabe Kangas
475170f381
Fix left aligned statistic items
5 years ago
Gabe Kangas
d14743c396
Support centered and left-justified statistic views
5 years ago
Gabe Kangas
2fe1277cfa
Cleanup debug views
5 years ago
Gabe Kangas
6cafb29a8f
Customize legend titles. Hide empty graph lines. Update colors.
5 years ago
Gabe Kangas
eaafe57bb3
Show warnings even when offline
5 years ago
Gabe Kangas
20d0596233
WIP for some additional statistic views
5 years ago
Gabe Kangas
9b89955bb7
It builds
5 years ago
Gabe Kangas
34458c1676
Combine hardware graphs into a single graph
5 years ago
Gabe Kangas
df14a55429
Componentize a bit and consolidate some data
5 years ago
gingervitis
87d69e1665
sme typescripty formatting changes
5 years ago
Gabe Kangas
9e12d87edd
Some progress on charts
5 years ago
Ginger Wong
00fd087fde
some cleanup
5 years ago
Ginger Wong
a062856726
a bit of refactor, use context for overall broacast status; move files around for routing
5 years ago
Ginger Wong
98ae9c43d3
add notes; remove victory charts, try recharts
5 years ago
Ginger Wong
c6c14bf216
initial rough setup
5 years ago