Skip to content

Conversation

@AlexAndBear
Copy link
Contributor

Description

Related Issue

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@AlexAndBear AlexAndBear requested review from Copilot and kulmann and removed request for Copilot May 22, 2025 11:32
Copy link
Contributor

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

🤩

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR polishes the account page's app token deletion UI by adding an ARIA label for accessibility and shortening the visible delete button text.

  • Adds aria-label to the delete button
  • Updates visible button text from “Delete app token” to “Delete”

gap-size="none"
size="small"
class="delete-app-token-btn"
:aria-label="$gettext('Delete app token')"
Copy link

Copilot AI May 22, 2025

Choose a reason for hiding this comment

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

Consider including the specific token name in the aria-label (e.g., "Delete app token ‹tokenName›") to provide more context for screen reader users when multiple tokens are listed.

Suggested change
:aria-label="$gettext('Delete app token')"
:aria-label="`${$gettext('Delete app token')} ${item.label || '-'}`"

Copilot uses AI. Check for mistakes.
@AlexAndBear AlexAndBear merged commit 90f1438 into main May 22, 2025
18 of 19 checks passed
@AlexAndBear AlexAndBear deleted the issues/698-followup branch May 22, 2025 11:43
@openclouders openclouders mentioned this pull request May 22, 2025
1 task
@openclouders openclouders mentioned this pull request Jun 2, 2025
1 task
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.

3 participants