Commit Graph

11 Commits (c8093a13ff89834d587556a292c4c8cbfdb700a5)

Author SHA1 Message Date
Jason Song 2779d47ad3
Optimize html templates ()
Replace `active{{end}} item` with `active{{end}} item`.
Percy Ma b91167b772
fix(web): keep the pages of the navigation in the center ()
Keep the pages of the navigation in the center

<table>
  <tr>
    <th>Before</th>
    <th>After</th>
  </tr>

  <tr>
    <td>
<img width="200" alt="image"
src="https://user-images.githubusercontent.com/45708948/202838756-d6d57b3f-8144-4a43-a33b-ea7c8ab3a495.png">
</td>
    <td>
<img width="192" alt="image"
src="https://user-images.githubusercontent.com/45708948/202838740-bbae1e86-b14c-421d-92d4-d0e53d5952a2.png">
</td>
  </tr>
</table>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Gusted d55a0b7238
Refactor `i18n` to `locale` ()
* 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
silverwind c85bb62635
Replace more icons with SVG, repo search tweaks ()
* Replace more icons with SVG

- Replace remaining icons on admin page with SVG
- Fix vertical menu background on arc-green
- Minor improvments to frontpage repo search
- More icon replacements here and there

* fix integration

* whitespace tweak

* add comment

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Mario Lubenka fcbac38d6f Unifies pagination template usage () ()
Mario Lubenka 6e4af4985e Fixes pagination width on mobile view () ()
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
iszla 826c606952 Keep sort when switching page ()
aloupfor 1b1b85439e Remove href on first/last link when on first/last page ()
Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr>
Bo-Yi Wu 23aba523b5 feat: support search bar on star tab of user profile. ()
* feat: support search bar on star tab of user profile.

* fix: update testing.

* fix: Using loadAttributes

* fix: remove empty line.

* remove LOWER

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Bo-Yi Wu b13232f524 feat: support paginater on star tab of user profile. ()
Kim "BKC" Carlbäcker 562f9b6eae Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity