1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Refactor repo-projects.ts (#32892)

- Remove jQuery
- Add types to all functions
- Tested all modified functionality

---------

Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
silverwind
2024-12-19 09:37:12 +01:00
committed by GitHub
parent dc8f59baa5
commit 141d782c1a
8 changed files with 148 additions and 235 deletions

View File

@@ -51,10 +51,6 @@
color: inherit;
}
.project-column-title-label {
flex: 1;
}
.project-column > .cards {
flex: 1;
display: flex;