Results 461 comments of Lunny Xiao

> > How about remove milestone labels in issue page and keep milestone list/detail pages? > > They were removed in previous update It's better to update the screenshots on...

Could we display labels on the milestone detail page.

> > Could we display labels on the milestone detail page. > > I agree but we shouldn't bloat the scope of this PR too much. It's been waiting too...

Maybe it's like repository which has both description and README.md?

Since #24492 merged, I think we can close this one and further information could be sent to another PR.

User level runner has been merged into 1.20

Wouldn't we say htmx will be used on simple situation? I think this page is very complex.

> Is it fine to hook into `services/notify` to get updates about changes like the added comments? I think it should be. You need to implemente a new notifier like...

> I tried extracting the template for a single comment from `comments.tmpl`: > > ``` > {{range .Issue.Comments}} > {{if call $.ShouldShowCommentType .Type}} > {{if and (eq .Type 29) (or...