-
Notifications
You must be signed in to change notification settings - Fork 804
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
Clicking on an activity list item for a file opens the local file if available #4748
Conversation
when do we show the file activity window? |
When we want to see the file's activity from the file browser extension IMO we should add context menus to the activity list items at some point, so we can interact with them in more than one way. I would say this is out of scope though |
right click context menu? We do have a '...' menu but the way we list most actions right now with more buttons/links, the 'extra' menu never gets used or displayed. IMO showFileActivity should be there or in a button in the activities list. |
That would also work :) |
213225c
to
bc10da7
Compare
Codecov Report
@@ Coverage Diff @@
## master #4748 +/- ##
==========================================
- Coverage 56.80% 56.66% -0.15%
==========================================
Files 138 138
Lines 17142 17142
==========================================
- Hits 9738 9713 -25
- Misses 7404 7429 +25
|
bc10da7
to
a2d00af
Compare
…available Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
a2d00af
to
7891792
Compare
Kudos, SonarCloud Quality Gate passed! |
AppImage file: Nextcloud-PR-4748-789179214f1e0334d2b692c7bc361fe8f1b55680-x86_64.AppImage |
If the activity refers to more than one item, it will open the containing folder (since activities with several files will contain files that are within the same folder)
Addresses a point in #4433 and fixes #4063
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com