Feature#791_ViewExpense : Partially implemented Expense Details modal with full view #276
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Feature#791_ViewExpense"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a modal component displaying detailed expense information.
Integrated react-hook-form with zod schema validation for comment input.
Enabled action buttons that set the next status and submit the form automatically.
Connected the form submission to backend mutation (useActionOnExpense) for updating expense status.
Added validation feedback for the comment field.
Improved UI styling for a better user experience.