Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate paged users list component to vue #18582

Merged
merged 793 commits into from Feb 11, 2022
Merged

Migrate paged users list component to vue #18582

merged 793 commits into from Feb 11, 2022

Conversation

diosmosis
Copy link
Member

@diosmosis diosmosis commented Jan 6, 2022

Description:

This PR is based off of #18576.

Changes:

  • Migrate paged users list component to vue.

image

Review

@diosmosis diosmosis marked this pull request as ready for review February 3, 2022 14:12
@diosmosis diosmosis added Needs Review PRs that need a code review Do not close PRs with this label won't be marked as stale by the Close Stale Issues action and removed Stale The label used by the Close Stale Issues action labels Feb 3, 2022
Copy link
Contributor

@peterhashair peterhashair 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, but seems there is a tiny spacing difference in UI tests that maybe needs update, not sure that's random.

https://builds-artifacts.matomo.org/matomo-org/matomo/vue-usersmanager-4/53968/TwoFactorAuthUsersManager_list.png

Copy link
Contributor

@peterhashair peterhashair 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. I think nbsp tests is fix in other PR

@diosmosis diosmosis merged commit a286495 into 4.x-dev Feb 11, 2022
@diosmosis diosmosis deleted the vue-usersmanager-4 branch February 11, 2022 00:18
@@ -110,7 +110,7 @@ public function index()
['key' => 'superuser', 'value' => Piwik::translate('Installation_SuperUser'), 'disabled' => true],
];
$view->filterAccessLevels = [
['key' => '', 'value' => Piwik::translate('UsersManager_ShowAll')],
['key' => '', 'value' => ''], // show all
Copy link
Member

Choose a reason for hiding this comment

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

@diosmosis had you removed that one on purpose? If so I guess the translation key could be removed in en.json as well, as it doesn't seem to be used anywhere else.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it was removed on purpose, otherwise there is both "Show All" and a placeholder, but after selecting "Show All" there's no way to show the placeholder again, so a user might forget what the field was for. Will remove the translation in a PR.

@justinvelluppillai justinvelluppillai changed the title [Vue] migrate paged users list component to vue Migrate paged users list component to vue Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do not close PRs with this label won't be marked as stale by the Close Stale Issues action Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants