]> source.dussan.org Git - gitea.git/commit
Replace some `gt-` classes with `tw-` (#29570)
authorsilverwind <me@silverwind.io>
Mon, 4 Mar 2024 03:33:20 +0000 (04:33 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2024 03:33:20 +0000 (03:33 +0000)
commita2e90014ec20a1085449a66061389cfe0d12260f
tree1c0433015657b5ae0afa13080e2c4949f685b040
parentfe6792dff3d167e87b0c4476f7e7a7ce15742855
Replace some `gt-` classes with `tw-` (#29570)

Replace 18 `gt-` prefixes with `tw-` with perl replacement. I manually
checked them all with `rg` afterwards.
41 files changed:
templates/admin/notice.tmpl
templates/org/header.tmpl
templates/package/view.tmpl
templates/projects/list.tmpl
templates/projects/new.tmpl
templates/projects/view.tmpl
templates/repo/branch/list.tmpl
templates/repo/commit_page.tmpl
templates/repo/commits_list_small.tmpl
templates/repo/commits_table.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/comment_form.tmpl
templates/repo/diff/compare.tmpl
templates/repo/empty.tmpl
templates/repo/header.tmpl
templates/repo/home.tmpl
templates/repo/issue/list.tmpl
templates/repo/issue/milestone_new.tmpl
templates/repo/issue/view_content.tmpl
templates/repo/issue/view_content/comments.tmpl
templates/repo/issue/view_content/comments_delete_time.tmpl
templates/repo/migrate/migrate.tmpl
templates/repo/release/new.tmpl
templates/repo/settings/branches.tmpl
templates/repo/settings/githooks.tmpl
templates/repo/settings/lfs_pointers.tmpl
templates/repo/settings/options.tmpl
templates/repo/settings/tags.tmpl
templates/repo/unicode_escape_prompt.tmpl
templates/repo/view_file.tmpl
templates/repo/wiki/view.tmpl
templates/status/500.tmpl
templates/user/auth/captcha.tmpl
templates/user/dashboard/issues.tmpl
templates/user/notification/notification_div.tmpl
templates/user/settings/applications.tmpl
templates/user/settings/repos.tmpl
web_src/css/helpers.css
web_src/js/components/RepoBranchTagSelector.vue
web_src/js/features/common-global.js
web_src/js/modules/fomantic.js