Conversation
|
Hi @meysam81. I'm not sure if a dedicated reload button custom-placed on every template is a good idea. If at all:
This will significantly reduce duplicated logic and lines of code. |
with destroy to avoid memory leak
|
done @knadh 👍 |
|
Hi! Hope you don't mind me adding to the repo, trying to build something for automated QA testing on individual PRs. Here's a summary of my testing. What I did here: create dev container, build a test plan, run test agent against the actual app, and the results below all look good. Test Execution ReportSummary
Artifact from Test 1 Result: ALL TESTS PASSED Test ResultsUI Tests
Functional Tests
Animation Tests
Edge Case Tests
Accessibility Tests
Accessibility DetailsThe refresh button meets accessibility requirements:
Environment
ConclusionAll 16 test cases passed successfully. The global refresh button feature in PR #2861 works correctly across all tested pages and scenarios. The implementation handles edge cases gracefully and meets accessibility standards. |

This PR adds the reload button to the dashboard to avoid having to refresh the page to get the data from the backend.
Screenshot below 👇
Click to expand