はい、最も簡単な方法は、その一回限りの巨大なボタンのスタイルを修正することですが、それでもボタンにこれほど多くのテキストが入っているのは少し不自然です。
もう少し手間をかければ、ユーザー体験の面でこのプロセスをよりスムーズにできる機会があると思います。
削除操作をドロップダウンリストに変更できます:
そして、オプションが選択されると、確認画面を表示します:
これは少し逆転したアプローチで、「削除をクリックし、その後、削除の種類を選択して確認する」のではなく、「削除の種類を選択し、その後、そのアクションを確認する」という流れになります。
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
Moin
2026 年 4 月 21 日午後 3:55
3
このボタンでも同じ問題が発生しますか?このボタンは、非表示から恒久的に削除する機能を有効にしたときに表示されます。
「いいね!」 3
Since the description contains pretty solid wording, this button could probably just say “I understand”, instead of “Yes, I understand permanently deleted data cannot be recovered”