feat: six UX improvements (drop zone, cancel, preview, re-export, no blob regen, webhook badge)#67
Merged
Merged
Conversation
…rt flows - Drop zone is now fully clickable (not just the Browse button) - Cancel button shown during PDF processing; kills the Java process via cancel_pdf_extraction - Transaction preview table (collapsible, first 10 rows) visible before export so users are never exporting blind - Export button always visible after success — change format/options and re-export without Start Again - XLSX blob no longer regenerates on every option toggle; export buffer is built only on Export click - Webhook section shows a success/failure badge on the collapsed header; panel auto-opens after send
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cancel_pdf_extraction) and returns to the idle state.createDownloadLinkcalls fromhandleFormatChangeandhandleOptionsChange; the export buffer is now built only when the user actually clicks Export.Files changed
src/components/file-uploader.tsxonClick+ keyboard handler on drop zone divsrc/App.tsxhandleCancel, preview state, stripped eager blob, always-visible Export buttonsrc/components/export-options.tsx.changeset/feat-ux-improvements.mdTest plan