Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: disable buttons on send, add result dialog #813

Merged

Conversation

Cifko
Copy link
Contributor

@Cifko Cifko commented Dec 5, 2023

Description

Disable buttons in send dialog when you press send. Add result dialog to the ui.
This dialog can be used from anywhere for any purpose not just sending result.
The transaction is successful even when only fees are accepted !

Motivation and Context

It was very annoying not knowing if you pressed the button to send or not.

Closes #814

How Has This Been Tested?

Manually.

What process can a PR reviewer use to test or verify this change?

Send some funds and see the result or fail, depending on what you enter.

Breaking Changes

  • None
  • Requires data directory to be deleted
  • Other - Please specify

Copy link

github-actions bot commented Dec 5, 2023

Test Results (CI)

170 tests  ±0   170 ✔️ ±0   1h 13m 45s ⏱️ +6s
  47 suites ±0       0 💤 ±0 
    2 files   ±0       0 ±0 

Results for commit 2f2f568. ± Comparison against base commit 04e53b3.

♻️ This comment has been updated with latest results.

@Cifko Cifko force-pushed the disable-buttons-send-tari-ui branch from 9b349a1 to bf5313e Compare December 6, 2023 15:09
@stringhandler stringhandler added this pull request to the merge queue Dec 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 7, 2023
@sdbondi sdbondi added this pull request to the merge queue Dec 8, 2023
Merged via the queue into tari-project:development with commit 1d146b8 Dec 8, 2023
10 checks passed
sdbondi added a commit to sdbondi/tari-dan that referenced this pull request Dec 8, 2023
* development:
  feat: disable buttons on send, add result dialog (tari-project#813)
  feat: proper transaction signature and validation (tari-project#791)
  fix: shard range computation (tari-project#796)
  feat(integration_tests): new test for downed substates (tari-project#798)
  chore(deps): Bump docker/setup-qemu-action from 2 to 3 (tari-project#789)
  chore(deps): Bump openssl from 0.10.59 to 0.10.60 (tari-project#793)
  fix: propagation (tari-project#799)
  feat: show substate version in dan wallet ui (tari-project#810)
  docs(template_lib): add rustdoc documentation (tari-project#824)
  chore(deps): Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /applications/tari_indexer_web_ui (tari-project#800)
  chore(deps): Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /applications/tari_validator_node_web_ui (tari-project#801)
  chore(deps-dev): Bump vite from 4.4.9 to 4.4.12 in /applications/tari_dan_wallet_web_ui (tari-project#818)
  fix: indexer settings in dan wallet ui (tari-project#805)
  feat: add transaction json download to ui (tari-project#815)
  fix: shorten string on small strings (tari-project#823)
  feat: set refresh balance interval to 5 sec (tari-project#819)
  chore: comment out flaky test (tari-project#817)
@Cifko Cifko deleted the disable-buttons-send-tari-ui branch December 11, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[danWalletUI] Buttons should disable while transactions are submitting
4 participants