diff --git a/priv/static/index.html b/priv/static/index.html index 3ef4baa26..80820166a 100644 --- a/priv/static/index.html +++ b/priv/static/index.html @@ -1 +1 @@ -Pleroma
\ No newline at end of file +Pleroma
\ No newline at end of file diff --git a/priv/static/static/css/app.493b9b5acee37ba97824.css.map b/priv/static/static/css/app.493b9b5acee37ba97824.css.map deleted file mode 100644 index 91399d605..000000000 --- a/priv/static/static/css/app.493b9b5acee37ba97824.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///./src/components/tab_switcher/tab_switcher.scss","webpack:///./src/hocs/with_load_more/with_load_more.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,C;ACtOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,C","file":"static/css/app.493b9b5acee37ba97824.css","sourcesContent":[".tab-switcher {\n display: -ms-flexbox;\n display: flex;\n}\n.tab-switcher .tab-icon {\n font-size: 2em;\n display: block;\n}\n.tab-switcher.top-tabs {\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.tab-switcher.top-tabs > .tabs {\n width: 100%;\n overflow-y: hidden;\n overflow-x: auto;\n padding-top: 5px;\n -ms-flex-direction: row;\n flex-direction: row;\n}\n.tab-switcher.top-tabs > .tabs::after, .tab-switcher.top-tabs > .tabs::before {\n content: \"\";\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n border-bottom: 1px solid;\n border-bottom-color: #222;\n border-bottom-color: var(--border, #222);\n}\n.tab-switcher.top-tabs > .tabs .tab-wrapper {\n height: 28px;\n}\n.tab-switcher.top-tabs > .tabs .tab-wrapper:not(.active)::after {\n left: 0;\n right: 0;\n bottom: 0;\n border-bottom: 1px solid;\n border-bottom-color: #222;\n border-bottom-color: var(--border, #222);\n}\n.tab-switcher.top-tabs > .tabs .tab {\n width: 100%;\n min-width: 1px;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n padding-bottom: 99px;\n margin-bottom: -93px;\n}\n.tab-switcher.top-tabs .contents.scrollable-tabs {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n}\n.tab-switcher.side-tabs {\n -ms-flex-direction: row;\n flex-direction: row;\n}\n@media all and (max-width: 800px) {\n .tab-switcher.side-tabs {\n overflow-x: auto;\n }\n}\n.tab-switcher.side-tabs > .contents {\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.tab-switcher.side-tabs > .tabs {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n overflow-y: auto;\n overflow-x: hidden;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.tab-switcher.side-tabs > .tabs::after, .tab-switcher.side-tabs > .tabs::before {\n -ms-flex-negative: 0;\n flex-shrink: 0;\n -ms-flex-preferred-size: 0.5em;\n flex-basis: 0.5em;\n content: \"\";\n border-right: 1px solid;\n border-right-color: #222;\n border-right-color: var(--border, #222);\n}\n.tab-switcher.side-tabs > .tabs::after {\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n.tab-switcher.side-tabs > .tabs::before {\n -ms-flex-positive: 0;\n flex-grow: 0;\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper {\n min-width: 10em;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n@media all and (max-width: 800px) {\n .tab-switcher.side-tabs > .tabs .tab-wrapper {\n min-width: 1em;\n }\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper:not(.active)::after {\n top: 0;\n right: 0;\n bottom: 0;\n border-right: 1px solid;\n border-right-color: #222;\n border-right-color: var(--border, #222);\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper::before {\n -ms-flex: 0 0 6px;\n flex: 0 0 6px;\n content: \"\";\n border-right: 1px solid;\n border-right-color: #222;\n border-right-color: var(--border, #222);\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper:last-child .tab {\n margin-bottom: 0;\n}\n.tab-switcher.side-tabs > .tabs .tab {\n -ms-flex: 1;\n flex: 1;\n box-sizing: content-box;\n min-width: 10em;\n min-width: 1px;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n padding-left: 1em;\n padding-right: calc(1em + 200px);\n margin-right: -200px;\n margin-left: 1em;\n}\n@media all and (max-width: 800px) {\n .tab-switcher.side-tabs > .tabs .tab {\n padding-left: 0.25em;\n padding-right: calc(.25em + 200px);\n margin-right: calc(.25em - 200px);\n margin-left: 0.25em;\n }\n .tab-switcher.side-tabs > .tabs .tab .text {\n display: none;\n }\n}\n.tab-switcher .contents {\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n min-height: 0px;\n}\n.tab-switcher .contents .hidden {\n display: none;\n}\n.tab-switcher .contents .full-height:not(.hidden) {\n height: 100%;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.tab-switcher .contents .full-height:not(.hidden) > *:not(.mobile-label) {\n -ms-flex: 1;\n flex: 1;\n}\n.tab-switcher .contents.scrollable-tabs {\n overflow-y: auto;\n}\n.tab-switcher .tab {\n position: relative;\n white-space: nowrap;\n padding: 6px 1em;\n background-color: #182230;\n background-color: var(--tab, #182230);\n}\n.tab-switcher .tab, .tab-switcher .tab:active .tab-icon {\n color: #b9b9ba;\n color: var(--tabText, #b9b9ba);\n}\n.tab-switcher .tab:not(.active) {\n z-index: 4;\n}\n.tab-switcher .tab:not(.active):hover {\n z-index: 6;\n}\n.tab-switcher .tab.active {\n background: transparent;\n z-index: 5;\n color: #b9b9ba;\n color: var(--tabActiveText, #b9b9ba);\n}\n.tab-switcher .tab img {\n max-height: 26px;\n vertical-align: top;\n margin-top: -5px;\n}\n.tab-switcher .tabs {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n box-sizing: border-box;\n}\n.tab-switcher .tabs::after, .tab-switcher .tabs::before {\n display: block;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.tab-switcher .tab-wrapper {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n.tab-switcher .tab-wrapper:not(.active)::after {\n content: \"\";\n position: absolute;\n z-index: 7;\n}\n.tab-switcher .mobile-label {\n padding-left: 0.3em;\n padding-bottom: 0.25em;\n margin-top: 0.5em;\n margin-left: 0.2em;\n margin-bottom: 0.25em;\n border-bottom: 1px solid var(--border, #222);\n}\n@media all and (min-width: 800px) {\n .tab-switcher .mobile-label {\n display: none;\n }\n}",".with-load-more-footer {\n padding: 10px;\n text-align: center;\n border-top: 1px solid;\n border-top-color: #222;\n border-top-color: var(--border, #222);\n}\n.with-load-more-footer .error {\n font-size: 14px;\n}"],"sourceRoot":""} \ No newline at end of file diff --git a/priv/static/static/css/app.493b9b5acee37ba97824.css b/priv/static/static/css/app.77b1644622e3bae24b6b.css similarity index 98% rename from priv/static/static/css/app.493b9b5acee37ba97824.css rename to priv/static/static/css/app.77b1644622e3bae24b6b.css index f30033af6..8038882c0 100644 Binary files a/priv/static/static/css/app.493b9b5acee37ba97824.css and b/priv/static/static/css/app.77b1644622e3bae24b6b.css differ diff --git a/priv/static/static/css/app.77b1644622e3bae24b6b.css.map b/priv/static/static/css/app.77b1644622e3bae24b6b.css.map new file mode 100644 index 000000000..4b042ef35 --- /dev/null +++ b/priv/static/static/css/app.77b1644622e3bae24b6b.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///./src/components/tab_switcher/tab_switcher.scss","webpack:///./src/hocs/with_load_more/with_load_more.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,C;ACtOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,C","file":"static/css/app.77b1644622e3bae24b6b.css","sourcesContent":[".tab-switcher {\n display: -ms-flexbox;\n display: flex;\n}\n.tab-switcher .tab-icon {\n font-size: 2em;\n display: block;\n}\n.tab-switcher.top-tabs {\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.tab-switcher.top-tabs > .tabs {\n width: 100%;\n overflow-y: hidden;\n overflow-x: auto;\n padding-top: 5px;\n -ms-flex-direction: row;\n flex-direction: row;\n}\n.tab-switcher.top-tabs > .tabs::after, .tab-switcher.top-tabs > .tabs::before {\n content: \"\";\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n border-bottom: 1px solid;\n border-bottom-color: #222;\n border-bottom-color: var(--border, #222);\n}\n.tab-switcher.top-tabs > .tabs .tab-wrapper {\n height: 28px;\n}\n.tab-switcher.top-tabs > .tabs .tab-wrapper:not(.active)::after {\n left: 0;\n right: 0;\n bottom: 0;\n border-bottom: 1px solid;\n border-bottom-color: #222;\n border-bottom-color: var(--border, #222);\n}\n.tab-switcher.top-tabs > .tabs .tab {\n width: 100%;\n min-width: 1px;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n padding-bottom: 99px;\n margin-bottom: -93px;\n}\n.tab-switcher.top-tabs .contents.scrollable-tabs {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n}\n.tab-switcher.side-tabs {\n -ms-flex-direction: row;\n flex-direction: row;\n}\n@media all and (max-width: 800px) {\n .tab-switcher.side-tabs {\n overflow-x: auto;\n }\n}\n.tab-switcher.side-tabs > .contents {\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.tab-switcher.side-tabs > .tabs {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n overflow-y: auto;\n overflow-x: hidden;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.tab-switcher.side-tabs > .tabs::after, .tab-switcher.side-tabs > .tabs::before {\n -ms-flex-negative: 0;\n flex-shrink: 0;\n -ms-flex-preferred-size: 0.5em;\n flex-basis: 0.5em;\n content: \"\";\n border-right: 1px solid;\n border-right-color: #222;\n border-right-color: var(--border, #222);\n}\n.tab-switcher.side-tabs > .tabs::after {\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n.tab-switcher.side-tabs > .tabs::before {\n -ms-flex-positive: 0;\n flex-grow: 0;\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper {\n min-width: 10em;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n@media all and (max-width: 800px) {\n .tab-switcher.side-tabs > .tabs .tab-wrapper {\n min-width: 1em;\n }\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper:not(.active)::after {\n top: 0;\n right: 0;\n bottom: 0;\n border-right: 1px solid;\n border-right-color: #222;\n border-right-color: var(--border, #222);\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper::before {\n -ms-flex: 0 0 6px;\n flex: 0 0 6px;\n content: \"\";\n border-right: 1px solid;\n border-right-color: #222;\n border-right-color: var(--border, #222);\n}\n.tab-switcher.side-tabs > .tabs .tab-wrapper:last-child .tab {\n margin-bottom: 0;\n}\n.tab-switcher.side-tabs > .tabs .tab {\n -ms-flex: 1;\n flex: 1;\n box-sizing: content-box;\n min-width: 10em;\n min-width: 1px;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n padding-left: 1em;\n padding-right: calc(1em + 200px);\n margin-right: -200px;\n margin-left: 1em;\n}\n@media all and (max-width: 800px) {\n .tab-switcher.side-tabs > .tabs .tab {\n padding-left: 0.25em;\n padding-right: calc(.25em + 200px);\n margin-right: calc(.25em - 200px);\n margin-left: 0.25em;\n }\n .tab-switcher.side-tabs > .tabs .tab .text {\n display: none;\n }\n}\n.tab-switcher .contents {\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n min-height: 0px;\n}\n.tab-switcher .contents .hidden {\n display: none;\n}\n.tab-switcher .contents .full-height:not(.hidden) {\n height: 100%;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.tab-switcher .contents .full-height:not(.hidden) > *:not(.mobile-label) {\n -ms-flex: 1;\n flex: 1;\n}\n.tab-switcher .contents.scrollable-tabs {\n overflow-y: auto;\n}\n.tab-switcher .tab {\n position: relative;\n white-space: nowrap;\n padding: 6px 1em;\n background-color: #182230;\n background-color: var(--tab, #182230);\n}\n.tab-switcher .tab, .tab-switcher .tab:active .tab-icon {\n color: #b9b9ba;\n color: var(--tabText, #b9b9ba);\n}\n.tab-switcher .tab:not(.active) {\n z-index: 4;\n}\n.tab-switcher .tab:not(.active):hover {\n z-index: 6;\n}\n.tab-switcher .tab.active {\n background: transparent;\n z-index: 5;\n color: #b9b9ba;\n color: var(--tabActiveText, #b9b9ba);\n}\n.tab-switcher .tab img {\n max-height: 26px;\n vertical-align: top;\n margin-top: -5px;\n}\n.tab-switcher .tabs {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n box-sizing: border-box;\n}\n.tab-switcher .tabs::after, .tab-switcher .tabs::before {\n display: block;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.tab-switcher .tab-wrapper {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n.tab-switcher .tab-wrapper:not(.active)::after {\n content: \"\";\n position: absolute;\n z-index: 7;\n}\n.tab-switcher .mobile-label {\n padding-left: 0.3em;\n padding-bottom: 0.25em;\n margin-top: 0.5em;\n margin-left: 0.2em;\n margin-bottom: 0.25em;\n border-bottom: 1px solid var(--border, #222);\n}\n@media all and (min-width: 800px) {\n .tab-switcher .mobile-label {\n display: none;\n }\n}",".with-load-more-footer {\n padding: 10px;\n text-align: center;\n border-top: 1px solid;\n border-top-color: #222;\n border-top-color: var(--border, #222);\n}\n.with-load-more-footer .error {\n font-size: 14px;\n}\n.with-load-more-footer a {\n cursor: pointer;\n}"],"sourceRoot":""} \ No newline at end of file diff --git a/priv/static/static/font/fontello.1594134783339.woff b/priv/static/static/font/fontello.1594134783339.woff deleted file mode 100644 index 89a337131..000000000 Binary files a/priv/static/static/font/fontello.1594134783339.woff and /dev/null differ diff --git a/priv/static/static/font/fontello.1594134783339.woff2 b/priv/static/static/font/fontello.1594134783339.woff2 deleted file mode 100644 index 054169bd2..000000000 Binary files a/priv/static/static/font/fontello.1594134783339.woff2 and /dev/null differ diff --git a/priv/static/static/font/fontello.1594134783339.eot b/priv/static/static/font/fontello.1594374054351.eot similarity index 89% rename from priv/static/static/font/fontello.1594134783339.eot rename to priv/static/static/font/fontello.1594374054351.eot index bc98d606d..62b619386 100644 Binary files a/priv/static/static/font/fontello.1594134783339.eot and b/priv/static/static/font/fontello.1594374054351.eot differ diff --git a/priv/static/static/font/fontello.1594134783339.svg b/priv/static/static/font/fontello.1594374054351.svg similarity index 98% rename from priv/static/static/font/fontello.1594134783339.svg rename to priv/static/static/font/fontello.1594374054351.svg index a5342209d..71b5d70af 100644 --- a/priv/static/static/font/fontello.1594134783339.svg +++ b/priv/static/static/font/fontello.1594374054351.svg @@ -90,6 +90,8 @@ + + diff --git a/priv/static/static/font/fontello.1594134783339.ttf b/priv/static/static/font/fontello.1594374054351.ttf similarity index 89% rename from priv/static/static/font/fontello.1594134783339.ttf rename to priv/static/static/font/fontello.1594374054351.ttf index 458e88f9e..be55bef81 100644 Binary files a/priv/static/static/font/fontello.1594134783339.ttf and b/priv/static/static/font/fontello.1594374054351.ttf differ diff --git a/priv/static/static/font/fontello.1594374054351.woff b/priv/static/static/font/fontello.1594374054351.woff new file mode 100644 index 000000000..115945f70 Binary files /dev/null and b/priv/static/static/font/fontello.1594374054351.woff differ diff --git a/priv/static/static/font/fontello.1594374054351.woff2 b/priv/static/static/font/fontello.1594374054351.woff2 new file mode 100644 index 000000000..cb214aab3 Binary files /dev/null and b/priv/static/static/font/fontello.1594374054351.woff2 differ diff --git a/priv/static/static/fontello.1594374054351.css b/priv/static/static/fontello.1594374054351.css new file mode 100644 index 000000000..6dea8ee3e Binary files /dev/null and b/priv/static/static/fontello.1594374054351.css differ diff --git a/priv/static/static/fontello.json b/priv/static/static/fontello.json index 5ef8544e2..706800cdb 100755 --- a/priv/static/static/fontello.json +++ b/priv/static/static/fontello.json @@ -399,6 +399,12 @@ "css": "doc", "code": 59433, "src": "fontawesome" + }, + { + "uid": "98d9c83c1ee7c2c25af784b518c522c5", + "css": "block", + "code": 59434, + "src": "fontawesome" } ] } \ No newline at end of file diff --git a/priv/static/static/js/10.4a22c77e34edcd678d2f.js b/priv/static/static/js/10.2823375ec309b971aaea.js similarity index 99% rename from priv/static/static/js/10.4a22c77e34edcd678d2f.js rename to priv/static/static/js/10.2823375ec309b971aaea.js index a1c395c42..8f34c42ea 100644 Binary files a/priv/static/static/js/10.4a22c77e34edcd678d2f.js and b/priv/static/static/js/10.2823375ec309b971aaea.js differ diff --git a/priv/static/static/js/10.4a22c77e34edcd678d2f.js.map b/priv/static/static/js/10.2823375ec309b971aaea.js.map similarity index 56% rename from priv/static/static/js/10.4a22c77e34edcd678d2f.js.map rename to priv/static/static/js/10.2823375ec309b971aaea.js.map index 9c8b5e658..8933e2336 100644 Binary files a/priv/static/static/js/10.4a22c77e34edcd678d2f.js.map and b/priv/static/static/js/10.2823375ec309b971aaea.js.map differ diff --git a/priv/static/static/js/11.787aa24e4fd5caef9adb.js b/priv/static/static/js/11.2cb4b0f72a4654070a58.js similarity index 99% rename from priv/static/static/js/11.787aa24e4fd5caef9adb.js rename to priv/static/static/js/11.2cb4b0f72a4654070a58.js index 938cbb64e..03b0234f2 100644 Binary files a/priv/static/static/js/11.787aa24e4fd5caef9adb.js and b/priv/static/static/js/11.2cb4b0f72a4654070a58.js differ diff --git a/priv/static/static/js/11.787aa24e4fd5caef9adb.js.map b/priv/static/static/js/11.2cb4b0f72a4654070a58.js.map similarity index 56% rename from priv/static/static/js/11.787aa24e4fd5caef9adb.js.map rename to priv/static/static/js/11.2cb4b0f72a4654070a58.js.map index e376a0bbc..b53e5e23a 100644 Binary files a/priv/static/static/js/11.787aa24e4fd5caef9adb.js.map and b/priv/static/static/js/11.2cb4b0f72a4654070a58.js.map differ diff --git a/priv/static/static/js/12.35a510cf14233f0c6e1f.js b/priv/static/static/js/12.500b3e4676dd47599a58.js similarity index 99% rename from priv/static/static/js/12.35a510cf14233f0c6e1f.js rename to priv/static/static/js/12.500b3e4676dd47599a58.js index fe4799a2d..52dfbde92 100644 Binary files a/priv/static/static/js/12.35a510cf14233f0c6e1f.js and b/priv/static/static/js/12.500b3e4676dd47599a58.js differ diff --git a/priv/static/static/js/12.35a510cf14233f0c6e1f.js.map b/priv/static/static/js/12.500b3e4676dd47599a58.js.map similarity index 56% rename from priv/static/static/js/12.35a510cf14233f0c6e1f.js.map rename to priv/static/static/js/12.500b3e4676dd47599a58.js.map index 21cc55e6f..700da90b0 100644 Binary files a/priv/static/static/js/12.35a510cf14233f0c6e1f.js.map and b/priv/static/static/js/12.500b3e4676dd47599a58.js.map differ diff --git a/priv/static/static/js/13.7931a609d62a42678085.js b/priv/static/static/js/13.3ef79a2643680080d28f.js similarity index 99% rename from priv/static/static/js/13.7931a609d62a42678085.js rename to priv/static/static/js/13.3ef79a2643680080d28f.js index 3fe95c23c..4070d1f3f 100644 Binary files a/priv/static/static/js/13.7931a609d62a42678085.js and b/priv/static/static/js/13.3ef79a2643680080d28f.js differ diff --git a/priv/static/static/js/13.7931a609d62a42678085.js.map b/priv/static/static/js/13.3ef79a2643680080d28f.js.map similarity index 56% rename from priv/static/static/js/13.7931a609d62a42678085.js.map rename to priv/static/static/js/13.3ef79a2643680080d28f.js.map index 8448af376..bb2f24e3a 100644 Binary files a/priv/static/static/js/13.7931a609d62a42678085.js.map and b/priv/static/static/js/13.3ef79a2643680080d28f.js.map differ diff --git a/priv/static/static/js/14.cc092634462fd2a4cfbc.js b/priv/static/static/js/14.b7f6eb3ea71d2ac2bb41.js similarity index 99% rename from priv/static/static/js/14.cc092634462fd2a4cfbc.js rename to priv/static/static/js/14.b7f6eb3ea71d2ac2bb41.js index 42a179970..316ba1291 100644 Binary files a/priv/static/static/js/14.cc092634462fd2a4cfbc.js and b/priv/static/static/js/14.b7f6eb3ea71d2ac2bb41.js differ diff --git a/priv/static/static/js/14.b7f6eb3ea71d2ac2bb41.js.map b/priv/static/static/js/14.b7f6eb3ea71d2ac2bb41.js.map new file mode 100644 index 000000000..07a26f298 Binary files /dev/null and b/priv/static/static/js/14.b7f6eb3ea71d2ac2bb41.js.map differ diff --git a/priv/static/static/js/14.cc092634462fd2a4cfbc.js.map b/priv/static/static/js/14.cc092634462fd2a4cfbc.js.map deleted file mode 100644 index 97e151b4e..000000000 Binary files a/priv/static/static/js/14.cc092634462fd2a4cfbc.js.map and /dev/null differ diff --git a/priv/static/static/js/15.e9ddc5dfd38426398e00.js b/priv/static/static/js/15.d814a29a970070494722.js similarity index 98% rename from priv/static/static/js/15.e9ddc5dfd38426398e00.js rename to priv/static/static/js/15.d814a29a970070494722.js index f03e74897..17eaf5218 100644 Binary files a/priv/static/static/js/15.e9ddc5dfd38426398e00.js and b/priv/static/static/js/15.d814a29a970070494722.js differ diff --git a/priv/static/static/js/15.d814a29a970070494722.js.map b/priv/static/static/js/15.d814a29a970070494722.js.map new file mode 100644 index 000000000..9792088bf Binary files /dev/null and b/priv/static/static/js/15.d814a29a970070494722.js.map differ diff --git a/priv/static/static/js/15.e9ddc5dfd38426398e00.js.map b/priv/static/static/js/15.e9ddc5dfd38426398e00.js.map deleted file mode 100644 index 6c0c32949..000000000 Binary files a/priv/static/static/js/15.e9ddc5dfd38426398e00.js.map and /dev/null differ diff --git a/priv/static/static/js/16.476e7809b8593264469e.js b/priv/static/static/js/16.017fa510b293035ac370.js similarity index 99% rename from priv/static/static/js/16.476e7809b8593264469e.js rename to priv/static/static/js/16.017fa510b293035ac370.js index 2cd6c9c3e..387cfc9c7 100644 Binary files a/priv/static/static/js/16.476e7809b8593264469e.js and b/priv/static/static/js/16.017fa510b293035ac370.js differ diff --git a/priv/static/static/js/16.017fa510b293035ac370.js.map b/priv/static/static/js/16.017fa510b293035ac370.js.map new file mode 100644 index 000000000..2886028bd Binary files /dev/null and b/priv/static/static/js/16.017fa510b293035ac370.js.map differ diff --git a/priv/static/static/js/16.476e7809b8593264469e.js.map b/priv/static/static/js/16.476e7809b8593264469e.js.map deleted file mode 100644 index b62e1e0f4..000000000 Binary files a/priv/static/static/js/16.476e7809b8593264469e.js.map and /dev/null differ diff --git a/priv/static/static/js/17.acbe4c09f05ae56c76a2.js.map b/priv/static/static/js/17.acbe4c09f05ae56c76a2.js.map deleted file mode 100644 index 92bc141e5..000000000 Binary files a/priv/static/static/js/17.acbe4c09f05ae56c76a2.js.map and /dev/null differ diff --git a/priv/static/static/js/17.acbe4c09f05ae56c76a2.js b/priv/static/static/js/17.c63932b65417ee7346a3.js similarity index 94% rename from priv/static/static/js/17.acbe4c09f05ae56c76a2.js rename to priv/static/static/js/17.c63932b65417ee7346a3.js index 8e4d6181e..e3172472a 100644 Binary files a/priv/static/static/js/17.acbe4c09f05ae56c76a2.js and b/priv/static/static/js/17.c63932b65417ee7346a3.js differ diff --git a/priv/static/static/js/17.c63932b65417ee7346a3.js.map b/priv/static/static/js/17.c63932b65417ee7346a3.js.map new file mode 100644 index 000000000..f4c55d0cc Binary files /dev/null and b/priv/static/static/js/17.c63932b65417ee7346a3.js.map differ diff --git a/priv/static/static/js/18.a8ccd7f2a47c5c94b3b9.js.map b/priv/static/static/js/18.a8ccd7f2a47c5c94b3b9.js.map deleted file mode 100644 index e751cf19c..000000000 Binary files a/priv/static/static/js/18.a8ccd7f2a47c5c94b3b9.js.map and /dev/null differ diff --git a/priv/static/static/js/18.a8ccd7f2a47c5c94b3b9.js b/priv/static/static/js/18.fd12f9746a55aa24a8b7.js similarity index 99% rename from priv/static/static/js/18.a8ccd7f2a47c5c94b3b9.js rename to priv/static/static/js/18.fd12f9746a55aa24a8b7.js index d52319d30..be1ecbba5 100644 Binary files a/priv/static/static/js/18.a8ccd7f2a47c5c94b3b9.js and b/priv/static/static/js/18.fd12f9746a55aa24a8b7.js differ diff --git a/priv/static/static/js/18.fd12f9746a55aa24a8b7.js.map b/priv/static/static/js/18.fd12f9746a55aa24a8b7.js.map new file mode 100644 index 000000000..c98c107b3 Binary files /dev/null and b/priv/static/static/js/18.fd12f9746a55aa24a8b7.js.map differ diff --git a/priv/static/static/js/19.5894e9c12b4fd5e45872.js b/priv/static/static/js/19.3adebd64964c92700074.js similarity index 99% rename from priv/static/static/js/19.5894e9c12b4fd5e45872.js rename to priv/static/static/js/19.3adebd64964c92700074.js index f30cebacf..9d5adbe4e 100644 Binary files a/priv/static/static/js/19.5894e9c12b4fd5e45872.js and b/priv/static/static/js/19.3adebd64964c92700074.js differ diff --git a/priv/static/static/js/19.3adebd64964c92700074.js.map b/priv/static/static/js/19.3adebd64964c92700074.js.map new file mode 100644 index 000000000..d113a66dc Binary files /dev/null and b/priv/static/static/js/19.3adebd64964c92700074.js.map differ diff --git a/priv/static/static/js/19.5894e9c12b4fd5e45872.js.map b/priv/static/static/js/19.5894e9c12b4fd5e45872.js.map deleted file mode 100644 index 3e00e0045..000000000 Binary files a/priv/static/static/js/19.5894e9c12b4fd5e45872.js.map and /dev/null differ diff --git a/priv/static/static/js/2.d81ca020d6885c6c3b03.js b/priv/static/static/js/2.d81ca020d6885c6c3b03.js new file mode 100644 index 000000000..f751a05da Binary files /dev/null and b/priv/static/static/js/2.d81ca020d6885c6c3b03.js differ diff --git a/priv/static/static/js/2.d81ca020d6885c6c3b03.js.map b/priv/static/static/js/2.d81ca020d6885c6c3b03.js.map new file mode 100644 index 000000000..9a675dbc5 Binary files /dev/null and b/priv/static/static/js/2.d81ca020d6885c6c3b03.js.map differ diff --git a/priv/static/static/js/2.f8dee9318a6f84ea92c3.js b/priv/static/static/js/2.f8dee9318a6f84ea92c3.js deleted file mode 100644 index b9f190615..000000000 Binary files a/priv/static/static/js/2.f8dee9318a6f84ea92c3.js and /dev/null differ diff --git a/priv/static/static/js/2.f8dee9318a6f84ea92c3.js.map b/priv/static/static/js/2.f8dee9318a6f84ea92c3.js.map deleted file mode 100644 index 8f4e8920a..000000000 Binary files a/priv/static/static/js/2.f8dee9318a6f84ea92c3.js.map and /dev/null differ diff --git a/priv/static/static/js/20.43b5b27b0f68474f3b72.js.map b/priv/static/static/js/20.43b5b27b0f68474f3b72.js.map deleted file mode 100644 index 224627821..000000000 Binary files a/priv/static/static/js/20.43b5b27b0f68474f3b72.js.map and /dev/null differ diff --git a/priv/static/static/js/20.43b5b27b0f68474f3b72.js b/priv/static/static/js/20.e0c3ad29d59470506c04.js similarity index 99% rename from priv/static/static/js/20.43b5b27b0f68474f3b72.js rename to priv/static/static/js/20.e0c3ad29d59470506c04.js index 2b2b5bf60..ddedbd1ff 100644 Binary files a/priv/static/static/js/20.43b5b27b0f68474f3b72.js and b/priv/static/static/js/20.e0c3ad29d59470506c04.js differ diff --git a/priv/static/static/js/20.e0c3ad29d59470506c04.js.map b/priv/static/static/js/20.e0c3ad29d59470506c04.js.map new file mode 100644 index 000000000..83a9fbc98 Binary files /dev/null and b/priv/static/static/js/20.e0c3ad29d59470506c04.js.map differ diff --git a/priv/static/static/js/21.72b45b01be9d0f4c62ce.js.map b/priv/static/static/js/21.72b45b01be9d0f4c62ce.js.map deleted file mode 100644 index f7c2b5352..000000000 Binary files a/priv/static/static/js/21.72b45b01be9d0f4c62ce.js.map and /dev/null differ diff --git a/priv/static/static/js/21.72b45b01be9d0f4c62ce.js b/priv/static/static/js/21.849ecc09a1d58bdc64c6.js similarity index 99% rename from priv/static/static/js/21.72b45b01be9d0f4c62ce.js rename to priv/static/static/js/21.849ecc09a1d58bdc64c6.js index 87292772b..ef58a3da1 100644 Binary files a/priv/static/static/js/21.72b45b01be9d0f4c62ce.js and b/priv/static/static/js/21.849ecc09a1d58bdc64c6.js differ diff --git a/priv/static/static/js/21.849ecc09a1d58bdc64c6.js.map b/priv/static/static/js/21.849ecc09a1d58bdc64c6.js.map new file mode 100644 index 000000000..9447b7ce3 Binary files /dev/null and b/priv/static/static/js/21.849ecc09a1d58bdc64c6.js.map differ diff --git a/priv/static/static/js/22.26f13a22ad57a0d14670.js.map b/priv/static/static/js/22.26f13a22ad57a0d14670.js.map deleted file mode 100644 index fa09661dc..000000000 Binary files a/priv/static/static/js/22.26f13a22ad57a0d14670.js.map and /dev/null differ diff --git a/priv/static/static/js/22.26f13a22ad57a0d14670.js b/priv/static/static/js/22.8782f133c9f66d3f2bbe.js similarity index 99% rename from priv/static/static/js/22.26f13a22ad57a0d14670.js rename to priv/static/static/js/22.8782f133c9f66d3f2bbe.js index a12b55b1f..82692acdb 100644 Binary files a/priv/static/static/js/22.26f13a22ad57a0d14670.js and b/priv/static/static/js/22.8782f133c9f66d3f2bbe.js differ diff --git a/priv/static/static/js/22.8782f133c9f66d3f2bbe.js.map b/priv/static/static/js/22.8782f133c9f66d3f2bbe.js.map new file mode 100644 index 000000000..41e527ff6 Binary files /dev/null and b/priv/static/static/js/22.8782f133c9f66d3f2bbe.js.map differ diff --git a/priv/static/static/js/23.91a60b775352a806f887.js b/priv/static/static/js/23.2653bf91bc77c2ed0160.js similarity index 99% rename from priv/static/static/js/23.91a60b775352a806f887.js rename to priv/static/static/js/23.2653bf91bc77c2ed0160.js index c4f18071c..2aad331b4 100644 Binary files a/priv/static/static/js/23.91a60b775352a806f887.js and b/priv/static/static/js/23.2653bf91bc77c2ed0160.js differ diff --git a/priv/static/static/js/23.2653bf91bc77c2ed0160.js.map b/priv/static/static/js/23.2653bf91bc77c2ed0160.js.map new file mode 100644 index 000000000..4f031922e Binary files /dev/null and b/priv/static/static/js/23.2653bf91bc77c2ed0160.js.map differ diff --git a/priv/static/static/js/23.91a60b775352a806f887.js.map b/priv/static/static/js/23.91a60b775352a806f887.js.map deleted file mode 100644 index 656b87b51..000000000 Binary files a/priv/static/static/js/23.91a60b775352a806f887.js.map and /dev/null differ diff --git a/priv/static/static/js/24.c8d8438aac954d4707ac.js.map b/priv/static/static/js/24.c8d8438aac954d4707ac.js.map deleted file mode 100644 index 1a2bb1dfd..000000000 Binary files a/priv/static/static/js/24.c8d8438aac954d4707ac.js.map and /dev/null differ diff --git a/priv/static/static/js/24.c8d8438aac954d4707ac.js b/priv/static/static/js/24.f931d864a2297d880a9a.js similarity index 99% rename from priv/static/static/js/24.c8d8438aac954d4707ac.js rename to priv/static/static/js/24.f931d864a2297d880a9a.js index 0029d5b8a..0362730e0 100644 Binary files a/priv/static/static/js/24.c8d8438aac954d4707ac.js and b/priv/static/static/js/24.f931d864a2297d880a9a.js differ diff --git a/priv/static/static/js/24.f931d864a2297d880a9a.js.map b/priv/static/static/js/24.f931d864a2297d880a9a.js.map new file mode 100644 index 000000000..2fb375e79 Binary files /dev/null and b/priv/static/static/js/24.f931d864a2297d880a9a.js.map differ diff --git a/priv/static/static/js/25.79ac9e020d571b67f02a.js.map b/priv/static/static/js/25.79ac9e020d571b67f02a.js.map deleted file mode 100644 index 5cd7d6b0c..000000000 Binary files a/priv/static/static/js/25.79ac9e020d571b67f02a.js.map and /dev/null differ diff --git a/priv/static/static/js/25.79ac9e020d571b67f02a.js b/priv/static/static/js/25.886acc9ba83c64659279.js similarity index 99% rename from priv/static/static/js/25.79ac9e020d571b67f02a.js rename to priv/static/static/js/25.886acc9ba83c64659279.js index 7798e9e7e..4ff4c331b 100644 Binary files a/priv/static/static/js/25.79ac9e020d571b67f02a.js and b/priv/static/static/js/25.886acc9ba83c64659279.js differ diff --git a/priv/static/static/js/25.886acc9ba83c64659279.js.map b/priv/static/static/js/25.886acc9ba83c64659279.js.map new file mode 100644 index 000000000..c39f71238 Binary files /dev/null and b/priv/static/static/js/25.886acc9ba83c64659279.js.map differ diff --git a/priv/static/static/js/26.3af8f54349f672f2c7c8.js.map b/priv/static/static/js/26.3af8f54349f672f2c7c8.js.map deleted file mode 100644 index b30d820f8..000000000 Binary files a/priv/static/static/js/26.3af8f54349f672f2c7c8.js.map and /dev/null differ diff --git a/priv/static/static/js/26.3af8f54349f672f2c7c8.js b/priv/static/static/js/26.e15b1645079c72c60586.js similarity index 99% rename from priv/static/static/js/26.3af8f54349f672f2c7c8.js rename to priv/static/static/js/26.e15b1645079c72c60586.js index ea37ad7d1..303170088 100644 Binary files a/priv/static/static/js/26.3af8f54349f672f2c7c8.js and b/priv/static/static/js/26.e15b1645079c72c60586.js differ diff --git a/priv/static/static/js/26.e15b1645079c72c60586.js.map b/priv/static/static/js/26.e15b1645079c72c60586.js.map new file mode 100644 index 000000000..e62345884 Binary files /dev/null and b/priv/static/static/js/26.e15b1645079c72c60586.js.map differ diff --git a/priv/static/static/js/27.51287d408313da67b0b8.js.map b/priv/static/static/js/27.51287d408313da67b0b8.js.map deleted file mode 100644 index 074c63e2e..000000000 Binary files a/priv/static/static/js/27.51287d408313da67b0b8.js.map and /dev/null differ diff --git a/priv/static/static/js/27.51287d408313da67b0b8.js b/priv/static/static/js/27.7b41e5953f74af7fddd1.js similarity index 94% rename from priv/static/static/js/27.51287d408313da67b0b8.js rename to priv/static/static/js/27.7b41e5953f74af7fddd1.js index bbed0b854..769fba11b 100644 Binary files a/priv/static/static/js/27.51287d408313da67b0b8.js and b/priv/static/static/js/27.7b41e5953f74af7fddd1.js differ diff --git a/priv/static/static/js/27.7b41e5953f74af7fddd1.js.map b/priv/static/static/js/27.7b41e5953f74af7fddd1.js.map new file mode 100644 index 000000000..078f5ff9a Binary files /dev/null and b/priv/static/static/js/27.7b41e5953f74af7fddd1.js.map differ diff --git a/priv/static/static/js/28.be5118beb1098a81332d.js b/priv/static/static/js/28.4f39e562aaceaa01e883.js similarity index 99% rename from priv/static/static/js/28.be5118beb1098a81332d.js rename to priv/static/static/js/28.4f39e562aaceaa01e883.js index 30a6546eb..629359bda 100644 Binary files a/priv/static/static/js/28.be5118beb1098a81332d.js and b/priv/static/static/js/28.4f39e562aaceaa01e883.js differ diff --git a/priv/static/static/js/28.4f39e562aaceaa01e883.js.map b/priv/static/static/js/28.4f39e562aaceaa01e883.js.map new file mode 100644 index 000000000..24c675a4c Binary files /dev/null and b/priv/static/static/js/28.4f39e562aaceaa01e883.js.map differ diff --git a/priv/static/static/js/28.be5118beb1098a81332d.js.map b/priv/static/static/js/28.be5118beb1098a81332d.js.map deleted file mode 100644 index 57e1d7124..000000000 Binary files a/priv/static/static/js/28.be5118beb1098a81332d.js.map and /dev/null differ diff --git a/priv/static/static/js/29.084f6fb0987d3862d410.js.map b/priv/static/static/js/29.084f6fb0987d3862d410.js.map deleted file mode 100644 index c977b4c84..000000000 Binary files a/priv/static/static/js/29.084f6fb0987d3862d410.js.map and /dev/null differ diff --git a/priv/static/static/js/29.084f6fb0987d3862d410.js b/priv/static/static/js/29.137e2a68b558eed58152.js similarity index 99% rename from priv/static/static/js/29.084f6fb0987d3862d410.js rename to priv/static/static/js/29.137e2a68b558eed58152.js index 0a92f928a..50cb11ffd 100644 Binary files a/priv/static/static/js/29.084f6fb0987d3862d410.js and b/priv/static/static/js/29.137e2a68b558eed58152.js differ diff --git a/priv/static/static/js/29.137e2a68b558eed58152.js.map b/priv/static/static/js/29.137e2a68b558eed58152.js.map new file mode 100644 index 000000000..0ac2f7fd3 Binary files /dev/null and b/priv/static/static/js/29.137e2a68b558eed58152.js.map differ diff --git a/priv/static/static/js/3.e1f7d368d5840e12e850.js b/priv/static/static/js/3.56898c1005d9ba1b8d4a.js similarity index 99% rename from priv/static/static/js/3.e1f7d368d5840e12e850.js rename to priv/static/static/js/3.56898c1005d9ba1b8d4a.js index 18212aa8f..6b20ecb04 100644 Binary files a/priv/static/static/js/3.e1f7d368d5840e12e850.js and b/priv/static/static/js/3.56898c1005d9ba1b8d4a.js differ diff --git a/priv/static/static/js/3.e1f7d368d5840e12e850.js.map b/priv/static/static/js/3.56898c1005d9ba1b8d4a.js.map similarity index 99% rename from priv/static/static/js/3.e1f7d368d5840e12e850.js.map rename to priv/static/static/js/3.56898c1005d9ba1b8d4a.js.map index 1d1dd7f3f..594d9047b 100644 Binary files a/priv/static/static/js/3.e1f7d368d5840e12e850.js.map and b/priv/static/static/js/3.56898c1005d9ba1b8d4a.js.map differ diff --git a/priv/static/static/js/30.6e6d63411def2e175d11.js.map b/priv/static/static/js/30.6e6d63411def2e175d11.js.map deleted file mode 100644 index ebd9270dc..000000000 Binary files a/priv/static/static/js/30.6e6d63411def2e175d11.js.map and /dev/null differ diff --git a/priv/static/static/js/30.6e6d63411def2e175d11.js b/priv/static/static/js/30.73e09f3b43617410dec7.js similarity index 99% rename from priv/static/static/js/30.6e6d63411def2e175d11.js rename to priv/static/static/js/30.73e09f3b43617410dec7.js index df379aaa7..0c3d03cfa 100644 Binary files a/priv/static/static/js/30.6e6d63411def2e175d11.js and b/priv/static/static/js/30.73e09f3b43617410dec7.js differ diff --git a/priv/static/static/js/30.73e09f3b43617410dec7.js.map b/priv/static/static/js/30.73e09f3b43617410dec7.js.map new file mode 100644 index 000000000..cb546de17 Binary files /dev/null and b/priv/static/static/js/30.73e09f3b43617410dec7.js.map differ diff --git a/priv/static/static/js/4.c3f92d0b6ff90b36e3f5.js b/priv/static/static/js/4.2d3bef896b463484e6eb.js similarity index 77% rename from priv/static/static/js/4.c3f92d0b6ff90b36e3f5.js rename to priv/static/static/js/4.2d3bef896b463484e6eb.js index 98ea02539..4a611feb4 100644 Binary files a/priv/static/static/js/4.c3f92d0b6ff90b36e3f5.js and b/priv/static/static/js/4.2d3bef896b463484e6eb.js differ diff --git a/priv/static/static/js/4.c3f92d0b6ff90b36e3f5.js.map b/priv/static/static/js/4.2d3bef896b463484e6eb.js.map similarity index 99% rename from priv/static/static/js/4.c3f92d0b6ff90b36e3f5.js.map rename to priv/static/static/js/4.2d3bef896b463484e6eb.js.map index 261abbb00..ebcc883e5 100644 Binary files a/priv/static/static/js/4.c3f92d0b6ff90b36e3f5.js.map and b/priv/static/static/js/4.2d3bef896b463484e6eb.js.map differ diff --git a/priv/static/static/js/5.d30e50cd5c52d54ffdc9.js b/priv/static/static/js/5.2b4a2787bacdd3d910db.js similarity index 98% rename from priv/static/static/js/5.d30e50cd5c52d54ffdc9.js rename to priv/static/static/js/5.2b4a2787bacdd3d910db.js index ce3eb2018..18c059380 100644 Binary files a/priv/static/static/js/5.d30e50cd5c52d54ffdc9.js and b/priv/static/static/js/5.2b4a2787bacdd3d910db.js differ diff --git a/priv/static/static/js/5.d30e50cd5c52d54ffdc9.js.map b/priv/static/static/js/5.2b4a2787bacdd3d910db.js.map similarity index 57% rename from priv/static/static/js/5.d30e50cd5c52d54ffdc9.js.map rename to priv/static/static/js/5.2b4a2787bacdd3d910db.js.map index 1eb455744..e9e78632d 100644 Binary files a/priv/static/static/js/5.d30e50cd5c52d54ffdc9.js.map and b/priv/static/static/js/5.2b4a2787bacdd3d910db.js.map differ diff --git a/priv/static/static/js/6.fa6d5c2d85d44f0ba121.js b/priv/static/static/js/6.9c94bc0cc78979694cf4.js similarity index 98% rename from priv/static/static/js/6.fa6d5c2d85d44f0ba121.js rename to priv/static/static/js/6.9c94bc0cc78979694cf4.js index a80504f6e..415938f67 100644 Binary files a/priv/static/static/js/6.fa6d5c2d85d44f0ba121.js and b/priv/static/static/js/6.9c94bc0cc78979694cf4.js differ diff --git a/priv/static/static/js/6.fa6d5c2d85d44f0ba121.js.map b/priv/static/static/js/6.9c94bc0cc78979694cf4.js.map similarity index 57% rename from priv/static/static/js/6.fa6d5c2d85d44f0ba121.js.map rename to priv/static/static/js/6.9c94bc0cc78979694cf4.js.map index 074cf0fe2..948368f60 100644 Binary files a/priv/static/static/js/6.fa6d5c2d85d44f0ba121.js.map and b/priv/static/static/js/6.9c94bc0cc78979694cf4.js.map differ diff --git a/priv/static/static/js/7.d558a086622f668601a6.js b/priv/static/static/js/7.b4ac57fd946a3a189047.js similarity index 99% rename from priv/static/static/js/7.d558a086622f668601a6.js rename to priv/static/static/js/7.b4ac57fd946a3a189047.js index c948ae6d1..18b6ab76c 100644 Binary files a/priv/static/static/js/7.d558a086622f668601a6.js and b/priv/static/static/js/7.b4ac57fd946a3a189047.js differ diff --git a/priv/static/static/js/7.d558a086622f668601a6.js.map b/priv/static/static/js/7.b4ac57fd946a3a189047.js.map similarity index 57% rename from priv/static/static/js/7.d558a086622f668601a6.js.map rename to priv/static/static/js/7.b4ac57fd946a3a189047.js.map index cd515dac0..054d52650 100644 Binary files a/priv/static/static/js/7.d558a086622f668601a6.js.map and b/priv/static/static/js/7.b4ac57fd946a3a189047.js.map differ diff --git a/priv/static/static/js/8.615136ce6c34a6b96a29.js b/priv/static/static/js/8.e03e32ca713d01db0433.js similarity index 99% rename from priv/static/static/js/8.615136ce6c34a6b96a29.js rename to priv/static/static/js/8.e03e32ca713d01db0433.js index 255f924d3..4d5894322 100644 Binary files a/priv/static/static/js/8.615136ce6c34a6b96a29.js and b/priv/static/static/js/8.e03e32ca713d01db0433.js differ diff --git a/priv/static/static/js/8.615136ce6c34a6b96a29.js.map b/priv/static/static/js/8.e03e32ca713d01db0433.js.map similarity index 57% rename from priv/static/static/js/8.615136ce6c34a6b96a29.js.map rename to priv/static/static/js/8.e03e32ca713d01db0433.js.map index f2620b135..d1385c203 100644 Binary files a/priv/static/static/js/8.615136ce6c34a6b96a29.js.map and b/priv/static/static/js/8.e03e32ca713d01db0433.js.map differ diff --git a/priv/static/static/js/9.ef4eb9703f9aee67515e.js b/priv/static/static/js/9.72d903ca8e0c5a532b87.js similarity index 99% rename from priv/static/static/js/9.ef4eb9703f9aee67515e.js rename to priv/static/static/js/9.72d903ca8e0c5a532b87.js index 2d1e741d9..ce0f066c5 100644 Binary files a/priv/static/static/js/9.ef4eb9703f9aee67515e.js and b/priv/static/static/js/9.72d903ca8e0c5a532b87.js differ diff --git a/priv/static/static/js/9.72d903ca8e0c5a532b87.js.map b/priv/static/static/js/9.72d903ca8e0c5a532b87.js.map new file mode 100644 index 000000000..4cf79de5b Binary files /dev/null and b/priv/static/static/js/9.72d903ca8e0c5a532b87.js.map differ diff --git a/priv/static/static/js/9.ef4eb9703f9aee67515e.js.map b/priv/static/static/js/9.ef4eb9703f9aee67515e.js.map deleted file mode 100644 index 3491916ca..000000000 Binary files a/priv/static/static/js/9.ef4eb9703f9aee67515e.js.map and /dev/null differ diff --git a/priv/static/static/js/app.1e68e208590653dab5aa.js b/priv/static/static/js/app.1e68e208590653dab5aa.js new file mode 100644 index 000000000..27cc3d910 Binary files /dev/null and b/priv/static/static/js/app.1e68e208590653dab5aa.js differ diff --git a/priv/static/static/js/app.1e68e208590653dab5aa.js.map b/priv/static/static/js/app.1e68e208590653dab5aa.js.map new file mode 100644 index 000000000..71636d936 Binary files /dev/null and b/priv/static/static/js/app.1e68e208590653dab5aa.js.map differ diff --git a/priv/static/static/js/app.53001fa190f37cf2743e.js b/priv/static/static/js/app.53001fa190f37cf2743e.js deleted file mode 100644 index 45f3a8373..000000000 Binary files a/priv/static/static/js/app.53001fa190f37cf2743e.js and /dev/null differ diff --git a/priv/static/static/js/app.53001fa190f37cf2743e.js.map b/priv/static/static/js/app.53001fa190f37cf2743e.js.map deleted file mode 100644 index 105b669c9..000000000 Binary files a/priv/static/static/js/app.53001fa190f37cf2743e.js.map and /dev/null differ diff --git a/priv/static/static/js/vendors~app.8837fb59589d1dd6acda.js b/priv/static/static/js/vendors~app.247dc52c7abe6a0dab87.js similarity index 62% rename from priv/static/static/js/vendors~app.8837fb59589d1dd6acda.js rename to priv/static/static/js/vendors~app.247dc52c7abe6a0dab87.js index 365dc3dc4..bf6671e4b 100644 Binary files a/priv/static/static/js/vendors~app.8837fb59589d1dd6acda.js and b/priv/static/static/js/vendors~app.247dc52c7abe6a0dab87.js differ diff --git a/priv/static/static/js/vendors~app.247dc52c7abe6a0dab87.js.map b/priv/static/static/js/vendors~app.247dc52c7abe6a0dab87.js.map new file mode 100644 index 000000000..2a3bf1b99 Binary files /dev/null and b/priv/static/static/js/vendors~app.247dc52c7abe6a0dab87.js.map differ diff --git a/priv/static/static/js/vendors~app.8837fb59589d1dd6acda.js.map b/priv/static/static/js/vendors~app.8837fb59589d1dd6acda.js.map deleted file mode 100644 index da281465a..000000000 Binary files a/priv/static/static/js/vendors~app.8837fb59589d1dd6acda.js.map and /dev/null differ diff --git a/priv/static/static/terms-of-service.html b/priv/static/static/terms-of-service.html index b2c668151..3b6bbb36b 100644 --- a/priv/static/static/terms-of-service.html +++ b/priv/static/static/terms-of-service.html @@ -2,7 +2,7 @@

This is the default placeholder ToS. You should copy it over to your static folder and edit it to fit the needs of your instance.

-

To do so, place a file at "/instance/static/terms-of-service.html" in your +

To do so, place a file at "/instance/static/static/terms-of-service.html" in your Pleroma install containing the real ToS for your instance.

See the Pleroma documentation for more information.


diff --git a/priv/static/sw-pleroma.js b/priv/static/sw-pleroma.js index 22b99ea22..098f58d49 100644 Binary files a/priv/static/sw-pleroma.js and b/priv/static/sw-pleroma.js differ diff --git a/priv/static/sw-pleroma.js.map b/priv/static/sw-pleroma.js.map index 55846489e..5749809d5 100644 Binary files a/priv/static/sw-pleroma.js.map and b/priv/static/sw-pleroma.js.map differ