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/templates
silverwind 83f571628d
Feed UI Improvements (#27356)
Various improvements related to feeds:

- Fix markdown rendering
- Increase font size from 13px to default 14px via `flex-item`
- Add style to hashes
- Move the timestamp to title line. I realize it's not optimal for
translation, we may need to change all these translations

Before:
<img width="768" alt="Screenshot 2023-09-29 at 22 52 58"
src="https://github.com/go-gitea/gitea/assets/115237/edda8b84-23cf-4a43-90ad-a892798f4e6c">

After:
<img width="781" alt="Screenshot 2023-09-29 at 22 58 09"
src="https://github.com/go-gitea/gitea/assets/115237/7097474d-efcf-4f22-a2ab-834a4e25c4e8">
1 year ago
..
admin Fix more "locale" usages (#27259) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Fix more "locale" usages (#27259) 1 year ago
code Fix more "locale" usages (#27259) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix more "locale" usages (#27259) 1 year ago
explore Fix more "locale" usages (#27259) 1 year ago
mail Update team invitation email link (#26550) 1 year ago
org Fix more "locale" usages (#27259) 1 year ago
package Fix more "locale" usages (#27259) 1 year ago
projects More `db.DefaultContext` refactor (#27265) 1 year ago
repo Fix template bug (#27362) 1 year ago
shared More `db.DefaultContext` refactor (#27265) 1 year ago
status Improve tree not found page (#26570) 1 year ago
swagger Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
user Feed UI Improvements (#27356) 1 year ago
webhook Extract common code to new template (#26933) 1 year ago
home.tmpl Fix more "locale" usages (#27259) 1 year ago
install.tmpl Fix more "locale" usages (#27259) 1 year ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago