chore: add Pencil wireframes and relocate design-system MASTER.md#15
Merged
singyichen merged 6 commits intomainfrom Mar 27, 2026
Merged
chore: add Pencil wireframes and relocate design-system MASTER.md#15singyichen merged 6 commits intomainfrom
singyichen merged 6 commits intomainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Review Summary by QodoAdd Pencil wireframes for login and dashboard pages with bilingual support
WalkthroughsDescription• Add comprehensive Pencil wireframe files for Label Suite NLP annotation platform • Create pencil/index.pen with login page designs supporting mobile and desktop viewports • Add pencil/pages/login.pen with bilingual (Chinese/English) login page wireframes for both mobile (480x800px) and desktop (1440x900px) layouts • Add pencil/pages/dashboard.pen with comprehensive dashboard wireframe featuring metrics cards, task management table, and recent submissions panel • Implement consistent design system with color palette, typography (Inter font), Lucide icons, and spacing • Include authentication UI components (Google and GitHub buttons), language toggle, and user profile controls Diagramflowchart LR
A["Pencil Wireframes"] --> B["pencil/index.pen"]
A --> C["pencil/pages/login.pen"]
A --> D["pencil/pages/dashboard.pen"]
B --> E["Login UI Components"]
C --> F["Mobile & Desktop Layouts"]
C --> G["Bilingual Support"]
D --> H["Dashboard Metrics"]
D --> I["Task Management UI"]
File Changes1. pencil/pages/dashboard.pen
|
Code Review by Qodo
1.
|
pencil/ contains Pencil .pen design wireframes demonstrating bilingual (zh-TW/en) UI, same purpose as prototype/. Explicitly add it to the allowed locations to satisfy English-first policy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pencil/index.pen is the canonical login wireframe source. pencil/pages/login.pen was an identical copy created by sync-pencil.sh and is no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rename google-g.svg → icon-google.svg, generated-*.png → icon-google.png - Add icon-google.png to pencil/assets/ (used by index.pen) - Update login.pen and index.pen to use consistent relative paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
design-system/MASTER.mdup one level (fromlabelsuite/subdirectory)pencil/)Test Plan
design-system/MASTER.mdis accessible at the new pathpencil/index.penandpencil/pages/login.penopen correctly in Windsurf Pencil🤖 Generated with Claude Code