Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! feat(accessibility): improve keyboard navigation and accessibi…
Browse files Browse the repository at this point in the history
…lity (#1694)
SGrueber committed Jan 13, 2025

Verified

This commit was signed with the committer’s verified signature.
G8XSU Gursharan Singh
1 parent cb0cd82 commit 5c62d06
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -16,6 +16,16 @@
>
<fa-icon [icon]="['fas', 'paper-plane']" />
</button>
<button
*ngIf="wishlist.shared"
type="button"
class="btn-tool btn-link ml-3"
title="{{ 'account.wishlist.header.stop_wishlist_sharing.label' | translate }}"
(click)="unshareWishlist(wishlist.id)"
data-testing-id="wishlist-stop-sharing"
>
<fa-icon [icon]="['fas', 'pause']" />
</button>
<button
type="button"
(click)="editWishlistDialog.show()"

0 comments on commit 5c62d06

Please sign in to comment.