Is your feature request related to a problem? Please describe.
File names are currently searchable (via #206), however, nowhere in the Philomena frontend is the file name of the image visible. Currently it is only visible in API responses.
Describe the solution you'd like
Potentially an area of the image page displays the file name.
Describe alternatives you've considered
Potential alternatives that could be less intrusive:
- alt text on the image itself is the file name
- a expanding view of the API response (potentially only if the account has some sort of developer mode or advanced mode enabled)
Additional context
Potential issues:
- file names could have explicit or vulgar content not in-line with the image tags / ratings of the image, eg. see this image
- File names pulled from URLs are after the last
/ in the URI, and include the query params. E.g. the image linked above has signature query params from Discord's signed image URL thing that ensures you can't permanently hotlink an image.
Is your feature request related to a problem? Please describe.
File names are currently searchable (via #206), however, nowhere in the Philomena frontend is the file name of the image visible. Currently it is only visible in API responses.
Describe the solution you'd like
Potentially an area of the image page displays the file name.
Describe alternatives you've considered
Potential alternatives that could be less intrusive:
Additional context
Potential issues:
/in the URI, and include the query params. E.g. the image linked above has signature query params from Discord's signed image URL thing that ensures you can't permanently hotlink an image.