Skip to content

fix: replace edit user button with view button for user details screen #18683

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

zackpollard
Copy link
Contributor

Before:
image
After:
image

@zackpollard zackpollard changed the title chore: replace edit user button with view button for user details screen fix: replace edit user button with view button for user details screen May 27, 2025
@zackpollard zackpollard force-pushed the chore/change-user-admin-panel branch from f965c71 to 06176bd Compare May 27, 2025 15:20
@zackpollard zackpollard force-pushed the chore/change-user-admin-panel branch from 06176bd to c449e40 Compare May 27, 2025 15:26
@zackpollard zackpollard enabled auto-merge (squash) May 27, 2025 15:35
@zackpollard zackpollard merged commit 0712183 into main May 27, 2025
51 checks passed
@zackpollard zackpollard deleted the chore/change-user-admin-panel branch May 27, 2025 15:38
aria-label={$t('edit_user')}
icon={mdiEyeOutline}
title={$t('view_user')}
href={`${AppRoute.ADMIN_USERS}/${immichUser.id}`}
Copy link
Contributor

Choose a reason for hiding this comment

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

You can just use double quotes with {} instead of curly braces and template literals

savely-krasovsky pushed a commit to savely-krasovsky/immich that referenced this pull request Jun 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants