gitea/web_src
HeySora dabc06d13b
Feature: Case-insensitive "find files in repo" ()
This (short) PR builds upon  and makes the file search
case-insensitive.

Previously, having a file named `TestFile.cs` would not be shown if
`test` was typed in the search box.
This now changes the matching function to be case-insensitive (without
affecting the UI).

The matching function, `strSubMatch`, is only used for this feature (it
has been introduced by ), meaning that this PR does not affect the
behaviour of any unrelated functionality of Gitea.
2022-09-28 00:55:15 +02:00
..
fomantic Various CSS tweaks () 2022-09-22 22:00:29 -05:00
js Feature: Case-insensitive "find files in repo" () 2022-09-28 00:55:15 +02:00
less Fix empty container layer history and UI () 2022-09-27 15:03:24 +02:00
svg Add support for Vagrant packages () 2022-08-29 15:04:45 +08:00