Browse Source

Bundle embedded web app

pull/3461/head
Owncast 2 years ago
parent
commit
26c62600df
  1. 2
      static/web/404.html
  2. 2
      static/web/404/index.html
  3. 0
      static/web/_next/static/yV8YrcNlV2m-8I2PJLgT0/_buildManifest.js
  4. 0
      static/web/_next/static/yV8YrcNlV2m-8I2PJLgT0/_ssgManifest.js
  5. 2
      static/web/admin/access-tokens/index.html
  6. 2
      static/web/admin/actions/index.html
  7. 2
      static/web/admin/chat/emojis/index.html
  8. 2
      static/web/admin/chat/messages/index.html
  9. 2
      static/web/admin/chat/users/index.html
  10. 2
      static/web/admin/config-chat/index.html
  11. 2
      static/web/admin/config-federation/index.html
  12. 2
      static/web/admin/config-notify/index.html
  13. 2
      static/web/admin/config-social-items/index.html
  14. 2
      static/web/admin/config-video/index.html
  15. 2
      static/web/admin/config/general/index.html
  16. 2
      static/web/admin/config/server/index.html
  17. 2
      static/web/admin/federation/actions/index.html
  18. 2
      static/web/admin/federation/followers/index.html
  19. 2
      static/web/admin/hardware-info/index.html
  20. 2
      static/web/admin/help/index.html
  21. 2
      static/web/admin/index.html
  22. 2
      static/web/admin/logs/index.html
  23. 2
      static/web/admin/stream-health/index.html
  24. 2
      static/web/admin/upgrade/index.html
  25. 2
      static/web/admin/viewer-info/index.html
  26. 2
      static/web/admin/webhooks/index.html
  27. 4
      static/web/embed/chat/readonly/index.html
  28. 4
      static/web/embed/chat/readwrite/index.html
  29. 4
      static/web/embed/video/index.html
  30. 4
      static/web/index.html
  31. 20
      static/web/styles/admin/config-public-details.css
  32. 2
      static/web/sw.js

2
static/web/404.html vendored

File diff suppressed because one or more lines are too long

2
static/web/404/index.html vendored

File diff suppressed because one or more lines are too long

0
static/web/_next/static/Byj00qJ-6CeLrtyJJQQ2_/_buildManifest.js → static/web/_next/static/yV8YrcNlV2m-8I2PJLgT0/_buildManifest.js

0
static/web/_next/static/Byj00qJ-6CeLrtyJJQQ2_/_ssgManifest.js → static/web/_next/static/yV8YrcNlV2m-8I2PJLgT0/_ssgManifest.js

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

2
static/web/admin/config-federation/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-notify/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-social-items/index.html vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

2
static/web/admin/config/server/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/actions/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/followers/index.html vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

20
static/web/styles/admin/config-public-details.css vendored

@ -1,15 +1,19 @@ @@ -1,15 +1,19 @@
.config-public-details-page {
width: 100%;
}
.config-public-details-page .top-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
/* add and your next to each other for < 1200 */
@media (max-width: 1400px) {
.config-public-details-page .top-container {
flex-wrap: wrap;
}
.config-public-details-page .top-container .social-items-container {
display: flex;
flex-direction: row;
@ -19,55 +23,70 @@ @@ -19,55 +23,70 @@
width: 100%;
max-width: none;
}
.config-public-details-page .top-container .social-items-container .tags-module {
margin-right: 1em;
}
.config-public-details-page .top-container .social-items-container .form-module {
max-width: none;
}
}
/* everything comes into a single column*/
@media (max-width: 1400px) {
.config-public-details-page .top-container .social-items-container {
flex-direction: column;
}
.config-public-details-page .top-container .social-items-container .form-module {
width: 100%;
}
.config-public-details-page .top-container .social-items-container .tags-module {
margin-bottom: 0;
}
}
.config-public-details-page .instance-details-container {
width: 100%;
border-right: 1px solid #cbd0d8;
}
.config-public-details-page .social-items-container {
padding: 0 0.75em;
margin-left: 1em;
max-width: 450px;
}
.config-public-details-page .social-items-container .social-handles-container {
min-width: 350px;
}
.config-public-details-page .instance-details-container,
.config-public-details-page .page-content-module {
margin: 1em 0;
}
.config-public-details-page .field-summary textarea {
height: 6em !important;
}
.config-public-details-page .edit-custom-css #field-customStyles {
height: 15em;
width: 100%;
font-family: monospace;
resize: auto;
}
.other-field-container {
margin: 0.5em 0;
}
.logo-upload-container .input-group {
align-items: center;
}
.logo-upload-container img.logo-preview {
min-height: 120px;
min-width: 120px;
@ -77,6 +96,7 @@ @@ -77,6 +96,7 @@
display: inline-block;
border: 1px solid var(--theme-color-palette-5);
}
@media (min-width: 1400px) {
.instance-details-container {
width: 65% !important;

2
static/web/sw.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save