11 Commits (647b2649b1600107c5fec3505db691f78b2c1e2a)

Author SHA1 Message Date
Gusted d55a0b7238
Refactor `i18n` to `locale` (#20153)
* Refactor `i18n` to `locale`

- Currently we're using the `i18n` variable naming for the `locale`
struct. This contains locale's specific information and cannot be used
for general i18n purpose, therefore refactoring it to `locale` makes
more sense.
- Ref: https://github.com/go-gitea/gitea/pull/20096#discussion_r906699200

* Update routers/install/install.go
2 years ago
Ethan Koenig 833f8b94c2 Search bar for issues/pulls (#530) 8 years ago
Adam Strzelecki da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
9 years ago
Unknwon ec2423ad7c more UI minor fixes 9 years ago
Unknwon 5dc3dd1704 fix #1960 9 years ago
Unknwon 134d8e7681 work on #1961 9 years ago
Unknwon 83dc2468f5 finish initial version of pull request 9 years ago
Unknwon 7372042441 list view: issue, label, milestone 9 years ago
Unknwon 04458d49a0 milestone: list view 9 years ago
Unknwon ac95f6d50f UI: basic label list
- create new label
9 years ago
Unknwon 4447a20f87 UI: issues - finish basic frame 9 years ago