diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e02251..483a0ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,28 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased (3.18) -### REMOVED -- dropped obsolete and buggy dm timeline - +## Unreleased ### Added -- UI for conversations API, replacing the DM timeline. - Here each thread (conversation) has it’s own timeline and read markers instead of mixing everything together. -- Boosts now show when and with which visibility they were boosted -- bookmarks are now accessible via the narrow/mobile UI - -### Fixed -- fixed saving fallback cop yof settings to local browser storage -- improve image animation detection further -- fix status content parsing for mention and hashtag detection; this could lock the UI until reload -- fix display of nsfw attachment overlays on webkit - -## Between 2022.09 (3.2.0) and 2025.12 (3.17.0) -A whole lot of stuff, but we forgot to update the changelog besides the one entry below, oopsi - - Implemented remote interaction with statuses -## 2022.09 (3.2.0) - 2022-09-10 + +## 2022.09 - 2022-09-10 ### Added - Automatic post translations. Must be configured on the backend in order to work. - Post editing, including a log of previous edits. diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss index 3ea93d48..b676298a 100644 --- a/src/components/attachment/attachment.scss +++ b/src/components/attachment/attachment.scss @@ -26,12 +26,6 @@ } } - &.-nsfw-placeholder { - .attachment-wrapper { - align-content: unset; - } - } - .description-container { flex: 0 1 0; display: flex; diff --git a/src/components/dm_conv_card/dm_conv_card.vue b/src/components/dm_conv_card/dm_conv_card.vue index 4d6e92ac..91c55734 100644 --- a/src/components/dm_conv_card/dm_conv_card.vue +++ b/src/components/dm_conv_card/dm_conv_card.vue @@ -6,9 +6,8 @@
-
 
-

{{ $t('dm_conv.default_name', {id: conversation.id}) }}

+

{{ $t('dm_conv.default_name', {id: this.conversation.id}) }}

@@ -95,7 +90,7 @@ @accepted="doDeleteConversation" @cancelled="hideDeleteConfirmModal" > - {{ $t('dm_conv.delete_confirm', { identifier: conversation.id }) }} + {{ $t('dm_conv.delete_confirm', { identifier: this.conversation.id }) }}
diff --git a/src/components/dm_conv_timeline/dm_conv_timeline.vue b/src/components/dm_conv_timeline/dm_conv_timeline.vue index 12406737..ae5f3575 100644 --- a/src/components/dm_conv_timeline/dm_conv_timeline.vue +++ b/src/components/dm_conv_timeline/dm_conv_timeline.vue @@ -6,15 +6,15 @@ timeline-name="dmConv" > diff --git a/src/components/emoji_grid/emoji_grid.vue b/src/components/emoji_grid/emoji_grid.vue index b4728435..449590cc 100644 --- a/src/components/emoji_grid/emoji_grid.vue +++ b/src/components/emoji_grid/emoji_grid.vue @@ -37,7 +37,7 @@ diff --git a/src/components/emoji_input/emoji_input.vue b/src/components/emoji_input/emoji_input.vue index 5f0b2dac..8e2fcb53 100644 --- a/src/components/emoji_input/emoji_input.vue +++ b/src/components/emoji_input/emoji_input.vue @@ -51,7 +51,7 @@ {{ suggestion.replacement }} diff --git a/src/components/emoji_picker/emoji_picker.vue b/src/components/emoji_picker/emoji_picker.vue index 3975632b..c306d22b 100644 --- a/src/components/emoji_picker/emoji_picker.vue +++ b/src/components/emoji_picker/emoji_picker.vue @@ -21,7 +21,7 @@ diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 673ee2ee..1a56685b 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -195,8 +195,8 @@ :class="{ 'visibility-tray-edit': isEdit }" >
+ class="format-selector-container">
+ >