aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/files/files-download.cy.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-011-0/+145
This fixes non reactive default action text of the name component. Also use download action as default action so that only one place is needed to define how to download a file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>