Skip to content

Conversation

@pkalita-lbl
Copy link
Collaborator

Fixes #1882

The primary changes here are updates to the UserPage component to use new Vuetify 3 components (e.g. v-data-tablev-data-table-server) and props (e.g. @click@update:model-value).

There was also one similar fix needed in SubmissionList.

Finally I set a default, hardcoded sort order on the backend User query. Otherwise, the order of rows isn't stable on refetch.

Copy link
Collaborator

@eecavanna eecavanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks for explaining the addition of the order_by call, in the PR description.

@eecavanna
Copy link
Collaborator

I'm going to go ahead and merge this into main now and then redeploy the dev Portal, since we are in pre-release testing week.

@eecavanna eecavanna merged commit 68aff6a into main Dec 10, 2025
2 checks passed
@eecavanna eecavanna deleted the issue-1882-users-page-switches branch December 10, 2025 01:07
@eecavanna
Copy link
Collaborator

These changes are now live in the dev environment.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switches on /users do not change state when clicked

3 participants