silverwind
silverwind
### Feature Description I often have PRs that I'm not actively working on that are not ready for merge and labeling them "WIP" is inaccurate because no work is happening...
I have a LDAP auth source which has multiple redundant servers, I think it would be useful if a LDAP auth source would allow to specify more than one server...
### Feature Description As many know, we want to get rid of Fomantic UI. I propose the following: - Change the remaining easy-to-replace components with custom implementations in JS/CSS -...
Fixes: https://github.com/go-gitea/gitea/issues/31071 Not perfect but much better than before. Before: Overflows, sticky not working, filename unreadable: After:
TODO: - [ ] Make folding work, default to folded state - [ ] Recalculate rendered line numbers to exclude always-hidden lines - [ ] Figure out whether `::add-matcher` and...
This enables eslint to use the typescript parser and resolver which brings some benefits that eslint rules now have type information available and a tsconfig.json is required for the upcoming...
`overflow-wrap: anywhere` is a superior alternative to `word-wrap: break-word` and we were already setting it in the class. I tested a few cases, all look good.
Move the previous custom `tw-` classes to be defined in a tailwind plugin. I think it's cleaner that way and I also verified double-class works as expected:
1. `ContextPopup` is now a stateless component, accepting only props to render the popup 2. Loading state is gone, the requests are fast enough to not need a loading state...
Fixes https://github.com/go-gitea/gitea/issues/31170.