nextcloud / files_rightclick

👉 Right click menu for Nextcloud
https://apps.nextcloud.com/apps/files_rightclick
GNU Affero General Public License v3.0
65 stars 23 forks source link

edit locally in file app context menu not always present #147

Closed rriemann closed 10 months ago

rriemann commented 1 year ago

I have today updated nextcloud to the latest version in beta channel. I run 25.0.0 RC3.

I noticed that the context menu has not always the entr "edit locally". It depends how you open it.

Right click on file name does not have it:

Screenshot_20221007_111117

Click on 3-dot menu has it:

image

PVince81 commented 1 year ago

I had a quick look at the code and I'm surprised that the right click menu isn't even accessing the FileActions data structure from the file list where actions are registered. This means that every time apps register new actions there, they will be missing in this menu.

JojoBr0 commented 1 year ago

Is there an intention to update the right click menu to use the Standard File Action structure? IMO the right click is a fundamental Feature.

PVince81 commented 1 year ago

currently there are not plans to do so, at least not with the old jquery code in the file list

however there are plans to port the files app to Vue, so the right click app will also need to be adjusted to the modernized APIs