forgejo/templates/repo
Denys Konovalov ab78c39e41
Refactor project templates (#26448)
This PR refactors a bunch of projects-related code, mostly the
templates.
The following things were done:
  - rename boards to columns in frontend code
  - use the new `ctx.Locale.Tr` method
  - cleanup template, remove useless newlines, classes, comments
  - merge org-/user and repo level project template together
    - move "new column" button into project toolbar
- move issue card (shared by projects and pinned issues) to shared
template, remove useless duplicated styles
- add search function to projects (to make the layout more similar to
milestones list where it is inherited from 😆)
  - maybe more changes I forgot I've done 😆 

Closes #24893

After:
![Bildschirmfoto vom 2023-08-10
23-02-00](https://github.com/go-gitea/gitea/assets/47871822/cab61456-1d23-4373-8163-e567f1b3b5f9)
![Bildschirmfoto vom 2023-08-10
23-02-26](https://github.com/go-gitea/gitea/assets/47871822/94b55d60-5572-48eb-8111-538a52d8bcc6)
![Bildschirmfoto vom 2023-08-10
23-02-46](https://github.com/go-gitea/gitea/assets/47871822/a0358f4b-4e05-4194-a7bc-6e0ecba5a9b6)

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-08-12 10:30:28 +00:00
..
actions Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
branch Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
cite
code Some fixes of the prompt of new branches (#26257) 2023-08-01 07:25:11 +00:00
diff Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
editor Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
find
graph Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
issue Refactor project templates (#26448) 2023-08-12 10:30:28 +00:00
migrate Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
projects Refactor project templates (#26448) 2023-08-12 10:30:28 +00:00
pulls Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
release Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
settings Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
tag
wiki
activity.tmpl
blame.tmpl
branch_dropdown.tmpl
clone_buttons.tmpl
clone_script.tmpl
commit_load_branches_and_tags.tmpl Remove commit load branches and tags in wiki repo (#26304) 2023-08-04 15:49:43 +00:00
commit_page.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
commit_status.tmpl
commit_statuses.tmpl
commits.tmpl
commits_list.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
commits_list_small.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
commits_table.tmpl Fix commit compare style (#26209) 2023-07-29 16:19:12 +00:00
create.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
create_helper.tmpl
empty.tmpl
file_info.tmpl Show image size on view page (#25884) 2023-07-31 05:04:45 +00:00
forks.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
graph.tmpl
header.tmpl Remove unnecessary template helper repoAvatar (#26387) 2023-08-08 15:29:35 +08:00
home.tmpl
icon.tmpl Remove unnecessary template helper repoAvatar (#26387) 2023-08-08 15:29:35 +08:00
packages.tmpl
release_tag_header.tmpl
search.tmpl
search_name.tmpl
shabox_badge.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
sub_menu.tmpl
unicode_escape_prompt.tmpl Make confusable character warning less jarring (#25069) 2023-08-03 22:16:06 +08:00
upload.tmpl
user_cards.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
view_file.tmpl fix generated source URL on rendered files (#26364) 2023-08-08 09:04:04 +00:00
view_list.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
watchers.tmpl