structables/src/structables
Kumi 3812d675fc
feat: enhance file download handling
Improved the file download process by appending filenames to the proxy URLs, facilitating proper naming of downloaded files. Updated the proxy function to accept an optional filename parameter, which is then used to set the 'Content-Disposition' header for file downloads. This ensures that files downloaded through the proxy are saved with their original names, improving user experience and file management. Additionally, modified the main route to pass file names to the proxy URLs for both image and non-image files, aligning with the enhanced proxy functionality.

This change addresses user feedback regarding difficulties in identifying and organizing downloaded files, by ensuring files retain their names post-download, thus making it easier for users to recognize and manage their downloads effectively.
2024-05-26 08:50:22 +02:00
..
routes feat: enhance file download handling 2024-05-26 08:50:22 +02:00
static feat(sitemap): redesign UI for improved navigation 2024-05-23 17:23:04 +02:00
templates feat: revamp footer layout and improve section separation 2024-05-25 17:21:23 +02:00
utils feat: enhance file download handling 2024-05-26 08:50:22 +02:00
__init__.py feat: Introduce pyproject.toml for build configuration 2024-05-23 08:06:36 +02:00
config.py feat: implement dynamic content loading and config management 2024-05-25 16:48:15 +02:00
main.py feat: Refactor app initialization for clarity 2024-05-25 17:00:44 +02:00