0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-25 17:04:12 -05:00
forgejo/templates/repo
silverwind 3ea7437fa6
Fix incorrect tailwind migration (#30007)
Fixes https://github.com/go-gitea/gitea/issues/30005. Regression from
https://github.com/go-gitea/gitea/pull/29945.

There was only once instance of `tw-content-center` before that PR, so I
just ran below command and reverted that one instance.

```sh
perl -p -i -e 's#tw-content-center#tw-items-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
```

(cherry picked from commit 04f9ad056882fc3f21b247b16f84437adf0f36d8)

Conflicts:
	templates/repo/diff/conversation.tmpl
	templates/repo/header.tmpl
	templates/repo/issue/filter_list.tmpl
	templates/repo/issue/view_content/conversation.tmpl
	templates/repo/wiki/view.tmpl
	web_src/js/components/DashboardRepoList.vue
	re-ran the command after discarding the Gitea changes to
	ensure all Forgejo files are also covered
2024-03-26 19:04:27 +01:00
..
actions Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
branch Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
cite Fix Citation modal responsiveness and clipboard copy (#29799) 2024-03-20 08:46:29 +01:00
code Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
diff Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
editor Remove jQuery AJAX from the repo editor (#29636) 2024-03-11 23:36:59 +07:00
find Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
graph Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
issue Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
migrate Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
projects Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
pulls Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
release Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
settings Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
tag Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
wiki Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
activity.tmpl Implement recent commits graph (#29210) 2024-02-26 22:30:26 +01:00
admin_flags.tmpl
blame.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
branch_dropdown.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
clone_buttons.tmpl Refactor clone-panel styles (#29861) 2024-03-26 19:04:24 +01:00
clone_script.tmpl Customizable "Open with" applications for repository clone (#29320) 2024-03-23 11:58:54 +01:00
code_frequency.tmpl Implement code frequency graph (#29191) 2024-02-26 22:30:26 +01:00
commit_load_branches_and_tags.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-26 19:04:27 +01:00
commit_page.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
commit_status.tmpl
commit_statuses.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-26 19:04:27 +01:00
commits.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
commits_list.tmpl
commits_list_small.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
commits_search_dropdown.tmpl Unify search boxes (#29530) 2024-03-20 12:31:05 +00:00
commits_table.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
contributors.tmpl
create.tmpl templates: remove superfluous SanitizeHTML 2024-03-11 23:36:58 +07:00
create_helper.tmpl Remove incorrect and unnecessary Escape from templates (#29394) 2024-02-26 22:30:27 +01:00
empty.tmpl Refactor clone-panel styles (#29861) 2024-03-26 19:04:24 +01:00
file_info.tmpl
flags.tmpl
forks.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
graph.tmpl Fix various loading states, remove .loading class (#29920) 2024-03-26 19:04:26 +01:00
header.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
header_fork.tmpl Replace some gt- classes with tw- (#29570) 2024-03-11 23:36:57 +07:00
home.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
icon.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-26 19:04:27 +01:00
latest_commit.tmpl
navbar.tmpl Implement recent commits graph (#29210) 2024-02-26 22:30:26 +01:00
packages.tmpl
pulse.tmpl Replace more gt- with tw- (#29678) 2024-03-11 23:36:59 +07:00
recent_commits.tmpl Implement recent commits graph (#29210) 2024-02-26 22:30:26 +01:00
release_tag_header.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
search.tmpl Unify search boxes (#29530) 2024-03-20 12:31:05 +00:00
search_name.tmpl
shabox_badge.tmpl
star_unstar.tmpl
sub_menu.tmpl
unicode_escape_prompt.tmpl templates: remove superfluous SanitizeHTML 2024-03-11 23:36:58 +07:00
upload.tmpl
user_cards.tmpl
view_file.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
view_list.tmpl Fix elipsis button not working if the last commit loading is deferred (#29544) 2024-03-06 12:10:46 +08:00
watch_unwatch.tmpl
watchers.tmpl