]> source.dussan.org Git - gitea.git/commitdiff
Mention `devtest` in frontend contributing guidelines (#26249)
authorDenys Konovalov <kontakt@denyskon.de>
Mon, 31 Jul 2023 10:49:21 +0000 (12:49 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Jul 2023 10:49:21 +0000 (12:49 +0200)
Our `devtest` page contains some good UI examples which should be taken
as example when working on Gitea UI. Mention it in our frontend
contributing guidelines to for new contributors to know about it.

docs/content/contributing/guidelines-frontend.en-us.md

index 3ec18518ce023adf1e41df21ba7e36625d03ff74..dc9eef1303dca3296720f63ad29e0cf1ba827d95 100644 (file)
@@ -133,3 +133,7 @@ A lot of legacy code already existed before this document's written. It's recomm
 ### Vue3 and JSX
 
 Gitea is using Vue3 now. We decided not to introduce JSX to keep the HTML and the JavaScript code separated.
+
+### UI Examples
+
+Gitea uses some self-made UI elements and customizes others to integrate them better into the general UI approach. When running Gitea in development mode (`RUN_MODE=dev`), a page with some standardized UI examples is available under `http(s)://your-gitea-url:port/devtest`.