yp05327

Results 26 issues of yp05327

### Description These two pages are very slow https://gitea.com/issues https://gitea.com/pulls ![image](https://github.com/go-gitea/gitea/assets/18380374/70f6fcba-e850-41a9-a205-77af75470033) ![image](https://github.com/go-gitea/gitea/assets/18380374/11c6dc96-c213-4e04-875a-f961263a5850) Other pages: ![image](https://github.com/go-gitea/gitea/assets/18380374/8b4d9fea-620f-48b1-afed-b65f935cb98d) Not sure whether this is caused by network or something else. After several times refresh...

- following organization is broken from #28908 - add login check for the follow button in organization profile page

lgtm/need 1
size/M

Before: ![image](https://github.com/go-gitea/gitea/assets/18380374/61287cfa-3d37-4016-8d6c-8f9f08323c00) ![image](https://github.com/go-gitea/gitea/assets/18380374/5c388fd8-511e-4255-8f38-50278d3bbd37) After: ![image](https://github.com/go-gitea/gitea/assets/18380374/bca5606c-7eed-462f-958e-5ee7f5130438) ![image](https://github.com/go-gitea/gitea/assets/18380374/f1236210-9236-44ee-9cb2-dffba6aac8be) ps: - I think we don't need attachment images in issue cards, as if there are too many images in this issue, it will...

topic/ui
lgtm/need 1
size/M

Fix #28840 In signature_nogogit,go: ![image](https://github.com/go-gitea/gitea/assets/18380374/b442970f-37d5-42a0-8f6a-3200baad59c9) In signature_gogit.go: ![image](https://github.com/go-gitea/gitea/assets/18380374/3b194cfc-7a5c-4f4e-8e88-95c06015ff24)

type/bug
lgtm/need 2
size/M
backport/v1.21

Changes: - Add no permission to edit tooltip ![image](https://user-images.githubusercontent.com/18380374/234743899-ca95e789-ffe3-47d8-86d2-2936517df818.png) - fix the logic in ActionRunner.Editable - Gitea admin user can edit runner in org/repo runner settings page ![image](https://user-images.githubusercontent.com/18380374/234773411-b450db9d-262f-4e98-bc79-e17e23f0fedb.png) - Org...

topic/ui
issue/needs-feedback
lgtm/need 2
modifies/translation
size/L

Mentioned https://github.com/go-gitea/gitea/pull/26425#discussion_r1289795836 After: ![image](https://github.com/go-gitea/gitea/assets/18380374/980ca8c9-ae12-40b5-897a-7a40ea519772)

lgtm/need 1
size/XS

There's a bug in #25715: If user pushed a commit into another repo with same branch name, the no-related repo will display the recently pushed notification incorrectly. It is simple...

type/bug
lgtm/done
skip-changelog
reviewed/wait-merge
size/XL
modifies/go
modifies/templates
backport/v1.22

**What is the problem you're trying to solve** When I want to manage all secrets in one compose file, I noticed that I need to manage both compose files and...

In #478, inlined content for config was supported. `secrets` and `configs` are using the same struct `FileObjectConfig`, so it can be easily implemented. When I want to manage all secrets...

I have a question about the code here: https://github.com/hubmartin/WS2812B_STM32F4/blob/0e47916345becbebc0dad0df188d80d8b8a7991d/Src/ws2812b/ws2812b.c#L315 The first parameter of `ws2812b_set_pixel` is led channel, so the code above should set all channels as the following but not...