Canapin
(Coin-coin le Canapin)
21 أبريل 2026، 9:40ص
1
غير متأكد من كيفية تحسين ذلك:
3 إعجابات
نعم، الخيار الأبسط هو إصلاح تنسيق زر واحد ضخم… لكن لا يزال من الغريب وجود الكثير من النص داخل زر.
مع جهد إضافي قليل، أعتقد أن هناك فرصة لجعل هذه العملية أنظف من حيث تجربة المستخدم.
يمكننا جعل الحذف قائمة منسدلة بدلاً من ذلك:
وبمجرد اختيار خيار، نعرض التأكيد:
هذا عكس بسيط، فبدلاً من “النقر على حذف، ثم تأكيد الحذف عن طريق اختيار النوع”، نقوم بـ “النقر على نوع الحذف، ثم تأكيد الإجراء”
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
21 أبريل 2026، 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”