Tagged Questions
0
votes
1answer
64 views
Concept for adding reminders
I'm remaking some code for a survey-system I'm the maintainer of. And one of the problems is adding reminders for the survey invites.
I made this: ...
4
votes
3answers
460 views
hide vs disable and redistribute empty space
I have complex UI form dialog with ~12 tabs and want to decide what is best:
enable/disable (gray out) fields - classic convention
hide/show if not necessary - could be confusing + jumping GUI
hide ...