Skip to content

Update avatar loading overlay styles to use rounded-xl#29

Merged
roble merged 1 commit into
mainfrom
dev
Apr 8, 2026
Merged

Update avatar loading overlay styles to use rounded-xl#29
roble merged 1 commit into
mainfrom
dev

Conversation

@roble

@roble roble commented Apr 8, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates the profile avatar UI in Edit.vue to use rounded rectangle (rounded-xl) styles instead of fully circular (rounded-full) styles for several interactive elements. Corresponding end-to-end tests are updated to match the new class names.

UI consistency updates:

  • Changed the avatar loading overlay, upload button, remove button, and profile update button from rounded-full (circular) to rounded-xl (rounded rectangle) for a more consistent and modern look in resources/js/pages/Profile/Edit.vue. [1] [2] [3] [4]

Test updates:

  • Updated selectors in end-to-end tests to look for rounded-xl instead of rounded-full to match the new UI in tests/e2e/tests/profile/avatar.spec.ts. [1] [2]

Copilot AI review requested due to automatic review settings April 8, 2026 19:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the profile avatar UI in Edit.vue to use rounded rectangle (rounded-xl) styles instead of fully circular (rounded-full) styles for interactive elements, achieving a more consistent and modern look. Corresponding E2E tests are updated to match the new class names.

Changes:

  • Changed avatar loading overlay, upload button, remove button, and profile update button from rounded-full to rounded-xl in the profile edit page
  • Updated E2E test selectors to verify the loading overlay with the new rounded-xl class

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
resources/js/pages/Profile/Edit.vue Updated 4 style class names from rounded-full to rounded-xl on avatar-related UI elements
tests/e2e/tests/profile/avatar.spec.ts Updated 2 test selectors to use rounded-xl instead of rounded-full for avatar overlay assertions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@roble roble merged commit 11c5ca0 into main Apr 8, 2026
6 checks passed
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.

2 participants