Bundle embedded web app
This commit is contained in:
parent
9288837f9d
commit
2a328a04e6
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
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
4
static/web/embed/chat/readonly/index.html
vendored
4
static/web/embed/chat/readonly/index.html
vendored
File diff suppressed because one or more lines are too long
4
static/web/embed/chat/readwrite/index.html
vendored
4
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
31
static/web/styles/admin/chat.css
vendored
31
static/web/styles/admin/chat.css
vendored
@ -2,22 +2,28 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.chat-messages .ant-table-cell.toggle-col label {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
.chat-messages .ant-table-cell .message-contents {
|
||||
overflow: auto;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.chat-messages .ant-table-cell .message-contents img {
|
||||
position: relative;
|
||||
margin-top: -5px;
|
||||
width: 3rem;
|
||||
max-height: 50px;
|
||||
max-width: 50px;
|
||||
padding: 0.25rem;
|
||||
}
|
||||
|
||||
.chat-messages .ant-table-cell .message-contents p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.chat-messages .bulk-editor {
|
||||
margin: 0.5rem 0;
|
||||
padding: 0.5rem;
|
||||
@ -34,42 +40,52 @@
|
||||
color: var(--theme-color-palette-10);
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.chat-messages .bulk-editor button {
|
||||
margin: 0 0.2rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.ant-table-filter-dropdown {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.toggle-switch {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-end;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
|
||||
.toggle-switch .outcome-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.toggle-switch.hidden {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
.toggle-switch.hidden:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.toggle-switch .ant-btn .anticon {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.toggle-switch .ant-btn:hover .anticon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.toggle-switch .ant-btn-text:hover {
|
||||
background-color: var(--theme-color-palette-10);
|
||||
}
|
||||
|
||||
.blockuser-popover {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.user-item-container {
|
||||
border: none;
|
||||
background: none;
|
||||
@ -79,32 +95,41 @@
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.user-item-container .display-name {
|
||||
color: var(--theme-color-palette-2);
|
||||
border-bottom: 1px dotted var(--theme-color-palette-10);
|
||||
}
|
||||
|
||||
.user-item-container:hover .display-name {
|
||||
border-color: var(--theme-color-palette-4);
|
||||
}
|
||||
|
||||
.user-details h5 {
|
||||
color: var(--theme-color-palette-0);
|
||||
}
|
||||
|
||||
.user-details .created-at {
|
||||
font-size: 0.75em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.user-details .connection-info {
|
||||
font-size: 0.88em;
|
||||
}
|
||||
|
||||
.user-details .previous-names-list {
|
||||
font-size: 0.88em;
|
||||
}
|
||||
|
||||
.user-details .previous-names-list .user-name-item {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.user-details .previous-names-list .latest {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.user-details .previous-names-list .latest .user-name-item {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
2
static/web/sw.js
vendored
2
static/web/sw.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user