STARIONGROUP / COMET-WEB-Community-Edition

The CDP4-COMET web application
https://www.stariongroup.eu
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feat #610 [Server Administration] Refactor Person Roles page to be inline with Measurement Scale page #651

Closed joao4all closed 1 month ago

joao4all commented 1 month ago

Prerequisites

Description

Closes #610 [Server Administration] Refactor Person Roles page to be inline with Measurement Scale page

=> also removes the loading component from person/participant role pages

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
92.6% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

joao4all commented 1 month ago

You could use the loadingPanel from DevExpress if you want to show that the grid is loading (https://demos.devexpress.com/blazor/LoadingPanel)

Nice call, gonna talk about it with Sam. Atm, the idea is to not block the page while a user does some operation. I see this component has a "IsContentBlocked" property, this can be used.