-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add icon to title of required questions in edit mode #2099
Conversation
1c4730e
to
3e97775
Compare
/backport to stable4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The icon technically is an asterisk, but it does look a bit funky and unexpected.
What do you think instead about a little red circle overlaid on the 3-dot menu (much like when you have unread notifications), which calls attention to opening the menu which then also explains that it is required?
Then we also save 1 icon spot additionally.
@jancborchardt thanks for the review. I think if we want to point out directly that one of settings of the submenu is enabled, it should be directly visible. Otherwise you wouldn't know what the red ring means and you'd have to look into the menu. But I'm with you that it is probably a little bit too big... |
Maybe just add it to the placeholder? |
For text questions ok, but how would you do it for e.g. the new file question? |
Was just dropping by so here some greets and my 5 cent: 👋 |
I like the idea 👍 |
So we overlay the Icon in small over the three dot menu? |
I could live with that, but move it to the top left and don't use the red color. I think this is too much. |
9dfd143
to
254dce3
Compare
Thanks for updating the screenshots and the code :) I only have little time right now... I'd be fine with that second version without the accent color :) @jancborchardt what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, agree with @Chartman123 , second version without the accent is very nice. :) Thanks @susnux as well!
2a6cc70
to
d553808
Compare
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: Christian Hartmann <[email protected]>
d553808
to
3c1e195
Compare
This fixes #2098 by adding a visual indicator in edit mode that a question is required:
(Also removes some now obsolete conditions)
Signed-off-by: Christian Hartmann [email protected]