Is your feature request related to a problem? Please describe.
Currently, the download functionality uses a generic button labeled "Download Output" which doesn't align with modern UI patterns. Additionally, the downloaded files use generic names, making it difficult for users to organize and identify files when downloading multiple documents with different search terms.
Describe the solution you'd like
Replace the "Download Output" button with a download icon:
Is your feature request related to a problem? Please describe. Currently, the download functionality uses a generic button labeled "Download Output" which doesn't align with modern UI patterns. Additionally, the downloaded files use generic names, making it difficult for users to organize and identify files when downloading multiple documents with different search terms.
Describe the solution you'd like
Replace the "Download Output" button with a download icon:
Implement descriptive filename convention:
Format: {date}_ {inputfilename} {search_term}.docx
Date format: YYYYMMDD
Maximum filename length: 100 characters
Component limits:
Example: When searching for "CARTESIAN COORDINATES" in "Styrene-H.txt", the output should be "20241116_Styrene-H_CARTESIAN-COORDINATES.docx"
Add it in the Preview modal as well
In case of failure, display an error message returned by the API
Acceptance Criteria