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

feat: Split display name and username columns #45245

Merged
merged 2 commits into from May 14, 2024
Merged

Conversation

Pytal
Copy link
Member

@Pytal Pytal commented May 9, 2024

Summary

  • Split the columns in preparation for making the table sortable and adding header sort buttons
Before After
image image

Checklist

@Pytal Pytal added enhancement design Design, UI, UX, etc. 3. to review Waiting for reviews feature: users and groups labels May 9, 2024
@Pytal Pytal added this to the Nextcloud 30 milestone May 9, 2024
@Pytal Pytal self-assigned this May 9, 2024
@Pytal Pytal enabled auto-merge May 9, 2024 22:39
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

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

Makes sense for me, lets wait for designers.

@joshtrichards
Copy link
Member

Might be some intersection with #34178 (to avoid future code debt) though I didn't really follow where that stands since it's merged and the menu entry to get to Accounts is still labeled as Users so dunno.

In any case, seems header Username -> Login I think?

@Pytal
Copy link
Member Author

Pytal commented May 13, 2024

Might be some intersection with #34178 (to avoid future code debt) though I didn't really follow where that stands since it's merged and the menu entry to get to Accounts is still labeled as Users so dunno.

I think this was intentional @skjnldsv ?

In any case, seems header Username -> Login I think?

On the login page it is also "username" so I will keep it the same

Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

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

Seems good!

Agree with @joshtrichards that Username should be "Account name" (same on the login screen). But it’s something for a separate pull request. :)

@jancborchardt
Copy link
Member

Also question @Pytal – isn’t the sorting we add by "Last login" only? (And display name which is the default.) Or are we just going to make everything sortable?

@Pytal
Copy link
Member Author

Pytal commented May 14, 2024

Agree with @joshtrichards that Username should be "Account name" (same on the login screen). But it’s something for a separate pull request. :)

Sure, can do in a followup :)

Also question @Pytal – isn’t the sorting we add by "Last login" only? (And display name which is the default.) Or are we just going to make everything sortable?

Will just be displayname, userId, and last login for now as that is what has been implemented on the backend, not sure about others as it may be complicated

@Pytal
Copy link
Member Author

Pytal commented May 14, 2024

/compile amend /

Pytal added 2 commits May 14, 2024 09:50
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@Pytal Pytal merged commit 28564f9 into master May 14, 2024
104 checks passed
@Pytal Pytal deleted the feat/split-user-columns branch May 14, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants