Gabe Kangas
ea965847dc
Change how URLs are validated. Closes https://github.com/owncast/owncast/issues/728
4 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>
4 years ago
Gabe Kangas
64b41c4a57
Update description to mention where the new logo is stored, data dir
5 years ago
Gabe Kangas
8ea0daab69
Add width+height resizing to variant settings. Closes https://github.com/owncast/owncast/issues/700
5 years ago
Gabe Kangas
26bbd48d4d
Add reset YP setting. Closes https://github.com/owncast/owncast/issues/701
5 years ago
Gabe Kangas
0c4a10d2a3
Make url validation case insensitive. Fixes https://github.com/owncast/owncast/issues/698
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
Gabe Kangas
745ee8cced
Return the error message instead of the http status code
5 years ago
gingervitis
6d89fdf6c3
a fix for https://github.com/owncast/owncast/issues/691 (and some linting)
5 years ago
gingervitis
6e43870d41
cleanup some forms; break out major config styles into their own files
5 years ago
Gabe Kangas
e8c24fd2d4
Add alert message for global notifications
5 years ago
Gabe Kangas
ed80ac13b5
Remove disable upgrade check bool
5 years ago
Gabe Kangas
63649e9022
Tweak url validation pattern
5 years ago
Gabe Kangas
590811663a
Move streamTitle to status so it can be updated via status polls in the background
5 years ago
gingervitis
7501cfc548
revise Storage forms, and add basic validation to it; misc field cleanup
5 years ago
gingervitis
b26b8abb9b
finalize layout of textfields; add field status component
5 years ago
gingervitis
037e8f25a7
initial temp fixes on form fields
5 years ago
gingervitis
c255b81093
rename formfield files for clarity
5 years ago
Gabe Kangas
0c111c2c0b
Replace presets with cpu usage levels
5 years ago
gingervitis
dfa3d28b55
add input status utils
5 years ago
gingervitis
97b2e00eee
ts cleanup on some config components
5 years ago
gingervitis
5f70c77458
refactor forms to not use ant Form component; split server and instance details forms into their own components
5 years ago
gingervitis
ff51c168ff
reorganize styles and pages (wip); update readme
5 years ago
Gabe Kangas
fbffa732d4
Post-merge fixes
5 years ago
gingervitis
d1cc0dfd97
start on social links editing, wip
5 years ago
gingervitis
573d21d7e7
update segments editor to use new latency api
5 years ago
gingervitis
5b4178b667
cleanup
5 years ago
gingervitis
73dd084672
add segement slider editor
5 years ago
gingervitis
8458849d88
form fields for video config modal
5 years ago
gingervitis
e7e89556e7
apply config form flow to edit content page
5 years ago
gingervitis
5f0d7480bb
clean up and style tweaks
5 years ago
gingervitis
c61e7e9c14
- start a README to document config admin later - update constants - add instanceUrl field to public details; if empty, then turn off yp.enabled. - edit YP/Directory settings; hide if instanceUrl is empty - update toggleswitch logic
5 years ago
gingervitis
624ab72eb3
start organizing nav; start on Tags editing
5 years ago
gingervitis
f0e5bbae1f
- create default values for starter fields
...
- add starter api urls
- try and add TS types for initial components and objects
- cleanup status indicator on layout header
- create custom textfield for config form editing
5 years ago
gingervitis
f446385a7e
continue initial setup
5 years ago
Gabe Kangas
98b122f8c5
Add select all button to modals
5 years ago
Gabe Kangas
f3d4d095ae
Throw error if one exists so the UI can respond
5 years ago
Gabe Kangas
7b6fd6a93d
Change integration API paths
5 years ago
Gabe Kangas
ae1e8c5e74
New webhooks management admin page
5 years ago
Gabe Kangas
dd78f7c12b
First pass at access token creation page
5 years ago
Gabe Kangas
55ca050575
This seems to build?
5 years ago
gingervitis
1d30530afd
other TS cleanup
5 years ago
gingervitis
12201d0088
addressing type warnings; account for no-messages returned
5 years ago
Gabe Kangas
5345c124aa
Use auth'ed admin chat messages endpoint to get history
5 years ago
gingervitis
6cb8cee8b7
call update message api on toggle switch and update ui state
5 years ago
gingervitis
05b9634180
add nav item and page for chat; set up data table of messages
5 years ago
Gabe Kangas
dc41b21b92
Display video passthrough values properly + some tweaks
5 years ago
gingervitis
e3c0265469
include server config fetch in serverstatus context hook so config data can be provided across multiple views
5 years ago
gingervitis
2211572ba1
clean up of home section; now with styling
5 years ago
Gabe Kangas
3eb7b8b84a
Support API calls without auth and without cors
5 years ago