You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #18564, I noticed that the "New Repository" screen might do well with some dropdown icons added where there is a dropdown, to avoid confusion. The "Signature Trust Model" already shows a dropdown icon, so it would add some consistency.
Further, I noticed that clicking into some boxes does only open the dropdown for the text width, clicking next to the grey text does nothing for the
license
issue
template
Dropdowns, but works well for e.g. the gitignore and README dropdowns.
I just wanted to make sure this is tracked.
Screenshots
The text was updated successfully, but these errors were encountered:
I think this is because they are not real dropdowns, but text fields which spawn a dropdown on focus. Fields "Owner" and "Signature Trust Model" are real dropdowns and we should adjust the other fields to be the same.
be the same or look the same? Maybe I can add more dropdown icons, not sure if I can fix the click area so the whole box triggers something (I hope so), if you intend some refactoring here, I don't fully understand what you mean - but I'm not really a frontend guy.
Gitea Version
1.17.0+dev-88-g1f0fea7e4
Operating System
Debian GNU/Linux 11
Browser Version
Firefox 96.0.3
Can you reproduce the bug on the Gitea demo site?
Yes
Description
While working on #18564, I noticed that the "New Repository" screen might do well with some dropdown icons added where there is a dropdown, to avoid confusion. The "Signature Trust Model" already shows a dropdown icon, so it would add some consistency.
Further, I noticed that clicking into some boxes does only open the dropdown for the text width, clicking next to the grey text does nothing for the
Dropdowns, but works well for e.g. the gitignore and README dropdowns.
I just wanted to make sure this is tracked.
Screenshots
The text was updated successfully, but these errors were encountered: