-
-
Notifications
You must be signed in to change notification settings - Fork 192
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(ui): long press on an item to show context menu #613
Conversation
3c60527
to
a481bc9
Compare
Just tested, looks stable. I'd change a few things:
But... maybe make it a bit easier? Place read/star/share in a grid, as these actions should be more familiar to users, and have the mark above/below as read as it is now. Something like the context menu in Chrome: Note the divider style, which could also be applied (less visible, more subtle). This way the menu would be much more handy. * By highlighting the item card, I mean the state when you hold your finger on it, which triggers the menu. But now, when you stop holding it, the bg color disappears - my idea is to make this display until the context menu is closed. 9d98fe0d-8c90-44da-8490-368671f3b113.mp4(Recorded it yesterday with an older build, but still applies) ** Could be the same as the triggered article tint I also find that this shadow border does not match the overall design of the app. Maybe make the background color of the context menu the same as the background color of the app, and give the context menu a subtle outline with a tint of the color of the highlighted item? Hmm... I imagine that would be a more appealing way to handle it. Great work as always! |
It's a bug and I just fixed it
Not sure about whether I have the energy to make another design for it, but I'll give it a try when I have time.
No, just follow the guidelines
Yes, blame google |
Mark above/below as readAfter evaluating the existing code base and the current model of how we handle read status updating, I find it difficult to implement new logic to make the Problems
Proposed SolutionIn this PR, two new methods are added to the code base,
Just what its name suggests, bulk updating the read status by a
Filter the list before or after the given Considerations
To-Do
|
It seems like that fever doesn't support bulk update of the read mark of multiple items, should we disable this feature on Fever accounts to avoid sync errors? @Ashinch |
We can mark them as read in turn on the background threads. Can leave this todo to me. |
Hi, @JunkFood02 #640 has been merged. Usage: |
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.
LGTM
A workaround or add-on before we implement #585
Close #611
To Do: