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.
gitea/web_src/js
silverwind 226a82a939
Migrate font-family to tailwind (#30118)
Enable us to use tailwind's
[`font-family`](https://tailwindcss.com/docs/font-family) classes as
well as remove `gt-mono` in favor of `tw-font-mono`. I also merged the
"compensation" to one selector, previously this was two different values
0.9em and 0.95em. I did not declare a `serif` font because I don't think
there will ever be a use case for those. Command ran:

```sh
perl -p -i -e 's#gt-mono#tw-font-mono#g' web_src/js/**/* templates/**/*
2 months ago
..
components Migrate font-family to tailwind (#30118) 2 months ago
features Migrate font-family to tailwind (#30118) 2 months ago
markup Migrate `gt-hidden` to `tw-hidden` (#30046) 2 months ago
modules Drag-and-drop improvements for projects and issue pins (#29875) 2 months ago
render Use vitest globals (#27102) 8 months ago
standalone Enforce trailing comma in JS on multiline (#30002) 2 months ago
utils Migrate `gt-hidden` to `tw-hidden` (#30046) 2 months ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 9 months ago
webcomponents Enforce trailing comma in JS on multiline (#30002) 2 months ago
bootstrap.js Fix JS error and improve error message styles (#29963) 2 months ago
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) 4 months ago
htmx.js Auto-update the system status in admin dashboard (#29163) 4 months ago
index.js When the title in the issue has a value, set the text cursor at the end of the text. (#30090) 2 months ago
jquery.js Forbid variables containing jQuery collections not having the `$` prefix (#29839) 3 months ago
svg.js Update JS any PY dependencies, remove workarounds (#30085) 2 months ago
svg.test.js Use vitest globals (#27102) 8 months ago
utils.js enforce maxlength in frontend (#29389) 3 months ago
utils.test.js Use vitest globals (#27102) 8 months ago
vitest.setup.js Move vitest setup file to root (#29097) 4 months ago