Results 1013 comments of Lunny Xiao

Last commit cache is only for treepath view page but not branches page ?

The branches list on repo home page should be loaded asynchronously.

There is also another example https://gitea1.dev.blender.org/blender-foundation/blender/branches

To accelerate the branches list, maybe we have to sync all branches into database like we did with tags.

> Yes, I can somewhat understand that proposal, but I do have to say that this will be difficult and error-prone to implement/ maintain: This database entry will need to...

> To give another example, for example, I have added a desktop notification program information to the footer.tmpl through the API, if there is no browser session, it will not...

> Porting the same code from API to Web Router? Or from web router call API functions directly? The function maybe reused.

Yes, the contexts are different from Web and API routers.

> Why can't we use the existing API and need to write another web router? what else can this API do? The design to split UI rourters from API make...

> > > Why can't we use the existing API and need to write another web router? what else can this API do? > > > > > > The...