fix: added 'open in'-options to context menu#1037
Merged
Merged
Conversation
spacecowboy
requested changes
Feb 16, 2026
spacecowboy
left a comment
Owner
There was a problem hiding this comment.
Removed mark above as read and mark below as read, because the swipe gesture makes this obsolete
This is incorrect. They are completely different functionality
- swiping an item toggles the read state of THAT item
- mark below as read: marks all items BELOW THE ITEM as read. It does not change the state of the item itself. Only the potentially 100s of items below it
- Same as the other but the other direction.
I'm fine with adding the other options but do not remove the these
This reverts commit c0d7c1d.
spacecowboy
approved these changes
Feb 17, 2026
Owner
|
Thank you @xn-7492 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added options to manually open an article in reader, custom tab and default browser, closes #809 and #837
Removed mark above as read and mark below as read, because the swipe gesture makes this obsolete
Let me know if you are ok with these changes
Fixes #809
Fixes #837