silverwind

Results 266 issues of 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...

type/proposal

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...

type/enhancement
issue/confirmed
topic/authentication

### 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 -...

type/proposal
topic/ui

Fixes: https://github.com/go-gitea/gitea/issues/31071 Not perfect but much better than before. Before: Overflows, sticky not working, filename unreadable: After:

lgtm/need 2
size/L
modifies/templates

TODO: - [ ] Make folding work, default to folded state - [ ] Recalculate rendered line numbers to exclude always-hidden lines - [ ] Figure out whether `::add-matcher` and...

type/enhancement
lgtm/need 2
size/M
modifies/js

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...

lgtm/need 2
topic/code-linting
size/L
modifies/internal
modifies/js
modifies/dependencies

`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.

lgtm/need 2
type/refactoring
size/M

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:

lgtm/need 2
type/refactoring
size/M
modifies/js

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...

type/bug
lgtm/need 2
size/L
modifies/go
modifies/templates
modifies/js
backport/v1.22

Fixes https://github.com/go-gitea/gitea/issues/31170.

type/bug
lgtm/need 1
size/XS
modifies/templates
backport/v1.22