silverwind

Results 1343 comments of silverwind

Did some layout fixes in https://github.com/go-gitea/gitea/pull/27882/commits/0d08f06c14bac53c3a542631003d0fbd63ca1d00, now looks like this: Open issues: 1. I'm incorrectly shown multiple times, it should only show one box per Gitea account, not per-email. 2....

> > 1. I'm incorrectly shown multiple times, it should only show one box per Gitea account, not per-email. > > I would like to look at this but I...

> I actually wanted to implement this too. But I couldn't find an example in Gitea server. In Github, when I click on username on commits page, the url bar...

Yes, I can add this later I suppose. I plan on tweaking that display anyways.

> It should show one box per Gitea account now. Can confirm, it now only shows me once.

Various enhancements done. Colors are fixed in dark theme and other tweaks: TODO (help appreciated): - Remove the scoll to zoom interaction, it's weird. It should zoom with click and...

Maybe we should just make a background task that calculates the data for all repos and stores them in a cache, that way there is no issue with on-demand long-running...

Can also poll with `GET` requests from client, respond with 202 Accepted until done. When done respond with 200 and client does a `GET`. > 202 Accepted The request has...

- [x] Introduce either unocss or tailwindcss - [ ] Remove more fomantic - [ ] Finish https://github.com/go-gitea/gitea/pull/24423 - [ ] Finish https://github.com/go-gitea/gitea/pull/26802

> Why this issue have been unpinned Because I think pinned issues should better be reserved for "common issues", so people don't open so many duplicate issues, which was a...