You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main: (33 commits)
Bump webpack from 5.75.0 to 5.76.0 (go-gitea#23484)
Replace Less with CSS (go-gitea#23481)
Fix 'View File' button in code search (go-gitea#23478)
Use `gitea/test_env` image instead of `golang` (go-gitea#23455)
Skip DB tests duplicate runs on push to branches (go-gitea#23476)
Update app.example.ini (go-gitea#23480)
[skip ci] Updated translations via Crowdin
Fix due date being wrong on issue list (go-gitea#23475)
test_env: hardcode major go version in use (go-gitea#23464)
Push option bonus for PTC docs (go-gitea#23473)
Lint Markdown pass
Push to create docs (go-gitea#23458)
Convert GitHub event on actions and fix some pull_request events. (go-gitea#23037)
Remove wrongly added column on migration test fixtures (go-gitea#23456)
Refactor branch/tag selector to Vue SFC (go-gitea#23421)
add admin API email endpoints (go-gitea#22792)
add user rename endpoint to admin api (go-gitea#22789)
Add workflow error notification in ui (go-gitea#23404)
Make branches list page operations remember current page (go-gitea#23420)
fix markdown lint issue (go-gitea#23457)
...
Copy file name to clipboardExpand all lines: docs/content/doc/developers/guidelines-frontend.en-us.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ menu:
21
21
22
22
## Background
23
23
24
-
Gitea uses [Less CSS](https://lesscss.org), [Fomantic-UI](https://fomantic-ui.com/introduction/getting-started.html) (based on [jQuery](https://api.jquery.com)) and [Vue3](https://vuejs.org/) for its frontend.
24
+
Gitea uses [Fomantic-UI](https://fomantic-ui.com/introduction/getting-started.html) (based on [jQuery](https://api.jquery.com)) and [Vue3](https://vuejs.org/) for its frontend.
25
25
26
26
The HTML pages are rendered by [Go HTML Template](https://pkg.go.dev/html/template).
27
27
28
28
The source files can be found in the following directories:
0 commit comments