feat(console): mobile adaptation for Workspace page#5384
Conversation
|
Hi @yaozy2020, thank you for your first Pull Request! 🎉 🙌 Join Developer CommunityThanks so much for your contribution! We'd love to invite you to join the official QwenPaw developer group! You can find the Discord and DingTalk group links under the "Developer Community" section on our docs page: We truly appreciate your enthusiasm—and look forward to your future contributions! 😊 We'll review your PR soon. |
7c7caca to
b8318a9
Compare
|
@yaozy2020 |
… and suppress tap-highlight blue flash (agentscope-ai#5384)
|
@yaozy2020 The memory function itself can also be selected; this needs to be changed so that clicking to select it expands it. |
7ab8edf to
95977b1
Compare
95977b1 to
8ba9b41
Compare
谢谢你的评论! 我已经将此PR重新基于最新的上游/主版本,并将所有更改压缩到一个干净的提交中。它包括所有之前的移动交互修复: 所有核查均在当地完成: 有机会请你再看一遍好吗?谢谢! |
- Adapt Workspace / file explorer layout for screens <= 768px - Move file tree toggle arrow to the left side - MEMORY.md row toggles expansion on mobile; daily memory items open editor - Fix tap-highlight and touch target issues
619cd03 to
6bd26cb
Compare
- Adapt Workspace / file explorer layout for screens <= 768px - Move file tree toggle arrow to the left side - MEMORY.md row toggles expansion on mobile; daily memory items open editor - Fix tap-highlight and touch target issues
- Adapt Workspace / file explorer layout for screens <= 768px - Move file tree toggle arrow to the left side - MEMORY.md row toggles expansion on mobile; daily memory items open editor - Fix tap-highlight and touch target issues
- Adapt Workspace / file explorer layout for screens <= 768px - Move file tree toggle arrow to the left side - MEMORY.md row toggles expansion on mobile; daily memory items open editor - Fix tap-highlight and touch target issues
6bd26cb to
11ace61
Compare
- Adapt Workspace / file explorer layout for screens <= 768px - Move file tree toggle arrow to the left side - MEMORY.md row toggles expansion on mobile; daily memory items open editor - Fix tap-highlight and touch target issues
|
@yaozy2020 The Memory.md file can only expand its substructures; it cannot be previewed or edited. Please ensure that it can both expand and select. |
- Adapt Workspace / file explorer layout for screens <= 768px - Move file tree toggle arrow to the left side - MEMORY.md row toggles expansion on mobile; daily memory items open editor - Fix tap-highlight and touch target issues
11ace61 to
5747cc0
Compare
- Adapt Workspace / file explorer layout for screens <= 768px - Move file tree toggle arrow to the left side - MEMORY.md row toggles expansion on mobile; daily memory items open editor - Fix tap-highlight and touch target issues
@zhaozhuang521 Thanks for the follow-up. I've updated the behavior so that tapping the MEMORY.md row/filename opens it in the editor, while the left arrow toggles expansion of the daily memory list. This way MEMORY.md can both expand and be previewed/edited. Please take another look. |
|
@yaozy2020 |
@zhaozhuang521 Thanks for the follow-up. I've pushed two fixes:
Desktop-side changes compared to
Everything else (layout, font sizes, spacing, toolbar, mobile toolbar, etc.) remains strictly inside Please clear the browser/WebView cache and test again. |
Welcome to QwenPaw! 🎉Thank you @yaozy2020 for your first contribution! Your PR has been merged. 🚀 We'd love to give you a shout-out in our release notes! If you're comfortable sharing, please reply to this comment with your social media handles using the format below:
Thanks again for helping make QwenPaw better! |






Description
This PR adds mobile adaptation for the Workspace (Files) page in the QwenPaw console.
On narrow screens (≤768px):
matchMedia, so rotating/resizing the browser automatically switches between mobile and desktop layouts.Related Issue: Relates to the ongoing console mobile adaptation effort.
Type of Change
Component(s) Affected
Checklist
pre-commit run --all-fileslocally and it passespytestor as relevant) and they passTesting
Local Verification Evidence
Additional Notes
PageHeaderreceivesclassName={styles.pageHeader}.common.backi18n key added (Back/返回).FileEditorgained two optional props:onBackandcompact, plus asavingstate prop. All mobile styles are scoped inside@media (max-width: 768px)at the end ofindex.module.less.