Skip to content

Commit 1c13cfa

Browse files
authored
[DDW-761] Fix Delegation popover timeout (#2722)
* [DDW-761] Fix delegation timeout * [DDW-761] CHANGELOG
1 parent 88c5401 commit 1c13cfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Features
66

7+
- Fixed the Delegation popover timeout ([PR 2722](https://github.com/input-output-hk/daedalus/pull/2722))
78
- Removed "Alonzo tada" icon and "Alonzo countdown" screen ([PR 2708](https://github.com/input-output-hk/daedalus/pull/2708))
89

910
### Fixes

source/renderer/app/config/timingConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const ALLOWED_TIME_DIFFERENCE = 4.5 * 1000000; // 4.5 seconds | unit: mic
1414
export const NETWORK_STATUS_POLL_INTERVAL = 2000; // 2 seconds | unit: milliseconds
1515
export const NETWORK_CLOCK_POLL_INTERVAL = 1000; // 1 second | unit: milliseconds
1616
export const WALLET_UTXO_API_REQUEST_INTERVAL = 5 * 1000; // 5 seconds | unit: milliseconds
17-
export const STAKE_POOL_TOOLTIP_HOVER_WAIT = 100; // 700 milliseconds | unit: milliseconds
17+
export const STAKE_POOL_TOOLTIP_HOVER_WAIT = 500; // 500 milliseconds | unit: milliseconds
1818
export const COPY_STATE_DIRECTORY_PATH_NOTIFICATION_DURATION = 10; // unit: seconds
1919
export const NEWS_POLL_INTERVAL = 30 * 60 * 1000; // 30 minutes | unit: milliseconds
2020
export const NEWS_POLL_INTERVAL_ON_ERROR = 1 * 60 * 1000; // 1 minute | unit: milliseconds

0 commit comments

Comments
 (0)