frontend
frontend copied to clipboard
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bangumi/frontend). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
页面 url `http://127.0.0.1:5173/group/reply/2092074/edit` 在未获取用户数据就发送了 `/group/post/[id]`,并抛出了错误,导致获取到用户数据时,页面没有刷新。 在这个组件上包裹一个 Loading 会不会好一点 https://github.com/bangumi/frontend/blob/17d8319f8e1f68e1f80ca745c7774a5f146c6b85/packages/website/src/pages/index/group/reply/%5Bid%5D/edit.tsx#L99
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
https://github.com/bangumi/frontend/pull/473#discussion_r1156686423 不太确定是不是需要 `vite dev` 的情况下会watch `*.module.less` 然后生成对应的 `.d.ts`. 试了一下似乎还是得生成 `*.module.less.d.ts`,生成 `*.module.d.less.ts` 并不能被正确识别... --- 这里构建失败是因为之前写的有bug... 这个 `editorItemCursor` 在runtime是不存在的。 需要 @FoundTheWOUT 修一下 ```text src/pages/index/subject/[id]/components/WikiBeginnerEditor.tsx:84:34 - error TS2339: Property 'editorItemCursor' does not exist...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/core](https://togithub.com/actions/toolkit/tree/main/packages/core) ([source](https://togithub.com/actions/toolkit/tree/HEAD/packages/core)) | [`^1.10.0` -> `^1.10.1`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.10.0/1.10.1) |...
设计: https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF/Web-Page?node-id=1272%3A3740&t=tKoW0IziY9Rn1FBQ-0 TODO: - [ ] 同步设计稿新改动 - [ ] reactions ## reactions 设计稿 https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF?node-id=1376:5183#414367557 API 见新响应新字段 https://github.com/bangumi/frontend/pull/540 这里的值跟具体表情之间要map好几次,我不太清除为什么sai老板一开始要这么写... https://github.com/trim21/bangumi-server-private/blob/478f6d8e298c434a197c13456b160a46f606e9dd/lib/orm/entity/like.ts#L33
[设计稿 ](https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF/Web-Page?node-id=2666%3A9575&t=uUz5CLyoLcRof3zU-0) api: https://github.com/bangumi/GraphQL/blob/master/docs/socket.io.md#获取通知 现在用的是socket.io,可以在websocket不能工作的情况下fallback回polling。 但我们并不需要全双工,而且cf的服务器支持HTTP2/HTTP3,所以也可以考虑用sse。 netlify 不能代理 sse,还是用socket.io 吧 可以基于 https://github.com/bangumi/frontend/pull/239 继续做...
https://sites--bangumi-next.netlify.app/subject/363612/wiki/edit_detail 错误响应应该弹一个toast