1
0
Fork 0
Beyond coding. We forge. https://codeberg.org/forgejo/forgejo
Find a file
silverwind aefc747ccb
Clean up diff header css and reduce global textarea min-height (#29232)
1. Tweak diff header and remove a numbe of unneeded CSS for it:

Before:
<img width="433" alt="Screenshot 2024-02-18 at 01 08 09"
src="https://github.com/go-gitea/gitea/assets/115237/d8b377c0-57bc-44d5-bb57-a582c7d4b3b4">

After:
<img width="463" alt="Screenshot 2024-02-18 at 01 07 56"
src="https://github.com/go-gitea/gitea/assets/115237/d08c17e7-5b86-4d07-81da-6371f4754325">

3. Reduce height of review textarea and also reduce fomantic's CSS from
12em to 8em. Now fits better on my screen:

<img width="1352" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/5c658d13-295e-4929-94da-13ade888020d">

---------

Co-authored-by: delvh <dev.lh@web.de>
(cherry picked from commit 39f8ab591c18a65cf783ecd17ddc1a5914ceff7a)
2024-02-19 22:58:33 +01:00
.devcontainer
.forgejo [RELEASE] use 0.0-test instead of forgejo-test 2024-02-19 14:18:26 +01:00
.gitea
assets
build Add eslint-plugin-github and fix issues (#29201) 2024-02-17 23:24:31 +01:00
cmd
contrib
custom/conf
docker
docs
manual-testing@877d11b403
models Fix gitea-action user avatar broken on edited menu (#29190) 2024-02-17 23:24:31 +01:00
modules Improve TrHTML and add more tests (#29228) 2024-02-19 22:58:33 +01:00
options Merge pull request '[gitea] cherry-pick' (#2375) from earl-warren/forgejo:wip-gitea-cherry-pick into forgejo 2024-02-19 14:42:41 +00:00
public
releases/images
routers Refactor more code in templates (#29236) 2024-02-19 22:58:32 +01:00
services Implement some action notifier functions (#29173) 2024-02-19 22:58:32 +01:00
snap
templates Clean up diff header css and reduce global textarea min-height (#29232) 2024-02-19 22:58:33 +01:00
tests Merge pull request '[REFACTOR] Refactor the AGit code' (#2386) from gusted/fix-agit into forgejo 2024-02-19 15:59:10 +00:00
web_src Clean up diff header css and reduce global textarea min-height (#29232) 2024-02-19 22:58:33 +01:00
.air.toml
.changelog.yml
.deadcode-out Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
.dockerignore [RELEASE] cache node_modules 2024-02-19 14:18:26 +01:00
.editorconfig
.eslintrc.yaml Add eslint-plugin-github and fix issues (#29201) 2024-02-17 23:24:31 +01:00
.gitattributes
.gitignore
.gitmodules
.gitpod.yml
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml
.yamllint.yaml
BSDmakefile
build.go
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
DCO
Dockerfile [RELEASE] cache node_modules 2024-02-19 14:18:26 +01:00
Dockerfile.rootless [RELEASE] cache node_modules 2024-02-19 14:18:26 +01:00
go.mod
go.sum
LICENSE
main.go [RELEASE] decouple the release name from the version number 2024-02-17 15:27:35 +01:00
MAINTAINERS
Makefile Refactor more code in templates (#29236) 2024-02-19 22:58:32 +01:00
package-lock.json Add eslint-plugin-github and fix issues (#29201) 2024-02-17 23:24:31 +01:00
package.json Add eslint-plugin-github and fix issues (#29201) 2024-02-17 23:24:31 +01:00
playwright.config.js
poetry.lock Update JS and PY dependencies (#29184) 2024-02-17 23:24:31 +01:00
poetry.toml
pyproject.toml Update JS and PY dependencies (#29184) 2024-02-17 23:24:31 +01:00
README.md
RELEASE-NOTES.md
vitest.config.js
webpack.config.js Auto-update the system status in admin dashboard (#29163) 2024-02-17 23:24:31 +01:00

Welcome to Forgejo

Hi there! Tired of big platforms playing monopoly? Providing Git hosting for your project, friends, company or community? Forgejo (/for'd͡ʒe.jo/ inspired by forĝejo the Esperanto word for forge) has you covered with its intuitive interface, light and easy hosting and a lot of builtin functionality.

Forgejo was created in 2022 because we think that the project should be owned by an independent community. If you second that, then Forgejo is for you! Our promise: Independent Free/Libre Software forever!

What does Forgejo offer?

If you like any of the following, Forgejo is literally meant for you:

  • Lightweight: Forgejo can easily be hosted on nearly every machine. Running on a Raspberry? Small cloud instance? No problem!
  • Project management: Besides Git hosting, Forgejo offers issues, pull requests, wikis, kanban boards and much more to coordinate with your team.
  • Publishing: Have something to share? Use releases to host your software for download, or use the package registry to publish it for docker, npm and many other package managers.
  • Customizable: Want to change your look? Change some settings? There are many config switches to make Forgejo work exactly like you want.
  • Powerful: Organizations & team permissions, CI integration, Code Search, LDAP, OAuth and much more. If you have advanced needs, Forgejo has you covered.
  • Privacy: From update checker to default settings: Forgejo is built to be privacy first for you and your crew.
  • Federation: (WIP) We are actively working to connect software forges with each other through ActivityPub, and create a collaborative network of personal instances.

Learn more

Dive into the documentation, subscribe to releases and blog post on our website, find us on the Fediverse or hop into our Matrix room if you have any questions or want to get involved.

Get involved

If you are interested in making Forgejo better, either by reporting a bug or by changing the governance, please take a look at the contribution guide.