-
refactor-for-llama-parse (#17)
released this
2026-08-23 16:58:32 +00:00 | 1 commits to main since this releaseMR: LlamaParse pipeline support, fetch request deletion, and UX improvements
Source branch:
refactor-for-llama-parse
Target branch:mainSummary
This MR adds support for the
llama_parsepipeline type across fetch requests, introduces delete functionality for fetch requests (from both the list and detail pages), and navigates to the detail page after a successful create.Changes
Features
-
LlamaParse pipeline support (
22e6603)- Renamed pipeline type
llama_parser→llama_parseinfetch-requests.models.tsto match the backend enum. - Updated pipeline progress computation in
PipelineStepperfor the new step naming.
- Renamed pipeline type
-
Delete fetch requests (
8694537)- List page: added a delete icon button on each row with confirmation dialog; disabled while the request is processing.
- Detail page: added a Delete action in the header section with confirmation; redirects back to the list on success.
- Deletion warns that all associated expenses and ambiguities will be removed.
- Success/error feedback via toast notifications using
formatApiError.
-
Navigate after create (
c6622d4)- After successfully creating a fetch request, the user is now redirected to its detail page instead of staying on the form.
Refactoring / Cleanup
- Drop dead llama_extract SSE step (
c585b62)- Removed unused SSE handling for the obsolete
llama_extractstep.
- Removed unused SSE handling for the obsolete
Chores
- Added
tsconfig.tsbuildinfoto.gitignore(1c5d8ed).
Files changed
File Change .gitignoreIgnore tsconfig.tsbuildinfosrc/FetchRequest/FetchRequestCreate.tsxRow-level delete in list; navigate to detail after create src/FetchRequest/FetchRequestDetail.tsxDelete action with confirm + redirect src/FetchRequest/components/PipelineStepper.tsxProgress calc adjustments src/features/fetch-requests/fetch-requests.models.tsPipelineType:llama_parser→llama_parseReviewed-on: #17
Co-authored-by: Vishesh 'ironeagle' Bangotra aetoskia@gmail.com
Co-committed-by: Vishesh 'ironeagle' Bangotra aetoskia@gmail.comDownloads
-