apX13_
apX13_
This PR fixes #1712 and addresses https://github.com/joinmarket-webui/jam/issues/772 Changes Made: 1. Updated the `direct-send` API to accept a list of `UTXOs` specified by the user. 2. Implemented backend logic to handle...
**Description**: Subtask of: #1561 This issue addresses (https://github.com/joinmarket-webui/jam/issues/772) **Aim**: Allow users to have full control over their UTXOs when performing a direct-send. **Current Situation** : Currently, the APIs `POST: /wallet/{walletname}/taker/direct-send`...
subtask of #689 This PR fixes #765 Quick freeze/unfreeze UTXOs from selected source Jar. Users will have the ability to select specific UTXOs when performing a direct-send or participating in...
This pull request builds upon the changes introduced in #771 `765-ui-implement-utxo-selection-modal`. Please merge #771 before reviewing this PR. This PR fixes #773 Changes: 1. User are now able to review...
Subtask of: #689 **Aim** : To give user an overview of the selected `UTXOs` before performing transaction  **Objective**: Probably adding an extra field, i.e Selected UTXOs and showing the...
subtask of #689 **Aim** : (ui) Quick freeze/unfreeze UTXOs from selected source Jar **Description**: Users should have the ability to select specific UTXOs when performing a direct-send or participating in...
**Description**: Subtask of: #689 and (JoinMarket-Org/joinmarket-clientserver#1561) **Aim**: Allow users to have full control over their UTXOs when performing a direct-send. **Current Situation** : Currently, the APIs `POST: /wallet/{walletname}/taker/direct-send` and `POST:...
This PR fixes https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1712 and addresses https://github.com/joinmarket-webui/jam/issues/772 Changes Made: - Updated the direct-send API to accept a list of UTXOs specified by the user. - Implemented backend logic to handle...
**Description:** Enhance the user experience by providing recommended words suggestions for the mnemonic phrase input field. This will help users by offering suggestions based on the mnemonic standard, making the...
Fixes: #831 Added recommended word suggestions to the mnemonic phrase input field. The feature aims to improve the usability and accuracy of the mnemonic input process **To Test:** Navigate to...