-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: archive conversations (frontend) #13358
Conversation
5538bee
to
a807cbc
Compare
34392f4
to
1e76d5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality is good but a few notes about how we will implement it in LS.
Short summary after the live discussion:
|
I guess we should do this on API level? |
Makes sense |
970835e
to
6498409
Compare
6498409
to
845ae7b
Compare
src/components/ConversationSettings/ConversationSettingsDialog.vue
Outdated
Show resolved
Hide resolved
src/components/ConversationSettings/ConversationSettingsDialog.vue
Outdated
Show resolved
Hide resolved
src/components/ConversationSettings/ConversationSettingsDialog.vue
Outdated
Show resolved
Hide resolved
ee8bee2
to
aa2f638
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works good 🦅 , just a few comments on the UI.
{{ t('spreed', 'Archive conversation') }} | ||
</NcCheckboxRadioSwitch> | ||
<p class="app-settings-section__hint"> | ||
{{ t('spreed', 'Archived conversations are hidden from the conversation list by default. They will still be shown, if you have been mentioned directly, when you search for the conversation name or filter your conversation list for archived conversations.') }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{ t('spreed', 'Archived conversations are hidden from the conversation list by default. They will still be shown, if you have been mentioned directly, when you search for the conversation name or filter your conversation list for archived conversations.') }} | |
{{ t('spreed', 'Archived conversations are hidden from the conversation list by default. They will still be shown when you search for the conversation name or open archived conversations list.') }} |
Because mentioning depends on user notification settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropping line for now to not create extra work for translators. Will continue in follow-up
Signed-off-by: Maksim Sukharev <[email protected]>
aa2f638
to
1d19a6f
Compare
Signed-off-by: Maksim Sukharev <[email protected]>
- show ongoing calls in archived conversations, if 'notify about calls' is truthy Signed-off-by: Maksim Sukharev <[email protected]>
1d19a6f
to
19286fd
Compare
/backport to stable30 |
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🏁 Checklist