From fafa399d74c39e6c932f6dc48841e6be8b061a17 Mon Sep 17 00:00:00 2001 From: notfire Date: Thu, 14 Aug 2025 20:19:36 -0400 Subject: [PATCH] add option to open conversation view by clicking empty space in posts --- README.md | 1 + src/components/settings_modal/tabs/general_tab.vue | 8 ++++++++ src/components/status/status.js | 9 +++++++++ src/components/status/status.vue | 1 + src/i18n/en.json | 1 + src/modules/config.js | 1 + src/modules/instance.js | 1 + 7 files changed, 22 insertions(+) diff --git a/README.md b/README.md index 2890bafa..0685d9ab 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ - add support for accepted follow request notifications - add option to prevent page from getting pushed when making a new post with streaming api enabled (similar to 3rd "for unreads" option) - add link on user card to open profiles in iceshrimp-fe +- add option to open conversation view by clicking empty space in posts - add a script to download ruffle for flash support (requires python3 and requests library) - download by entering `tools/` and running `python3 download_ruffle.py` diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index 8b7fa9e4..e7fea7fb 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -495,6 +495,14 @@ {{ $t('settings.no_rich_text_description') }} +
  • + + {{ $t('settings.click_empty_to_open_conversation') }} + +
  • {{ $t('settings.attachments') }}