Earlier quoted context omitted.
1-bit actually. (But, yes, it’s pretty awful and makes it hard to take the content seriously even though it’s good content.)
I found it entertaining. I would completely ignore this as a generic rant without the stylized presentation.
We use too many damn modals (2018)
11–20 of 127 posts
Re: We use too many damn modals (2018)
#12Modals are basically the fancy clone of old school javascript's alert(), and while everyone would rightfully be annoyed being "alerted" needlessly, designers have convinced themselves that it's fine to show modals frequently? Edit: Claiming it's only designers' fault, or generalizing that all designers do that, is obviously wrong. I did not mean that. What I meant to convey (partially failed) is that examples propaga…
Re: We use too many damn modals (2018)
#13Re: We use too many damn modals (2018)
#14I don't want to complain, website is harder to read with all that 8 bitsh font type...Maybe normal post with one example for each idea would be good enough.
Re: We use too many damn modals (2018)
#15Re: We use too many damn modals (2018)
#16Not to mention that what should be a list is displayed as a table (-‸ლ)
Re: We use too many damn modals (2018)
#17If you design a desktop application, like say Word then modals are more appropriate than the alternatives in many situations. For a site like Medium, a modal is an annoyance. If I asked for something (click Settings) then I am happier with my modal than if I didn't ask (we're going to stuff cookies on your page anyway, here is our arse coverer).
The underlying message I take is we "use too many things that make it easier for the coder and harder for the user". Sometimes that's a modal, but sometimes that's NOT using a modal!
Re: We use too many damn modals (2018)
#18Modals are basically the fancy clone of old school javascript's alert(), and while everyone would rightfully be annoyed being "alerted" needlessly, designers have convinced themselves that it's fine to show modals frequently? Edit: Claiming it's only designers' fault, or generalizing that all designers do that, is obviously wrong. I did not mean that. What I meant to convey (partially failed) is that examples propaga…
Modal dialogs are a lot older than alert(). alert() is an instance of a modal dialog, not the other way round.
Re: We use too many damn modals (2018)
#19I remember reading somewhere that most (modal) dialogs are just lazy design. It's easier to have a dialog component and throw whatever notice or controls in there. It's a predictable and flexible canvas. Your password is incorrect? Error dialog. Easier to design and build that a warning state on the text-boxes and a message close to the login button. Writing a post? Editor dialog. It's easier to design and build than…
I don't think it is, as it hides some information from the main page. But I think it can be done well and be useful, as said at the end of the article.
After all, OS use a lot of modals.