-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missed .hide
class
#23208
Fix missed .hide
class
#23208
Conversation
Thank you very much. The regexp I used to find the "hide" things was not strong enough at that moment. ps: my plan was to replace these classes batch by batch in a few PRs (to make the replacement more accurate and to make the review easier), while at that time, some people asked to do everything in one PR without intermediate step .... the all-in-one PR seems not easy to maintain 😂 |
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
@wxiaoguang
It is not easy to make an all-in-one PR unless it is necessary. In my opinion, Step-by-Step is better and easy to review. |
go-gitea#22950 removed `hide` class, and use `gt-hidden` But there are some missed `hide`.... --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* giteaofficial/main: Fix commit retrieval by tag (go-gitea#21804) Fix missed `.hide` class (go-gitea#23208) [skip ci] Updated translations via Crowdin Add loading yaml label template files (go-gitea#22976) Allow `<video>` in MarkDown (go-gitea#22892) Pull Requests: add button to compare force pushed commits (go-gitea#22857) Do not create commit graph for temporary repos (go-gitea#23219) Use the correct selector to hide the checkmark of selected labels on clear (go-gitea#23224) Order pull request conflict checking by recently updated, for each push (go-gitea#23220) Fix incorrect checkbox behaviors in the dashboard repolist's filter (go-gitea#23147)
#22950 removed
hide
class, and usegt-hidden
But there are some missed
hide
....