Skip to content

fix(web): make failed job/upload error messages expandable#332

Open
MaxEriksson2000 wants to merge 2 commits intodevelopfrom
fix/expandable-job-errors
Open

fix(web): make failed job/upload error messages expandable#332
MaxEriksson2000 wants to merge 2 commits intodevelopfrom
fix/expandable-job-errors

Conversation

@MaxEriksson2000
Copy link
Copy Markdown
Collaborator

Summary

  • Failed job/upload items in the notification panel now show only filename + "Failed" by default
  • Clicking a failed item expands it to reveal the full error message
  • Prevents long error messages from overflowing the notification panel

Test plan

  • Upload a file that will fail (e.g. corrupt PDF) and verify the error row is compact
  • Click the failed row and verify the full error message appears
  • Click again to collapse
  • Verify non-failed items (queued, in progress, completed) still render as before

Error messages in the notification panel were overflowing the container.
Failed items now show only the status by default and expand to reveal
the full error message when clicked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant