gitea/web_src/js
silverwind c287a8cdb5
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-container (push) Has been cancelled
Disable matchBrackets in monaco (#36089)
This one may be a bit opinionated but I prefer my editors to be clean of
distractions and these bracket highlights look too much like a cursor on
quick glance imho.

Before:
<img width="345" height="67" alt="Screenshot 2025-12-04 at 20 26 14"
src="https://github.com/user-attachments/assets/10b2ea19-4468-401b-9425-1caa1b64afe4"
/>

After:
<img width="319" height="69" alt="Screenshot 2025-12-04 at 20 26 25"
src="https://github.com/user-attachments/assets/edbd3291-965d-421f-85cf-8d927b2a323a"
/>
2025-12-05 07:06:13 +00:00
..
components fix some file icon ui (#36078) 2025-12-04 19:47:23 +01:00
features Disable matchBrackets in monaco (#36089) 2025-12-05 07:06:13 +00:00
markup Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
modules Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
render Update eslint to v9 (#35485) 2025-09-14 19:15:06 +03:00
standalone Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
utils Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
vendor
webcomponents Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
bootstrap.test.ts
bootstrap.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
globals.d.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
globals.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
htmx.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
index-domready.ts Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
index.ts Load jQuery as early as possible to support custom scripts (#35926) 2025-11-12 00:11:46 +08:00
svg.test.ts Remove "class-name" from svg icon (#33540) 2025-02-09 22:39:54 +02:00
svg.ts Fix a number of strictNullChecks-related issues (#35795) 2025-11-03 20:17:06 +00:00
types.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
utils.test.ts Use git diff-tree for DiffFileTree on diff pages (#33514) 2025-02-28 00:58:25 +00:00
utils.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
vitest.setup.ts