-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Prerequisites
- I have read the Contributing Guidelines.
- I have searched for existing feature requests or ideas discussions to avoid duplicates.
- I've requested a one and only one feature/change in this issue. I have not requested different features at once.
- My issue is well-defined and describes how it should be implemented from UI/UX perspective.
What do you want to be added or improved?
II would like to have a swipe functionality similar to Gmail or Thunderbird, where swiping performs an action such as archiving or deleting, based on the user's selection. I want to implement this on the Transactions page, allowing the swipe action to change the status of a transaction to Reconciled, Pending, Void, or Unreconciled. The user should be able to configure the desired action for swiping left or right in the Settings page.
Why do you need it?
Users can easily update multiple transactions just by swiping.
For example, I usually add all my transactions at night and verify them with the bank. Manually updating each one is tiring. With swipe actions, users can change transaction statuses more efficiently without editing them individually.
How do you imagine it?
For now, the planned functionality allows users to swipe right or left on any transaction in the Transactions page. The action triggered by each swipe depends on the user’s configuration in the Settings page.
Available swipe action options include:
- None (No action)
- Pending
- Voided
- Reconciled
- Un-Reconciled
Example, a user might choose "Reconciled" for swipe right and "Voided" for swipe left.
Additional Context
No response