Content
View differences
Updated by Eric Schubert about 4 years ago
* Styling according to specs
* Implement direct actions
* Click on title => "open" in editor/app
* Click on download icon => still inactive (depends on <mention class="mention" data-id="40375" data-type="work_package" data-text="#40375">#40375</mention>)
* Click "Folder" icon => "opens" location in Files app in Nextcloud
* Click on "Unlink" icon => Removes file link from backend, and removes the line.
UPDATE 2022-04-27:
Split into following implementation chunks
* List file links
* without fetching live data
* click on title opens file in nextcloud (openfile=1)
* "Open Nextcloud" button below list opens base url of storage host
* beware of storage type naming -> derive it from storage's type
* Add direct action hover menu
* add first direct action "Open File in Location"
* Add "Unlink file link" direct action to hover menu
* Add "Download file" direct action to hover menu
* Implement direct actions
* Click on title => "open" in editor/app
* Click on download icon => still inactive (depends on <mention class="mention" data-id="40375" data-type="work_package" data-text="#40375">#40375</mention>)
* Click "Folder" icon => "opens" location in Files app in Nextcloud
* Click on "Unlink" icon => Removes file link from backend, and removes the line.
UPDATE 2022-04-27:
Split into following implementation chunks
* List file links
* without fetching live data
* click on title opens file in nextcloud (openfile=1)
* "Open Nextcloud" button below list opens base url of storage host
* beware of storage type naming -> derive it from storage's type
* Add direct action hover menu
* add first direct action "Open File in Location"
* Add "Unlink file link" direct action to hover menu
* Add "Download file" direct action to hover menu