mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-02 21:04:32 +00:00
* feat(web-shell): enhance composer animations * fix(web-shell): refresh DPR on resize and cover animation a11y guards Re-read devicePixelRatio inside each resize so the specular composer effect and the new-session dot field keep a correctly sized backing store when the page zoom or display scale factor changes. Add component-level coverage for the prefers-reduced-motion guards and for the typewriter replay after the empty editor loses focus. * fix(web-shell): localise specular highlight, fix rotation direction, add idle bail-out (#8098) * fix(web-shell): correct specular angle wrap and dot field pointer baseline (#8098) * fix(web-shell): paint static dot grid and idle animation loops (#8098) * fix(web-shell): reset specular proximity on pointer leave and test WebGL cleanup (#8098) --------- Co-authored-by: 钉萁 <dingqi.jww@alibaba-inc.com> Co-authored-by: qwen-code-dev-bot <qwen-code-dev@service.alibaba.com> Co-authored-by: Qwen Code Autofix <qwen-code-autofix@users.noreply.github.com> Co-authored-by: qwen-code-ci-bot <qwen-code-ci-bot@users.noreply.github.com> Co-authored-by: Qwen Code Bot <qwen-code-bot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| daemonSessionMappers.ts | ||
| useAnimationFrameTranscriptBlocks.test.tsx | ||
| useAnimationFrameTranscriptBlocks.ts | ||
| useAnimationFrameValue.ts | ||
| useAtMentionMenu.test.tsx | ||
| useAtMentionMenu.ts | ||
| useBackgroundTasks.test.tsx | ||
| useBackgroundTasks.ts | ||
| useComposerCore.dom.test.tsx | ||
| useComposerCore.mobile.dom.test.tsx | ||
| useComposerCore.test.ts | ||
| useComposerCore.ts | ||
| useDelayedGlobalKeyDown.ts | ||
| useFilterInput.test.tsx | ||
| useFilterInput.ts | ||
| useInputHistory.ts | ||
| useIsLargeScreen.test.tsx | ||
| useIsLargeScreen.ts | ||
| useIsTouchComposer.test.tsx | ||
| useIsTouchComposer.ts | ||
| useListboxKeyboard.test.tsx | ||
| useListboxKeyboard.ts | ||
| useMessages.test.ts | ||
| useMessages.ts | ||
| useNewSessionSuggestion.test.tsx | ||
| useNewSessionSuggestion.ts | ||
| useOtherWorkspaceSessions.test.tsx | ||
| useOtherWorkspaceSessions.ts | ||
| usePrefersReducedMotion.test.tsx | ||
| usePrefersReducedMotion.ts | ||
| useQueuedPrompts.test.ts | ||
| useQueuedPrompts.ts | ||
| useScopedSessions.test.tsx | ||
| useScopedSessions.ts | ||
| useSessionArtifacts.test.tsx | ||
| useSessionArtifacts.ts | ||
| useShallowMemo.ts | ||
| useSharedNow.ts | ||
| useStreamingLoadingMetrics.ts | ||