Canapin
(Coin-coin le Canapin)
April 21, 2026, 9:40am
1
Not sure how this should be improved:
3 Likes
Yeah simplest option would be to fix that one-off giant button styling… but still it’s still a little weird to have so much text in a button.
With a little more effort I think there’s an opportunity to make this process a little cleaner in terms of experience.
We can make deletion a dropdown instead:
and then once an option is selected, we show the confirmation:
This is a slight flip where instead of “click delete, then confirm the delete by selecting the type” we instead do “click which type of delete, then confirm that action”
main ← ux-user-delete-dropdown
opened 03:42PM - 21 Apr 26 UTC
This avoids a very long deletion button in a dialog by moving it to a select-kit… menu with description text instead. This avoids the long button and allows the dialog that warns on delete to be more focused.
This also flips the confirmation order slightly, which I think is better UX.
Previously we'd do:
> click delete -> confirm by choosing one of two types type of deletion
Now it's
> click delete -> select one of two types -> confirm
Before:
<img width="500" alt="image" src="https://github.com/user-attachments/assets/e62cba26-78ee-46eb-b432-6584de5d5fdf" />
<img width="350" alt="image" src="https://github.com/user-attachments/assets/985cf650-22a4-4a34-b636-f45cc1f6cb6c" />
After:
<img width="450" alt="image" src="https://github.com/user-attachments/assets/d11ce3c9-d40b-4458-9954-795bda5a9e0a" />
<img width="425" alt="image" src="https://github.com/user-attachments/assets/c8ee162e-48b2-4584-ae4a-36ca10addc29" />
<img width="500" alt="image" src="https://github.com/user-attachments/assets/ce5ceda9-bf03-4f12-a25f-99a42e939a60" />
1 Like
Moin
April 21, 2026, 3:55pm
3
Is this also a problem at this button, which is shown when you enable the now unhidden permanently delete feature?
2 Likes