gitea/web_src/css
wxiaoguang 8fcbdf05b0
Refactor flash message and remove SanitizeHTML template func (#37179)
1. Fix the "flash message" layout problem for different cases
* I am sure most of the users should have ever seen the ugly
center-aligned error message with multiple lines.
2. Fix inconsistent "Details" flash message EOL handling, sometimes
`\n`, sometimes `<br>`
   * Now, always use "\n" and use `<pre>` to render
3. Remove SanitizeHTML template func because it is not useful and can be
easily abused.
* But it is still kept for mail templates, for example:
https://github.com/go-gitea/gitea/issues/36049
4. Clarify PostProcessCommitMessage's behavior and add FIXME comment

By the way: cleaned up some devtest pages, move embedded style block to
CSS file
2026-04-12 10:17:25 +08:00
..
editor Inline and lazy-load EasyMDE CSS, fix border colors (#36714) 2026-02-26 10:50:44 +00:00
features Replace Monaco with CodeMirror (#36764) 2026-03-31 21:50:45 +00:00
markup Remove dead CSS rules (#37173) 2026-04-11 10:41:56 +00:00
modules Indicate form field readonly via background (#37175) 2026-04-11 14:38:56 +00:00
repo Fix vertical alignment of `.commit-sign-badge` children (#36570) 2026-02-11 01:01:26 +00:00
shared
themes Desaturate dark theme background colors (#37056) 2026-04-02 01:24:52 +02:00
actions.css Remove dead CSS rules (#37173) 2026-04-11 10:41:56 +00:00
admin.css Instance-wide (global) info banner and maintenance mode (#36571) 2026-02-26 23:16:11 +08:00
base.css Refactor flash message and remove SanitizeHTML template func (#37179) 2026-04-12 10:17:25 +08:00
dashboard.css Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
devtest.css Refactor flash message and remove SanitizeHTML template func (#37179) 2026-04-12 10:17:25 +08:00
easymde.css Replace Monaco with CodeMirror (#36764) 2026-03-31 21:50:45 +00:00
explore.css
font_i18n.css
helpers.css
home.css Fix theme discovery and Vite dev server in dev mode (#37033) 2026-03-30 14:59:10 +00:00
index.css Refactor code render and render control chars (#37078) 2026-04-02 21:10:01 -07:00
install.css
org.css
repo.css Remove dead CSS rules (#37173) 2026-04-11 10:41:56 +00:00
review.css Improve control char rendering and escape button styling (#37094) 2026-04-06 11:07:33 +00:00
swagger.css Merge some standalone Vite entries into index.js (#37085) 2026-04-05 19:13:34 +00:00
user.css Add user badges (#36752) 2026-03-22 15:49:45 +00:00