wxiaoguang

Results 292 comments of wxiaoguang

> Add mouse cursor prompt to wait? Is it the solution? `$('.CodeMirror-lines').css('cursor', 'wait');` Why not just use the placeholder in editor? IMO most editors have placeholders when uploading, including GitHub's...

But you can not assume every file is small or everyone's network is fast and stable. Even worst, how about there is a network failure/error? Can users get a feedback...

Thank you. The next steps in my mind: * [x] A separate PR #20679 to reduce this PR's complexity and make this PR more focused. * [ ] After PR...

Some background (quoted from another comment) I think it's worth to write some design document to clarify the architecture, to make the roadmap clear. Maybe one day in the future...

> My current use is to add javascript to the Gitea interface, get some information through the API, and display it in the original interface, such as report information Not...

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

Ping @lunny Can you describe more details about #17966 ? * https://github.com/go-gitea/gitea/issues/17966

It seems that `packages/packages.go:353:Cleanup` need to be polished. Everytime I run Gitea, I see the error 😂 ``` 2022/04/01 10:48:27 ...packages/packages.go:353:Cleanup() [E] [624667fb-15] hier2 ```

Some links in i18n are 404 (update: duplicate with justusbunsi's #19315 ) ![image](https://user-images.githubusercontent.com/2114189/161408836-b554604d-9610-4121-87fa-d7ca06c0eff7.png)

I meet the similar problem on my side: `embedded list` outputs nothing. If I do `TAGS=bindata make build` (1.16) on macOS, then `./gitea embedded list` can output the correct list....