home.social

#modals — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #modals, aggregated by home.social.

fetched live
  1. Модальные окна в React: архитектура управления для сложных интерфейсов

    Модальные окна — один из самых недооценённых слоёв UI-архитектуры. Формы, подтверждения, панели действий — в любом крупном проекте их десятки. И почти в каждом проекте их управление со временем превращается в хаос. Не потому что разработчики ленивые. А потому что модалки обманчиво просты. useState(false) — и готово. Пока модалка одна, в одном месте, с одним набором данных — проблем нет.

    habr.com/ru/articles/1019824/

    #Modals #React #dialog #redux

  2. CW: Spoiler, Answer

    Ok so if you click anywhere in the purple area, it will invoke a "cancel" action.
    Surprised? Most modals behave like that. And I find it a horrible UX in every single case. I'm clumsy. I miss-click very often. I will lose my progress super easily if the app uses modals.

    This interface is even more so unfortunate, because it uses three(!) nested modals. So one unfortunate multi touch means I will have to redo a lot of clicks.

    #UX #Modals #Todoist

  3. CW: Spoiler, Answer

    Ok so if you click anywhere in the purple area, it will invoke a "cancel" action.
    Surprised? Most modals behave like that. And I find it a horrible UX in every single case. I'm clumsy. I miss-click very often. I will lose my progress super easily if the app uses modals.

    This interface is even more so unfortunate, because it uses three(!) nested modals. So one unfortunate multi touch means I will have to redo a lot of clicks.

    #UX #Modals #Todoist