You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/web_src
Nanguan Lin 51d1dc22ff
Fix duplicate project board when hitting `enter` key (#27746)
When hitting the `enter` key to create a new project column, the request
is sent twice because the `submit` event and `key up` event are both
triggered.
Probably a better solution is to rewrite these parts of the code to
avoid using native jQuery but reuse the `form-fetch-action` class. But
it's beyond my ability.
8 months ago
..
css [FIX] resolve confusing colors in languages stats by insert a gap (#27704) 9 months ago
fomantic Remove fomantic `text` module (#26777) 10 months ago
js Fix duplicate project board when hitting `enter` key (#27746) 8 months ago
svg Use inline SVG for built-in OAuth providers (#25171) 1 year ago