0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-11 08:25:15 +01:00
gitea/templates/repo/issue
silverwind fabe01478a
Migrate font-weight helpers to tailwind (#30027)
Commands ran:

```sh
perl -p -i -e 's#gt-font-light#tw-font-light#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-normal#tw-font-normal#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-medium#tw-font-medium#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-semibold#tw-font-semibold#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-bold#tw-font-bold#g' web_src/js/**/* templates/**/*
```
2024-03-23 18:45:11 +00:00
..
fields
labels Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
milestone
view_content Migrate font-weight helpers to tailwind (#30027) 2024-03-23 18:45:11 +00:00
branch_selector_field.tmpl
card.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
choose.tmpl
comment_tab.tmpl
filter_actions.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
filter_list.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
filters.tmpl
label_precolors.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
labels.tmpl
list.tmpl
milestone_issues.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
milestone_new.tmpl
milestones.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
navbar.tmpl
new_form.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
new.tmpl
openclose.tmpl
search.tmpl
view_content.tmpl Migrate font-weight helpers to tailwind (#30027) 2024-03-23 18:45:11 +00:00
view_title.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
view.tmpl