You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you are on the first page of contracts table with page size 5
the you select all the 5 contracts and delete them you will No node contracts found on your account.
Steps To Reproduce
1, create more than 5 node contracts
2. go to contracts table and make the page size 5
3. select all of the 5 listed contracts
4. delete the selected contracts
5. you will see there is no contracts msg while you have another page
Replaced the static values with ref concept to change the value when needed.
Cached the nodes to use it when re-request to avoid duplicated requests.
Enhanced the list time by using the Promise.all() and displaying what gets finished.
Introduced a new hint alert to inform the user that the table will be reloaded in a bit.
Replaced the update-options event with the update-page and update-size events to avoid requesting each change that happens on the table and only request when changing the page/size.
Created only one function to request to list the contracts based on it's type.
Returned the onMounted life cycle and called the 'loadContracts' inside it.
Remove the duplicate requests.
Updated the getNodeInfo function to request only the nodes that are not cached.
verified on devnet
version : ad30945
contracts now reloads the page after 8 to 10 seconds
a message and notifications are now popping up to the user to enhance user experience
Is there an existing issue for this?
which package/s did you face the problem with?
Dashboard
What happened?
if you are on the first page of contracts table with page size 5
the you select all the 5 contracts and delete them you will
No node contracts found on your account.
Steps To Reproduce
1, create more than 5 node contracts
2. go to contracts table and make the page size 5
3. select all of the 5 listed contracts
4. delete the selected contracts
5. you will see there is no contracts msg while you have another page
which network/s did you face the problem on?
Dev
version
10b2b62
Twin ID/s
1525
Node ID/s
No response
Farm ID/s
No response
Contract ID/s
No response
Relevant screenshots/screen records
Screencast.from.05.2024.EEST.08.03.28.webm
Relevant log output
.
The text was updated successfully, but these errors were encountered: