gitea/templates/repo/issue
JakobDev 85fa954a38
Improve some Forms ()
Don't really know a better name for this. I've gone through some Forms
and added missing HTML attributes (mostly `maxlength`). I tried to fill
the Forms with dummy Data and see if Gitea throws a Error (e.g. maximum
length). If yes, I added the missing HTML attribute.

While working on this, I discovered that the Form to add OAuth2 Apps
just silently fails when filled with invalid data, so I fixed that too.
..
fields Add validations.required check to dropdown field ()
labels Improve accessibility when (re-)viewing files ()
milestone Improve milestone filter on issues page ()
view_content Add the ability to pin Issues ()
branch_selector_field.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ()
choose.tmpl Implement Issue Config ()
comment_tab.tmpl Improve markdown editor: width, height, preferred ()
label_precolors.tmpl Fix purple color in suggested label colors ()
labels.tmpl Make Issue/PR/projects more compact, misc CSS tweaks ()
list.tmpl Add the ability to pin Issues ()
milestone_issues.tmpl Notification list enhancements, fix striped tables on dark theme ()
milestone_new.tmpl Add main landmark to templates and adjust titles ()
milestones.tmpl Make Issue/PR/projects more compact, misc CSS tweaks ()
navbar.tmpl Make Issue/PR/projects more compact, misc CSS tweaks ()
new.tmpl Make Issue/PR/projects more compact, misc CSS tweaks ()
new_form.tmpl Support markdown editor for issue template ()
openclose.tmpl Make Issue/PR/projects more compact, misc CSS tweaks ()
search.tmpl Improve some Forms ()
view.tmpl Make Issue/PR/projects more compact, misc CSS tweaks ()
view_content.tmpl Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables ()
view_title.tmpl Improve accessibility when (re-)viewing files ()