update pleroma-fe

This commit is contained in:
FloatingGhost 2022-06-11 17:15:57 +01:00
parent 2abf8c982e
commit 40242e185c
185 changed files with 26854 additions and 525 deletions

2883
priv/static/0.js Normal file

File diff suppressed because one or more lines are too long

413
priv/static/1.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/10.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/11.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/12.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/13.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/14.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/15.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/16.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/17.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/18.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/19.js Normal file

File diff suppressed because one or more lines are too long

97
priv/static/2.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/20.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/21.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/22.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/23.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/24.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/25.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/26.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/27.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/28.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/29.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/3.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/30.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/4.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/5.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/6.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/7.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/8.js Normal file

File diff suppressed because one or more lines are too long

15
priv/static/9.js Normal file

File diff suppressed because one or more lines are too long

11102
priv/static/app.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><title>Pleroma</title><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link rel=stylesheet href=/static/font/tiresias.css><link rel=stylesheet href=/static/font/css/lato.css><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link href=/static/css/app.7d2d223f75c3a14b0991.css rel=stylesheet></head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><script type=text/javascript src=/static/js/vendors~app.cea10ab53f3aa19fc30e.js></script><script type=text/javascript src=/static/js/app.3406a29ea12cc8523467.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><title>Pleroma</title><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link rel=stylesheet href=/static/font/tiresias.css><link rel=stylesheet href=/static/font/css/lato.css><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link href=/static/css/app.9065da1ae55149d987b6.css rel=stylesheet></head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><script type=text/javascript src=/static/js/vendors~app.fac7e5e9d97125b642ef.js></script><script type=text/javascript src=/static/js/app.bfedff975f2109f6d66d.js></script></body></html>

View File

@ -1,9 +0,0 @@
.with-subscription-loading {
padding: 10px;
text-align: center;
}
.with-subscription-loading .error {
font-size: 14px;
}
/*# sourceMappingURL=2.0778a6a864a1307a6c41.css.map*/

View File

@ -1 +0,0 @@
{"version":3,"sources":["webpack:///./src/hocs/with_subscription/with_subscription.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,C","file":"static/css/2.0778a6a864a1307a6c41.css","sourcesContent":[".with-subscription-loading {\n padding: 10px;\n text-align: center;\n}\n.with-subscription-loading .error {\n font-size: 14px;\n}"],"sourceRoot":""}

View File

@ -0,0 +1,936 @@
.importer-uploading {
font-size: 1.5em;
margin: 0.25em;
}
.exporter-processing {
margin: 0.25em;
}
.autosuggest {
position: relative;
}
.autosuggest-input {
display: block;
width: 100%;
}
.autosuggest-results {
position: absolute;
left: 0;
top: 100%;
right: 0;
max-height: 400px;
background-color: #121a24;
background-color: var(--bg, #121a24);
border-style: solid;
border-width: 1px;
border-color: #222;
border-color: var(--border, #222);
border-radius: 4px;
border-radius: var(--inputRadius, 4px);
border-top-left-radius: 0;
border-top-right-radius: 0;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: var(--panelShadow);
overflow-y: auto;
z-index: 1;
}
.block-card-content-container {
margin-top: 0.5em;
text-align: right;
}
.block-card-content-container button {
width: 10em;
}
.mute-card-content-container {
margin-top: 0.5em;
text-align: right;
}
.mute-card-content-container button {
width: 10em;
}
.domain-mute-card {
-ms-flex: 1 0;
flex: 1 0;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding: 0.6em 1em 0.6em 0;
}
.domain-mute-card-domain {
margin-right: 1em;
overflow: hidden;
text-overflow: ellipsis;
}
.domain-mute-card button {
width: 10em;
}
.autosuggest-results .domain-mute-card {
padding-left: 1em;
}
.selectable-list-item-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.selectable-list-item-inner > * {
min-width: 0;
}
.selectable-list-item-selected-inner {
background-color: #151e2a;
background-color: var(--selectedMenu, #151e2a);
color: var(--selectedMenuText, #b9b9ba);
--faint: var(--selectedMenuFaintText, $fallback--faint);
--faintLink: var(--selectedMenuFaintLink, $fallback--faint);
--lightText: var(--selectedMenuLightText, $fallback--lightText);
--icon: var(--selectedMenuIcon, $fallback--icon);
}
.selectable-list-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.6em 0;
border-bottom: 2px solid;
border-bottom-color: #222;
border-bottom-color: var(--border, #222);
}
.selectable-list-header-actions {
-ms-flex: 1;
flex: 1;
}
.selectable-list-checkbox-wrapper {
padding: 0 10px;
-ms-flex: none;
flex: none;
}
.with-subscription-loading {
padding: 10px;
text-align: center;
}
.with-subscription-loading .error {
font-size: 1rem;
}
.mutes-and-blocks-tab {
height: 100%;
}
.mutes-and-blocks-tab .usersearch-wrapper {
padding: 1em;
}
.mutes-and-blocks-tab .bulk-actions {
text-align: right;
padding: 0 1em;
min-height: 2em;
}
.mutes-and-blocks-tab .bulk-action-button {
width: 10em;
}
.mutes-and-blocks-tab .domain-mute-form {
padding: 1em;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.mutes-and-blocks-tab .domain-mute-button {
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 1em;
width: 10em;
}
.ModifiedIndicator {
display: inline-block;
position: relative;
}
.ModifiedIndicator .modified-tooltip {
margin: 0.5em 1em;
min-width: 10em;
text-align: center;
}
.ServerSideIndicator {
display: inline-block;
position: relative;
}
.ServerSideIndicator .serverside-tooltip {
margin: 0.5em 1em;
min-width: 10em;
text-align: center;
}
.mfa-backup-codes .warning {
color: orange;
color: var(--cOrange, orange);
}
.mfa-backup-codes .backup-codes {
font-family: var(--postCodeFont, monospace);
}
.mfa-settings .mfa-heading, .mfa-settings .method-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: baseline;
align-items: baseline;
}
.mfa-settings .warning {
color: orange;
color: var(--cOrange, orange);
}
.mfa-settings .setup-otp {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.mfa-settings .setup-otp .qr-code {
-ms-flex: 1;
flex: 1;
padding-right: 10px;
}
.mfa-settings .setup-otp .verify {
-ms-flex: 1;
flex: 1;
}
.mfa-settings .setup-otp .error {
margin: 4px 0 0 0;
}
.mfa-settings .setup-otp .confirm-otp-actions button {
width: 15em;
margin-top: 5px;
}
.image-cropper-img-input {
display: none;
}
.image-cropper-image-container {
position: relative;
}
.image-cropper-image-container img {
display: block;
max-width: 100%;
}
.image-cropper-buttons-wrapper {
margin-top: 10px;
}
.image-cropper-buttons-wrapper button {
margin-top: 5px;
}
.profile-tab .bio {
margin: 0;
}
.profile-tab .visibility-tray {
padding-top: 5px;
}
.profile-tab input[type=file] {
padding: 5px;
height: auto;
}
.profile-tab .banner-background-preview {
max-width: 100%;
width: 300px;
position: relative;
}
.profile-tab .banner-background-preview img {
width: 100%;
}
.profile-tab .uploading {
font-size: 1.5em;
margin: 0.25em;
}
.profile-tab .name-changer {
width: 100%;
}
.profile-tab .current-avatar-container {
position: relative;
width: 150px;
height: 150px;
}
.profile-tab .current-avatar {
display: block;
width: 100%;
height: 100%;
border-radius: 4px;
border-radius: var(--avatarRadius, 4px);
}
.profile-tab .reset-button {
position: absolute;
top: 0.2em;
right: 0.2em;
border-radius: 5px;
border-radius: var(--tooltipRadius, 5px);
background-color: rgba(0, 0, 0, 0.6);
opacity: 0.7;
width: 1.5em;
height: 1.5em;
text-align: center;
line-height: 1.5em;
font-size: 1.5em;
cursor: pointer;
}
.profile-tab .reset-button:hover {
opacity: 1;
}
.profile-tab .reset-button svg {
color: white;
}
.profile-tab .oauth-tokens {
width: 100%;
}
.profile-tab .oauth-tokens th {
text-align: left;
}
.profile-tab .oauth-tokens .actions {
text-align: right;
}
.profile-tab-usersearch-wrapper {
padding: 1em;
}
.profile-tab-bulk-actions {
text-align: right;
padding: 0 1em;
min-height: 2em;
}
.profile-tab-bulk-actions button {
width: 10em;
}
.profile-tab-domain-mute-form {
padding: 1em;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.profile-tab-domain-mute-form button {
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 1em;
width: 10em;
}
.profile-tab .setting-subitem {
margin-left: 1.75em;
}
.profile-tab .profile-fields {
display: -ms-flexbox;
display: flex;
}
.profile-tab .profile-fields > .emoji-input {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin: 0 0.2em 0.5em;
min-width: 0;
}
.profile-tab .profile-fields .delete-field {
width: 20px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
margin: 0 0.2em 0.5em;
padding: 0 0.5em;
}
.color-input {
display: -ms-inline-flexbox;
display: inline-flex;
}
.color-input-field.input {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex: 0 0 0px;
flex: 0 0 0;
max-width: 9em;
-ms-flex-align: stretch;
align-items: stretch;
padding: 0.2em 8px;
}
.color-input-field.input input {
background: none;
color: #b9b9ba;
color: var(--inputText, #b9b9ba);
border: none;
padding: 0;
margin: 0;
}
.color-input-field.input input.textColor {
-ms-flex: 1 0 3em;
flex: 1 0 3em;
min-width: 3em;
padding: 0;
}
.color-input-field.input input.nativeColor {
-ms-flex: 0 0 2em;
flex: 0 0 2em;
min-width: 2em;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
height: 100%;
}
.color-input-field.input .computedIndicator,
.color-input-field.input .transparentIndicator {
-ms-flex: 0 0 2em;
flex: 0 0 2em;
min-width: 2em;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
height: 100%;
}
.color-input-field.input .transparentIndicator {
background-color: #FF00FF;
position: relative;
}
.color-input-field.input .transparentIndicator::before, .color-input-field.input .transparentIndicator::after {
display: block;
content: "";
background-color: #000000;
position: absolute;
height: 50%;
width: 50%;
}
.color-input-field.input .transparentIndicator::after {
top: 0;
left: 0;
}
.color-input-field.input .transparentIndicator::before {
bottom: 0;
right: 0;
}
.color-input .label {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.color-control input.text-input {
max-width: 7em;
-ms-flex: 1;
flex: 1;
}
.shadow-control {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 1em;
}
.shadow-control .shadow-preview-container,
.shadow-control .shadow-tweak {
margin: 5px 6px 0 0;
}
.shadow-control .shadow-preview-container {
-ms-flex: 0;
flex: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.shadow-control .shadow-preview-container input[type=number] {
width: 5em;
min-width: 2em;
}
.shadow-control .shadow-preview-container .x-shift-control,
.shadow-control .shadow-preview-container .y-shift-control {
display: -ms-flexbox;
display: flex;
-ms-flex: 0;
flex: 0;
}
.shadow-control .shadow-preview-container .x-shift-control[disabled=disabled] *,
.shadow-control .shadow-preview-container .y-shift-control[disabled=disabled] * {
opacity: 0.5;
}
.shadow-control .shadow-preview-container .x-shift-control {
-ms-flex-align: start;
align-items: flex-start;
}
.shadow-control .shadow-preview-container .x-shift-control .wrap,
.shadow-control .shadow-preview-container input[type=range] {
margin: 0;
width: 15em;
height: 2em;
}
.shadow-control .shadow-preview-container .y-shift-control {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: end;
align-items: flex-end;
}
.shadow-control .shadow-preview-container .y-shift-control .wrap {
width: 2em;
height: 15em;
}
.shadow-control .shadow-preview-container .y-shift-control input[type=range] {
transform-origin: 1em 1em;
transform: rotate(90deg);
}
.shadow-control .shadow-preview-container .preview-window {
-ms-flex: 1;
flex: 1;
background-color: #999999;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background-image: linear-gradient(45deg, #666666 25%, transparent 25%), linear-gradient(-45deg, #666666 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #666666 75%), linear-gradient(-45deg, transparent 75%, #666666 75%);
background-size: 20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0;
border-radius: 4px;
border-radius: var(--inputRadius, 4px);
}
.shadow-control .shadow-preview-container .preview-window .preview-block {
width: 33%;
height: 33%;
background-color: #121a24;
background-color: var(--bg, #121a24);
border-radius: 10px;
border-radius: var(--panelRadius, 10px);
}
.shadow-control .shadow-tweak {
-ms-flex: 1;
flex: 1;
min-width: 280px;
}
.shadow-control .shadow-tweak .id-control {
-ms-flex-align: stretch;
align-items: stretch;
}
.shadow-control .shadow-tweak .id-control .shadow-switcher {
-ms-flex: 1;
flex: 1;
}
.shadow-control .shadow-tweak .id-control .shadow-switcher, .shadow-control .shadow-tweak .id-control .btn {
min-width: 1px;
margin-right: 5px;
}
.shadow-control .shadow-tweak .id-control .btn {
padding: 0 0.4em;
margin: 0 0.1em;
}
.font-control input.custom-font {
min-width: 10em;
}
.font-control.custom {
/* TODO Should make proper joiners... */
}
.font-control.custom .font-switcher {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.font-control.custom .custom-font {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.contrast-ratio {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: -4px;
margin-bottom: 5px;
}
.contrast-ratio .label {
margin-right: 1em;
}
.contrast-ratio .rating {
display: inline-block;
text-align: center;
margin-left: 0.5em;
}
.preview-container {
position: relative;
}
.underlay-preview {
position: absolute;
top: 0;
bottom: 0;
left: 10px;
right: 10px;
}
.theme-tab {
padding-bottom: 2em;
}
.theme-tab .theme-warning {
display: -ms-flexbox;
display: flex;
-ms-flex-align: baseline;
align-items: baseline;
margin-bottom: 0.5em;
}
.theme-tab .theme-warning .buttons .btn {
margin-bottom: 0.5em;
}
.theme-tab .preset-switcher {
margin-right: 1em;
}
.theme-tab .style-control {
display: -ms-flexbox;
display: flex;
-ms-flex-align: baseline;
align-items: baseline;
margin-bottom: 5px;
}
.theme-tab .style-control .label {
-ms-flex: 1;
flex: 1;
}
.theme-tab .style-control.disabled input, .theme-tab .style-control.disabled select {
opacity: 0.5;
}
.theme-tab .style-control .opt {
margin: 0.5em;
}
.theme-tab .style-control .color-input {
-ms-flex: 0 0 0px;
flex: 0 0 0;
}
.theme-tab .style-control input, .theme-tab .style-control select {
min-width: 3em;
margin: 0;
-ms-flex: 0;
flex: 0;
}
.theme-tab .style-control input[type=number], .theme-tab .style-control select[type=number] {
min-width: 5em;
}
.theme-tab .style-control input[type=range], .theme-tab .style-control select[type=range] {
-ms-flex: 1;
flex: 1;
min-width: 3em;
-ms-flex-item-align: start;
align-self: flex-start;
}
.theme-tab .reset-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.theme-tab .fonts-container,
.theme-tab .reset-container,
.theme-tab .apply-container,
.theme-tab .radius-container,
.theme-tab .color-container {
display: -ms-flexbox;
display: flex;
}
.theme-tab .fonts-container,
.theme-tab .radius-container {
-ms-flex-direction: column;
flex-direction: column;
}
.theme-tab .color-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.theme-tab .color-container > h4 {
width: 99%;
}
.theme-tab .fonts-container,
.theme-tab .color-container,
.theme-tab .shadow-container,
.theme-tab .radius-container,
.theme-tab .presets-container {
margin: 1em 1em 0;
}
.theme-tab .tab-header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: baseline;
align-items: baseline;
width: 100%;
min-height: 30px;
margin-bottom: 1em;
}
.theme-tab .tab-header p {
-ms-flex: 1;
flex: 1;
margin: 0;
margin-right: 0.5em;
}
.theme-tab .tab-header-buttons {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.theme-tab .tab-header-buttons .btn {
min-width: 1px;
-ms-flex: 0 auto;
flex: 0 auto;
padding: 0 1em;
margin-bottom: 0.5em;
}
.theme-tab .shadow-selector .override {
-ms-flex: 1;
flex: 1;
margin-left: 0.5em;
}
.theme-tab .shadow-selector .select-container {
margin-top: -4px;
margin-bottom: -3px;
}
.theme-tab .save-load,
.theme-tab .save-load-options {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: baseline;
align-items: baseline;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.theme-tab .save-load .presets,
.theme-tab .save-load .import-export,
.theme-tab .save-load-options .presets,
.theme-tab .save-load-options .import-export {
margin-bottom: 0.5em;
}
.theme-tab .save-load .import-export,
.theme-tab .save-load-options .import-export {
display: -ms-flexbox;
display: flex;
}
.theme-tab .save-load .override,
.theme-tab .save-load-options .override {
margin-left: 0.5em;
}
.theme-tab .save-load-options {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 0.5em;
-ms-flex-pack: center;
justify-content: center;
}
.theme-tab .save-load-options .keep-option {
margin: 0 0.5em 0.5em;
min-width: 25%;
}
.theme-tab .preview-container {
border-top: 1px dashed;
border-bottom: 1px dashed;
border-color: #222;
border-color: var(--border, #222);
margin: 1em 0;
padding: 1em;
background-color: var(--wallpaper);
background-image: var(--body-background-image);
background-size: cover;
background-position: 50% 50%;
}
.theme-tab .preview-container .dummy .post {
font-family: var(--postFont);
display: -ms-flexbox;
display: flex;
}
.theme-tab .preview-container .dummy .post .content {
-ms-flex: 1;
flex: 1;
}
.theme-tab .preview-container .dummy .post .content h4 {
margin-bottom: 0.25em;
}
.theme-tab .preview-container .dummy .post .content .icons {
margin-top: 0.5em;
display: -ms-flexbox;
display: flex;
}
.theme-tab .preview-container .dummy .post .content .icons i {
margin-right: 1em;
}
.theme-tab .preview-container .dummy .after-post {
margin-top: 1em;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.theme-tab .preview-container .dummy .avatar, .theme-tab .preview-container .dummy .avatar-alt {
background: linear-gradient(135deg, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
color: black;
font-family: sans-serif;
text-align: center;
margin-right: 1em;
}
.theme-tab .preview-container .dummy .avatar-alt {
-ms-flex: 0 auto;
flex: 0 auto;
margin-left: 28px;
font-size: 12px;
min-width: 20px;
min-height: 20px;
line-height: 20px;
border-radius: 10px;
border-radius: var(--avatarAltRadius, 10px);
}
.theme-tab .preview-container .dummy .avatar {
-ms-flex: 0 auto;
flex: 0 auto;
width: 48px;
height: 48px;
font-size: 14px;
line-height: 48px;
}
.theme-tab .preview-container .dummy .actions {
display: -ms-flexbox;
display: flex;
-ms-flex-align: baseline;
align-items: baseline;
}
.theme-tab .preview-container .dummy .actions .checkbox {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: baseline;
align-items: baseline;
margin-right: 1em;
-ms-flex: 1;
flex: 1;
}
.theme-tab .preview-container .dummy .separator {
margin: 1em;
border-bottom: 1px solid;
border-color: #222;
border-color: var(--border, #222);
}
.theme-tab .preview-container .dummy .btn {
min-width: 3em;
}
.theme-tab .radius-item,
.theme-tab .color-item {
min-width: 20em;
margin: 5px 6px 0 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1 1 0px;
flex: 1 1 0;
}
.theme-tab .radius-item.wide,
.theme-tab .color-item.wide {
min-width: 60%;
}
.theme-tab .radius-item:not(.wide):nth-child(2n+1),
.theme-tab .color-item:not(.wide):nth-child(2n+1) {
margin-right: 7px;
}
.theme-tab .radius-item .color, .theme-tab .radius-item .opacity,
.theme-tab .color-item .color,
.theme-tab .color-item .opacity {
display: -ms-flexbox;
display: flex;
-ms-flex-align: baseline;
align-items: baseline;
}
.theme-tab .radius-item {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.theme-tab .theme-radius-rn,
.theme-tab .theme-color-cl {
border: 0;
box-shadow: none;
background: transparent;
color: var(--faint, rgba(185, 185, 186, 0.5));
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
}
.theme-tab .theme-color-cl,
.theme-tab .theme-radius-in,
.theme-tab .theme-color-in {
margin-left: 4px;
}
.theme-tab .theme-radius-in {
min-width: 1em;
}
.theme-tab .theme-radius-in {
max-width: 7em;
-ms-flex: 1;
flex: 1;
}
.theme-tab .theme-radius-lb {
max-width: 50em;
}
.theme-tab .theme-preview-content {
padding: 20px;
}
.theme-tab .btn {
margin-left: 0.25em;
margin-right: 0.25em;
}
.extra-content .apply-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-positive: 1;
flex-grow: 1;
}
.extra-content .apply-container .btn {
-ms-flex-positive: 1;
flex-grow: 1;
min-height: 2em;
min-width: 0;
max-width: 10em;
padding: 0;
}
.settings_tab-switcher {
height: 100%;
}
.settings_tab-switcher .setting-item {
border-bottom: 2px solid var(--fg, #182230);
margin: 1em 1em 1.4em;
padding-bottom: 1.4em;
}
.settings_tab-switcher .setting-item > div,
.settings_tab-switcher .setting-item > label {
display: block;
margin-bottom: 0.5em;
}
.settings_tab-switcher .setting-item > div:last-child,
.settings_tab-switcher .setting-item > label:last-child {
margin-bottom: 0;
}
.settings_tab-switcher .setting-item .select-multiple {
display: -ms-flexbox;
display: flex;
}
.settings_tab-switcher .setting-item .select-multiple .option-list {
margin: 0;
padding-left: 0.5em;
}
.settings_tab-switcher .setting-item:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 1em;
}
.settings_tab-switcher .setting-item select {
min-width: 10em;
}
.settings_tab-switcher .setting-item textarea {
width: 100%;
max-width: 100%;
height: 100px;
}
.settings_tab-switcher .setting-item .unavailable,
.settings_tab-switcher .setting-item .unavailable svg {
color: var(--cRed, #ff0000);
color: #ff0000;
}
.settings_tab-switcher .setting-item .number-input {
max-width: 6em;
}
/*# sourceMappingURL=2.4e6541aa0979ab5fe8ab.css.map*/

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/*!
* Cropper.js v1.4.3
* Cropper.js v1.5.12
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2018-10-24T13:07:11.429Z
* Date: 2021-06-12T08:00:11.623Z
*/
.cropper-container {
@ -56,14 +56,14 @@
.cropper-modal {
background-color: #000;
opacity: .5;
opacity: 0.5;
}
.cropper-view-box {
display: block;
height: 100%;
outline-color: rgba(51, 153, 255, 0.75);
outline: 1px solid #39f;
outline-color: rgba(51, 153, 255, 0.75);
overflow: hidden;
width: 100%;
}
@ -71,7 +71,7 @@
.cropper-dashed {
border: 0 dashed #eee;
display: block;
opacity: .5;
opacity: 0.5;
position: absolute;
}
@ -97,28 +97,28 @@
display: block;
height: 0;
left: 50%;
opacity: .75;
opacity: 0.75;
position: absolute;
top: 50%;
width: 0;
}
.cropper-center:before,
.cropper-center:after {
.cropper-center::before,
.cropper-center::after {
background-color: #eee;
content: ' ';
display: block;
position: absolute;
}
.cropper-center:before {
.cropper-center::before {
height: 1px;
left: -3px;
top: 0;
width: 7px;
}
.cropper-center:after {
.cropper-center::after {
height: 7px;
left: 0;
top: -3px;
@ -130,7 +130,7 @@
.cropper-point {
display: block;
height: 100%;
opacity: .1;
opacity: 0.1;
position: absolute;
width: 100%;
}
@ -176,7 +176,7 @@
.cropper-point {
background-color: #39f;
height: 5px;
opacity: .75;
opacity: 0.75;
width: 5px;
}
@ -252,12 +252,12 @@
@media (min-width: 1200px) {
.cropper-point.point-se {
height: 5px;
opacity: .75;
opacity: 0.75;
width: 5px;
}
}
.cropper-point.point-se:before {
.cropper-point.point-se::before {
background-color: #39f;
bottom: -50%;
content: ' ';
@ -304,4 +304,4 @@
}
/*# sourceMappingURL=3.b2603a50868c68a1c192.css.map*/
/*# sourceMappingURL=3.2f4099421df47087d7d1.css.map*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,30 @@
.sticker-picker {
width: 100%;
}
.sticker-picker .contents {
min-height: 250px;
}
.sticker-picker .contents .sticker-picker-content {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
}
.sticker-picker .contents .sticker-picker-content .sticker {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin: 4px;
width: 56px;
height: 56px;
}
.sticker-picker .contents .sticker-picker-content .sticker img {
height: 100%;
}
.sticker-picker .contents .sticker-picker-content .sticker img:hover {
filter: drop-shadow(0 0 5px var(--accent, #d8a070));
}
/*# sourceMappingURL=4.10e378d3da0e7f32661d.css.map*/

View File

@ -0,0 +1 @@
{"version":3,"sources":["webpack:///./src/components/sticker_picker/sticker_picker.vue?46b5"],"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,C","file":"static/css/4.10e378d3da0e7f32661d.css","sourcesContent":[".sticker-picker {\n width: 100%;\n}\n.sticker-picker .contents {\n min-height: 250px;\n}\n.sticker-picker .contents .sticker-picker-content {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n padding: 0 4px;\n}\n.sticker-picker .contents .sticker-picker-content .sticker {\n display: -ms-flexbox;\n display: flex;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n margin: 4px;\n width: 56px;\n height: 56px;\n}\n.sticker-picker .contents .sticker-picker-content .sticker img {\n height: 100%;\n}\n.sticker-picker .contents .sticker-picker-content .sticker img:hover {\n filter: drop-shadow(0 0 5px var(--accent, #d8a070));\n}"],"sourceRoot":""}

View File

@ -1,298 +0,0 @@
.RichContent blockquote {
margin: 0.2em 0 0.2em 2em;
font-style: italic;
}
.RichContent pre {
overflow: auto;
}
.RichContent code,
.RichContent samp,
.RichContent kbd,
.RichContent var,
.RichContent pre {
font-family: var(--postCodeFont, monospace);
}
.RichContent p {
margin: 0 0 1em 0;
}
.RichContent p:last-child {
margin: 0 0 0 0;
}
.RichContent h1 {
font-size: 1.1em;
line-height: 1.2em;
margin: 1.4em 0;
}
.RichContent h2 {
font-size: 1.1em;
margin: 1em 0;
}
.RichContent h3 {
font-size: 1em;
margin: 1.2em 0;
}
.RichContent h4 {
margin: 1.1em 0;
}
.RichContent .img {
display: inline-block;
}
.RichContent .emoji {
display: inline-block;
width: var(--emoji-size, 32px);
height: var(--emoji-size, 32px);
}
.RichContent .img,
.RichContent video {
max-width: 100%;
max-height: 400px;
vertical-align: middle;
-o-object-fit: contain;
object-fit: contain;
}
.tab-switcher {
display: -ms-flexbox;
display: flex;
}
.tab-switcher .tab-icon {
margin: 0.2em auto;
display: block;
}
.tab-switcher.top-tabs {
-ms-flex-direction: column;
flex-direction: column;
}
.tab-switcher.top-tabs > .tabs {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
padding-top: 5px;
-ms-flex-direction: row;
flex-direction: row;
}
.tab-switcher.top-tabs > .tabs::after, .tab-switcher.top-tabs > .tabs::before {
content: "";
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border-bottom: 1px solid;
border-bottom-color: #222;
border-bottom-color: var(--border, #222);
}
.tab-switcher.top-tabs > .tabs .tab-wrapper {
height: 28px;
}
.tab-switcher.top-tabs > .tabs .tab-wrapper:not(.active)::after {
left: 0;
right: 0;
bottom: 0;
border-bottom: 1px solid;
border-bottom-color: #222;
border-bottom-color: var(--border, #222);
}
.tab-switcher.top-tabs > .tabs .tab {
width: 100%;
min-width: 1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding-bottom: 99px;
margin-bottom: -93px;
}
.tab-switcher.top-tabs .contents.scrollable-tabs {
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
.tab-switcher.side-tabs {
-ms-flex-direction: row;
flex-direction: row;
}
@media all and (max-width: 800px) {
.tab-switcher.side-tabs {
overflow-x: auto;
}
}
.tab-switcher.side-tabs > .contents {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.tab-switcher.side-tabs > .tabs {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
overflow-y: auto;
overflow-x: hidden;
-ms-flex-direction: column;
flex-direction: column;
}
.tab-switcher.side-tabs > .tabs::after, .tab-switcher.side-tabs > .tabs::before {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-preferred-size: 0.5em;
flex-basis: 0.5em;
content: "";
border-right: 1px solid;
border-right-color: #222;
border-right-color: var(--border, #222);
}
.tab-switcher.side-tabs > .tabs::after {
-ms-flex-positive: 1;
flex-grow: 1;
}
.tab-switcher.side-tabs > .tabs::before {
-ms-flex-positive: 0;
flex-grow: 0;
}
.tab-switcher.side-tabs > .tabs .tab-wrapper {
min-width: 10em;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
@media all and (max-width: 800px) {
.tab-switcher.side-tabs > .tabs .tab-wrapper {
min-width: 4em;
}
}
.tab-switcher.side-tabs > .tabs .tab-wrapper:not(.active)::after {
top: 0;
right: 0;
bottom: 0;
border-right: 1px solid;
border-right-color: #222;
border-right-color: var(--border, #222);
}
.tab-switcher.side-tabs > .tabs .tab-wrapper::before {
-ms-flex: 0 0 6px;
flex: 0 0 6px;
content: "";
border-right: 1px solid;
border-right-color: #222;
border-right-color: var(--border, #222);
}
.tab-switcher.side-tabs > .tabs .tab-wrapper:last-child .tab {
margin-bottom: 0;
}
.tab-switcher.side-tabs > .tabs .tab {
-ms-flex: 1;
flex: 1;
box-sizing: content-box;
min-width: 10em;
min-width: 1px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-left: 1em;
padding-right: calc(1em + 200px);
margin-right: -200px;
margin-left: 1em;
}
@media all and (max-width: 800px) {
.tab-switcher.side-tabs > .tabs .tab {
padding-left: 0.25em;
padding-right: calc(.25em + 200px);
margin-right: calc(.25em - 200px);
margin-left: 0.25em;
}
.tab-switcher.side-tabs > .tabs .tab .text {
display: none;
}
}
.tab-switcher .contents {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-height: 0px;
}
.tab-switcher .contents .hidden {
display: none;
}
.tab-switcher .contents .full-height:not(.hidden) {
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.tab-switcher .contents .full-height:not(.hidden) > *:not(.mobile-label) {
-ms-flex: 1;
flex: 1;
}
.tab-switcher .contents.scrollable-tabs {
overflow-y: auto;
}
.tab-switcher .tab {
position: relative;
white-space: nowrap;
padding: 6px 1em;
background-color: #182230;
background-color: var(--tab, #182230);
}
.tab-switcher .tab, .tab-switcher .tab:active .tab-icon {
color: #b9b9ba;
color: var(--tabText, #b9b9ba);
}
.tab-switcher .tab:not(.active) {
z-index: 4;
}
.tab-switcher .tab:not(.active):hover {
z-index: 6;
}
.tab-switcher .tab.active {
background: transparent;
z-index: 5;
color: #b9b9ba;
color: var(--tabActiveText, #b9b9ba);
}
.tab-switcher .tab img {
max-height: 26px;
vertical-align: top;
margin-top: -5px;
}
.tab-switcher .tabs {
display: -ms-flexbox;
display: flex;
position: relative;
box-sizing: border-box;
}
.tab-switcher .tabs::after, .tab-switcher .tabs::before {
display: block;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.tab-switcher .tab-wrapper {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.tab-switcher .tab-wrapper:not(.active)::after {
content: "";
position: absolute;
z-index: 7;
}
.tab-switcher .mobile-label {
padding-left: 0.3em;
padding-bottom: 0.25em;
margin-top: 0.5em;
margin-left: 0.2em;
margin-bottom: 0.25em;
border-bottom: 1px solid var(--border, #222);
}
@media all and (min-width: 800px) {
.tab-switcher .mobile-label {
display: none;
}
}
.with-load-more-footer {
padding: 10px;
text-align: center;
border-top: 1px solid;
border-top-color: #222;
border-top-color: var(--border, #222);
}
.with-load-more-footer .error {
font-size: 14px;
}
.with-load-more-footer a {
cursor: pointer;
}
/*# sourceMappingURL=app.7d2d223f75c3a14b0991.css.map*/

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/10.02ffbc25214f297f720f.js","sourceRoot":""}

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/11.c173c6036fb3af5581b3.js","sourceRoot":""}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/12.5ca41e245bb40263bc7f.js","sourceRoot":""}

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/13.99621e6c47936075b44d.js","sourceRoot":""}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/14.4e05e7c284119777ecc5.js","sourceRoot":""}

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/15.23f179cc3adc903bb537.js","sourceRoot":""}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/16.43dd2c64dcb160dd96a6.js","sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{610:function(e){e.exports=JSON.parse('{"finder":{"error_fetching_user":"Hiba felhasználó beszerzésével","find_user":"Felhasználó keresése"},"general":{"submit":"Elküld"},"login":{"login":"Bejelentkezés","logout":"Kijelentkezés","password":"Jelszó","placeholder":"e.g. lain","register":"Feliratkozás","username":"Felhasználó név"},"nav":{"mentions":"Említéseim","public_tl":"Publikus Idővonal","timeline":"Idővonal","twkn":"Az Egész Ismert Hálózat"},"notifications":{"followed_you":"követ téged","notifications":"Értesítések","read":"Olvasva!"},"post_status":{"default":"Most érkeztem L.A.-be","posting":"Küldés folyamatban"},"registration":{"bio":"Bio","email":"Email","fullname":"Teljes név","password_confirm":"Jelszó megerősítése","registration":"Feliratkozás"},"settings":{"attachments":"Csatolmányok","avatar":"Avatár","bio":"Bio","current_avatar":"Jelenlegi avatár","current_profile_banner":"Jelenlegi profil banner","filtering":"Szűrés","filtering_explanation":"Minden tartalom mely ezen szavakat tartalmazza némítva lesz, soronként egy","hide_attachments_in_convo":"Csatolmányok elrejtése a társalgásokban","hide_attachments_in_tl":"Csatolmányok elrejtése az idővonalon","name":"Név","name_bio":"Név és Bio","nsfw_clickthrough":"NSFW átkattintási tartalom elrejtésének engedélyezése","profile_background":"Profil háttérkép","profile_banner":"Profil Banner","set_new_avatar":"Új avatár","set_new_profile_background":"Új profil háttér beállítása","set_new_profile_banner":"Új profil banner","settings":"Beállítások","theme":"Téma","user_settings":"Felhasználói beállítások"},"timeline":{"conversation":"Társalgás","error_fetching":"Hiba a frissítések beszerzésénél","load_older":"Régebbi állapotok betöltése","show_new":"Újak mutatása","up_to_date":"Naprakész"},"user_card":{"block":"Letilt","blocked":"Letiltva!","follow":"Követ","followees":"Követettek","followers":"Követők","following":"Követve!","follows_you":"Követ téged!","mute":"Némít","muted":"Némított","per_day":"naponta","statuses":"Állapotok"}}')}}]);
//# sourceMappingURL=17.d1deeeb81b7cab98b068.js.map

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/17.d1deeeb81b7cab98b068.js","sourceRoot":""}

View File

@ -0,0 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{601:function(e,n,r){"use strict";r.r(n),n.default={finder:{error_fetching_user:e=>{const{normalize:n}=e;return n(["Hiba felhasználó beszerzésével"])},find_user:e=>{const{normalize:n}=e;return n(["Felhasználó keresése"])}},general:{submit:e=>{const{normalize:n}=e;return n(["Elküld"])}},login:{login:e=>{const{normalize:n}=e;return n(["Bejelentkezés"])},logout:e=>{const{normalize:n}=e;return n(["Kijelentkezés"])},password:e=>{const{normalize:n}=e;return n(["Jelszó"])},placeholder:e=>{const{normalize:n}=e;return n(["e.g. lain"])},register:e=>{const{normalize:n}=e;return n(["Feliratkozás"])},username:e=>{const{normalize:n}=e;return n(["Felhasználó név"])}},nav:{mentions:e=>{const{normalize:n}=e;return n(["Említéseim"])},public_tl:e=>{const{normalize:n}=e;return n(["Publikus Idővonal"])},timeline:e=>{const{normalize:n}=e;return n(["Idővonal"])},twkn:e=>{const{normalize:n}=e;return n(["Az Egész Ismert Hálózat"])}},notifications:{followed_you:e=>{const{normalize:n}=e;return n(["követ téged"])},notifications:e=>{const{normalize:n}=e;return n(["Értesítések"])},read:e=>{const{normalize:n}=e;return n(["Olvasva!"])}},post_status:{default:e=>{const{normalize:n}=e;return n(["Most érkeztem L.A.-be"])},posting:e=>{const{normalize:n}=e;return n(["Küldés folyamatban"])}},registration:{bio:e=>{const{normalize:n}=e;return n(["Bio"])},email:e=>{const{normalize:n}=e;return n(["Email"])},fullname:e=>{const{normalize:n}=e;return n(["Teljes név"])},password_confirm:e=>{const{normalize:n}=e;return n(["Jelszó megerősítése"])},registration:e=>{const{normalize:n}=e;return n(["Feliratkozás"])}},settings:{attachments:e=>{const{normalize:n}=e;return n(["Csatolmányok"])},avatar:e=>{const{normalize:n}=e;return n(["Avatár"])},bio:e=>{const{normalize:n}=e;return n(["Bio"])},current_avatar:e=>{const{normalize:n}=e;return n(["Jelenlegi avatár"])},current_profile_banner:e=>{const{normalize:n}=e;return n(["Jelenlegi profil banner"])},filtering:e=>{const{normalize:n}=e;return n(["Szűrés"])},filtering_explanation:e=>{const{normalize:n}=e;return n(["Minden tartalom mely ezen szavakat tartalmazza némítva lesz, soronként egy"])},hide_attachments_in_convo:e=>{const{normalize:n}=e;return n(["Csatolmányok elrejtése a társalgásokban"])},hide_attachments_in_tl:e=>{const{normalize:n}=e;return n(["Csatolmányok elrejtése az idővonalon"])},name:e=>{const{normalize:n}=e;return n(["Név"])},name_bio:e=>{const{normalize:n}=e;return n(["Név és Bio"])},nsfw_clickthrough:e=>{const{normalize:n}=e;return n(["NSFW átkattintási tartalom elrejtésének engedélyezése"])},profile_background:e=>{const{normalize:n}=e;return n(["Profil háttérkép"])},profile_banner:e=>{const{normalize:n}=e;return n(["Profil Banner"])},set_new_avatar:e=>{const{normalize:n}=e;return n(["Új avatár"])},set_new_profile_background:e=>{const{normalize:n}=e;return n(["Új profil háttér beállítása"])},set_new_profile_banner:e=>{const{normalize:n}=e;return n(["Új profil banner"])},settings:e=>{const{normalize:n}=e;return n(["Beállítások"])},theme:e=>{const{normalize:n}=e;return n(["Téma"])},user_settings:e=>{const{normalize:n}=e;return n(["Felhasználói beállítások"])}},timeline:{conversation:e=>{const{normalize:n}=e;return n(["Társalgás"])},error_fetching:e=>{const{normalize:n}=e;return n(["Hiba a frissítések beszerzésénél"])},load_older:e=>{const{normalize:n}=e;return n(["Régebbi állapotok betöltése"])},show_new:e=>{const{normalize:n}=e;return n(["Újak mutatása"])},up_to_date:e=>{const{normalize:n}=e;return n(["Naprakész"])}},user_card:{block:e=>{const{normalize:n}=e;return n(["Letilt"])},blocked:e=>{const{normalize:n}=e;return n(["Letiltva!"])},follow:e=>{const{normalize:n}=e;return n(["Követ"])},followees:e=>{const{normalize:n}=e;return n(["Követettek"])},followers:e=>{const{normalize:n}=e;return n(["Követők"])},following:e=>{const{normalize:n}=e;return n(["Követve!"])},follows_you:e=>{const{normalize:n}=e;return n(["Követ téged!"])},mute:e=>{const{normalize:n}=e;return n(["Némít"])},muted:e=>{const{normalize:n}=e;return n(["Némított"])},per_day:e=>{const{normalize:n}=e;return n(["naponta"])},statuses:e=>{const{normalize:n}=e;return n(["Állapotok"])}}}}}]);
//# sourceMappingURL=17.f0fa826284cc937a877d.js.map

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

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/18.a4d5b399e228a6a45a7b.js","sourceRoot":""}

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

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/19.e513835c3274271258fa.js","sourceRoot":""}

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/20.49a14db2146e7bf4b87c.js","sourceRoot":""}

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

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/21.b2844ccdcfc3c8191e8e.js","sourceRoot":""}

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

View File

@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/js/22.68c0a771d79e3383f5e8.js","sourceRoot":""}

Some files were not shown because too many files have changed in this diff Show More