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 @@