eyra / mono

Next platform repo
https://eyra.co
GNU Affero General Public License v3.0
7 stars 5 forks source link

internal storage card file view should show only basename of filename #890

Closed TjerkNan closed 4 months ago

TjerkNan commented 4 months ago

Describe the bug Filename should only contain 'basename' of file name. Current filename shows entire S3 storage 'path'. Maybe donated filename should have a different filename that makes sense.

To Reproduce Steps to reproduce the behavior:

  1. donate file in preview mode
  2. Observe donated file

Expected behavior

Screenshots Screenshot 2024-06-26 at 23 18 37

Desktop (please complete the following information):

mellelieuwes commented 4 months ago

@TjerkNan this is by design. This is a file browser (like finder). There is no such thing as a basename of the files. The file names contains key=value pairs, thats all we have.

All files are json files. Exporting all the json files as zip is not implemented yet. Will be implemented soon in a new tab Exports.