mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Bundle embedded web app
This commit is contained in:
parent
84a0c2f169
commit
dd8fc72cbc
2
static/web/404.html
vendored
2
static/web/404.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/404/index.html
vendored
2
static/web/404/index.html
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
static/web/_next/static/chunks/3921-c82e7ca89e831bf6.js
vendored
Normal file
1
static/web/_next/static/chunks/3921-c82e7ca89e831bf6.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
static/web/admin/access-tokens/index.html
vendored
2
static/web/admin/access-tokens/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/actions/index.html
vendored
2
static/web/admin/actions/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/chat/emojis/index.html
vendored
2
static/web/admin/chat/emojis/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/chat/messages/index.html
vendored
2
static/web/admin/chat/messages/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/chat/users/index.html
vendored
2
static/web/admin/chat/users/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/config-chat/index.html
vendored
2
static/web/admin/config-chat/index.html
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
static/web/admin/config-notify/index.html
vendored
2
static/web/admin/config-notify/index.html
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
static/web/admin/config-video/index.html
vendored
2
static/web/admin/config-video/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/config/general/index.html
vendored
2
static/web/admin/config/general/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/config/server/index.html
vendored
2
static/web/admin/config/server/index.html
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
static/web/admin/hardware-info/index.html
vendored
2
static/web/admin/hardware-info/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/help/index.html
vendored
2
static/web/admin/help/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/index.html
vendored
2
static/web/admin/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/logs/index.html
vendored
2
static/web/admin/logs/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/stream-health/index.html
vendored
2
static/web/admin/stream-health/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/upgrade/index.html
vendored
2
static/web/admin/upgrade/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/viewer-info/index.html
vendored
2
static/web/admin/viewer-info/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/admin/webhooks/index.html
vendored
2
static/web/admin/webhooks/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/embed/chat/readonly/index.html
vendored
2
static/web/embed/chat/readonly/index.html
vendored
File diff suppressed because one or more lines are too long
2
static/web/embed/chat/readwrite/index.html
vendored
2
static/web/embed/chat/readwrite/index.html
vendored
File diff suppressed because one or more lines are too long
4
static/web/embed/video/index.html
vendored
4
static/web/embed/video/index.html
vendored
File diff suppressed because one or more lines are too long
4
static/web/index.html
vendored
4
static/web/index.html
vendored
File diff suppressed because one or more lines are too long
51
static/web/styles/admin/home.css
vendored
51
static/web/styles/admin/home.css
vendored
@ -1,29 +1,60 @@
|
|||||||
.home-container .online-status-section {
|
.home-container .online-status-section {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-container .online-status-section .online-details-card {
|
.home-container .online-status-section .online-details-card {
|
||||||
border-color: var(--theme-color-palette-6);
|
border-color: var(--theme-color-palette-15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-container .stream-details-item-container {
|
.home-container .stream-details-item-container {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-container .stream-details-item-container:first-of-type {
|
.home-container .stream-details-item-container:first-of-type {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-container .stream-details > .ant-card-bordered {
|
.home-container .stream-details > .ant-card-bordered {
|
||||||
border-color: rgba(255, 255, 255, 0.1);
|
border-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home-container .ant-card-small > .ant-card-head {
|
||||||
|
background-color: var(--primary-3);
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-page .ant-card-body {
|
||||||
|
background-color: var(--theme-color-palette-15);
|
||||||
|
border-radius: var(--theme-rounded-corners);
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-page .line-chart-container {
|
||||||
|
background-color: var(--theme-color-palette-15);
|
||||||
|
border-radius: var(--theme-rounded-corners);
|
||||||
|
margin: 10px 0px 10px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-page th {
|
||||||
|
background-color: var(--theme-color-palette-15);
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-page .ant-btn-default {
|
||||||
|
background-color: var(--theme-color-palette-14);
|
||||||
|
}
|
||||||
|
|
||||||
.home-container .outbound-details {
|
.home-container .outbound-details {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.offline-content .list-section {
|
.offline-content .list-section {
|
||||||
/* background-color: var(--theme-color-palette-3); */
|
background-color: var(--theme-color-palette-15);
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.offline-content .list-section > .ant-card {
|
.offline-content .list-section > .ant-card {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.offline-intro {
|
.offline-intro {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -31,33 +62,42 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.offline-intro .logo-svg {
|
.offline-intro .logo-svg {
|
||||||
height: 6em;
|
height: 6em;
|
||||||
width: 6em;
|
width: 6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-feed {
|
.news-feed {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
border: 1px solid var(--theme-color-palette-15);
|
border: 1px solid var(--theme-color-palette-15);
|
||||||
|
background-color: var(--theme-color-palette-15);
|
||||||
|
border-radius: var(--theme-rounded-corners);
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-feed h2 {
|
.news-feed h2 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
color: var(--theme-color-palette-11);
|
color: var(--theme-color-palette-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-feed article {
|
.news-feed article {
|
||||||
padding: 1em 0.25em;
|
padding: 1em 0.25em;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
color: var(--white-75);
|
color: var(--white-75);
|
||||||
border-bottom: 1px solid var(--theme-color-palette-10);
|
border-bottom: 1px solid var(--theme-color-palette-15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-feed article h3 {
|
.news-feed article h3 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-feed article h3 a {
|
.news-feed article h3 a {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-feed article .timestamp {
|
.news-feed article .timestamp {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
@ -65,7 +105,8 @@
|
|||||||
|
|
||||||
.ant-collapse > .ant-collapse-item:last-child,
|
.ant-collapse > .ant-collapse-item:last-child,
|
||||||
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
||||||
background-color: var(--theme-color-palette-5);
|
background-color: var(--theme-color-palette-3);
|
||||||
|
border-radius: var(--theme-rounded-corners);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-body {
|
.ant-card-body {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user