James Young
|
d1f3fffe2f
|
reafctor: normalize component formatting (#2082)
* refactor: move/rename BanUserButton file
* refactor: move/rename Chart file
* refactor: update generic component filenames to PascalCase
* refactor: update config component filenames to PascalCase
* refactor: update AdminLayout component filename to PascalCase
* refactor: update/move VideoJS component
* chore(eslint): disable bad react/require-default-props rule
* refactor: normalize ActionButton component
* refactor: normalize ActionButtonRow component
* refactor: normalize FollowButton component
* refactor: normalize NotifyButton component
* refactor: normalize ChatActionMessage component
* refactor: normalize ChatContainer component
* refactor: normalize ChatJoinMessage component
* refactor: normalize ChatModerationActionMenu component
* refactor: normalize ChatModerationDetailsModal component
* refactor: normalize ChatModeratorNotification component
* refactor: normalize ChatSocialMessage component
* refactor: normalize ChatSystemMessage component
* refactor: normalize ChatTextField component
* refactor: normalize ChatUserBadge component
* refactor: normalize ChatUserMessage component
* refactor: normalize ContentHeader component
* refactor: normalize OwncastLogo component
* refactor: normalize UserDropdown component
* chore(eslint): modify react/function-component-definition rule
* refactor: normalize CodecSelector component
* refactor: update a bunch of functional components using eslint
* refactor: update a bunch of functional components using eslint, pt2
* refactor: update a bunch of functional components using eslint, pt3
* refactor: replace all component->component default imports with named imports
* refactor: replace all component-stories->component default imports with named imports
* refactor: remove default exports from most components
* chore(eslint): add eslint config files for the components and pages dirs
* fix: use-before-define error in ChatContainer
* Fix ChatContainer import
* Only process .tsx files in Next builds
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
|
3 years ago |
Gabe Kangas
|
79bfa0145f
|
Moved admin to /admin and created blank placeholder for v2 frontend
|
3 years ago |
Gabe Kangas
|
65efdb91b9
|
Add stream health overview component
|
3 years ago |
Joshua T
|
4661cb67aa
|
Move `offline-notice` component to components dir (#331)
|
4 years ago |
gingervitis
|
2c86fa34fd
|
add news feed (#99)
* add news feed
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
|
4 years ago |
Gabe Kangas
|
e3472226d2
|
Add offline homepage info box about the directory if it's disabled
|
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 |
Gabe Kangas
|
d557788434
|
Put stream title input in the global header
|
5 years ago |
gingervitis
|
c255b81093
|
rename formfield files for clarity
|
5 years ago |
gingervitis
|
579a0a8838
|
make basic form field wit no submit, so a submit text field can compose it
|
5 years ago |
gingervitis
|
b37b57feda
|
fix streamtitle change field on index
|
5 years ago |
Gabe Kangas
|
81392ee2cf
|
Try to get the stream title text field working. Failing.
|
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 |
Gabe Kangas
|
d2adda123c
|
Throw a stream title input on the dashboard
|
5 years ago |
Gabe Kangas
|
82a16c7d05
|
Use new current broadcast info for admin dashboard data
|
5 years ago |
Gabe Kangas
|
7822860f2c
|
Remove stream key from admin dashboard. Closes https://github.com/owncast/owncast/issues/615
|
5 years ago |
Gabe Kangas
|
8782d54e49
|
Fix zero being shown for peak viewer count. Closes https://github.com/owncast/owncast/issues/445
|
5 years ago |
Gabe Kangas
|
05e701df6f
|
Make error log show up on home screen. Fix key. Closes https://github.com/owncast/owncast/issues/429
|
5 years ago |
gingervitis
|
cd1eadebc1
|
fix for #408
|
5 years ago |
Gabe Kangas
|
f55901064c
|
Use unkonwn fallback string for values not supplied by remote encoder.
Closes https://github.com/owncast/owncast/issues/403
|
5 years ago |
Gabe Kangas
|
a56d5e47b9
|
Display remote encoder software in the admin
|
5 years ago |
gingervitis
|
3eeb6eaece
|
linty things
|
5 years ago |
gingervitis
|
ced7a7ca82
|
cleanup
|
5 years ago |
gingervitis
|
5a4f380009
|
update some home styles
|
5 years ago |
gingervitis
|
1c40d2d428
|
fix react warnings on config page
|
5 years ago |
gingervitis
|
f691678105
|
edit side nav so viewers is not in a section
|
5 years ago |
gingervitis
|
3cd552cba8
|
fixed side nav
|
5 years ago |
Gabe Kangas
|
dc41b21b92
|
Display video passthrough values properly + some tweaks
|
5 years ago |
Gabe Kangas
|
8787e3421b
|
Show framerate of inbound video stream
|
5 years ago |
Gabe Kangas
|
59f63e5438
|
Rename sidebar items. Give admin a title. Link to app favicon.
|
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
|
72d9ff4edb
|
assorted cleanup
|
5 years ago |
gingervitis
|
2211572ba1
|
clean up of home section; now with styling
|
5 years ago |
Gabe Kangas
|
f2499ebb5d
|
Fix typescript errors
|
5 years ago |
Gabe Kangas
|
4ab6e5df51
|
Add more offline content to admin home page
|
5 years ago |
Gabe Kangas
|
eaafe57bb3
|
Show warnings even when offline
|
5 years ago |
gingervitis
|
1a2dbd8d75
|
make offline view a sep componenet
|
5 years ago |
Gabe Kangas
|
c4351a53bf
|
Replace broadcaster API call with generic server status call. Add upgrade check bool
|
5 years ago |
Gabe Kangas
|
ac641ee7d6
|
Start some home screen instructions
|
5 years ago |
Gabe Kangas
|
5f1519d722
|
Use logo in home page empty state
|
5 years ago |
Gabe Kangas
|
9b89955bb7
|
It builds
|
5 years ago |
Gabe Kangas
|
1f4169c45a
|
Add logs
|
5 years ago |
Gabe Kangas
|
9689f66d2e
|
Add config values to home overview
|
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
|
049012485e
|
Add server overview home page
|
5 years ago |
Ginger Wong
|
00fd087fde
|
some cleanup
|
5 years ago |
Gabe Kangas
|
fe6c285b43
|
Add linting and code formatting
|
5 years ago |
Gabe Kangas
|
0f74e1988f
|
Bootstrap the admin project
|
5 years ago |