diff --git a/app/javascript/flavours/glitch/locales/en.json b/app/javascript/flavours/glitch/locales/en.json
index 02e44932f8..3faf16c335 100644
--- a/app/javascript/flavours/glitch/locales/en.json
+++ b/app/javascript/flavours/glitch/locales/en.json
@@ -144,12 +144,17 @@
"settings.wide_view": "Wide view (Desktop mode only)",
"settings.wide_view_hint": "Stretches columns to better fill the available space.",
"status.collapse": "Collapse",
+ "status.filtered": "Filtered",
"status.has_audio": "Features attached audio files",
"status.has_pictures": "Features attached pictures",
"status.has_preview_card": "Features an attached preview card",
"status.has_video": "Features attached videos",
+ "status.hide": "Hide post",
"status.in_reply_to": "This toot is a reply",
"status.is_poll": "This toot is a poll",
"status.local_only": "Only visible from your instance",
+ "status.show_filter_reason": "Show anyway",
+ "status.show_less": "Show less",
+ "status.show_more": "Show more",
"status.uncollapse": "Uncollapse"
}
diff --git a/app/javascript/flavours/glitch/styles/widgets.scss b/app/javascript/flavours/glitch/styles/widgets.scss
index 6f5907f535..d810ee4bfc 100644
--- a/app/javascript/flavours/glitch/styles/widgets.scss
+++ b/app/javascript/flavours/glitch/styles/widgets.scss
@@ -1,10 +1,4 @@
-@use 'sass:math';
-
.directory {
- background: var(--background-color);
- border-radius: 4px;
- box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
-
&__tag {
box-sizing: border-box;
margin-bottom: 10px;
@@ -65,7 +59,8 @@
&.active h4 {
&,
.fa,
- small {
+ small,
+ .trends__item__current {
color: $primary-text-color;
}
}
@@ -78,6 +73,10 @@
&.active .avatar-stack .account__avatar {
border-color: $ui-highlight-color;
}
+
+ .trends__item__current {
+ padding-inline-end: 0;
+ }
}
}
@@ -153,8 +152,9 @@
vertical-align: initial !important;
}
- &__interrelationships {
+ tbody td.accounts-table__interrelationships {
width: 21px;
+ padding-inline-end: 16px;
}
.icon {
diff --git a/app/javascript/images/filter-stripes.svg b/app/javascript/images/filter-stripes.svg
new file mode 100755
index 0000000000..4c1b58cb74
--- /dev/null
+++ b/app/javascript/images/filter-stripes.svg
@@ -0,0 +1,24 @@
+
diff --git a/app/javascript/mastodon/components/content_warning.tsx b/app/javascript/mastodon/components/content_warning.tsx
new file mode 100644
index 0000000000..df8afca74d
--- /dev/null
+++ b/app/javascript/mastodon/components/content_warning.tsx
@@ -0,0 +1,15 @@
+import { StatusBanner, BannerVariant } from './status_banner';
+
+export const ContentWarning: React.FC<{
+ text: string;
+ expanded?: boolean;
+ onClick?: () => void;
+}> = ({ text, expanded, onClick }) => (
+
+
- - {' '} - -
- - {mentionsPlaceholder} - - - - {!hidden && poll} - {translateButton} -