feat(frontend): add mobile-first responsive design spec and requirements - #210
Open
nazteeemba wants to merge 1 commit into
Open
feat(frontend): add mobile-first responsive design spec and requirements#210nazteeemba wants to merge 1 commit into
nazteeemba wants to merge 1 commit into
Conversation
- Add requirements.md with 7 EARS-compliant requirements covering: - Horizontal overflow prevention across all pages (R1) - Collapsible hamburger nav below 768px with a11y aria-expanded (R2) - 44x44px minimum tap targets for all form inputs and buttons (R3) - Responsive AgreementStatusPage layout (single/multi-column) (R4) - Responsive CreateAgreementPage with iOS auto-zoom prevention (R5) - Responsive HomePage with reduced-motion canvas handling (R6) - Viewport meta tag and zero-regression build integrity (R7) - Targets 320px, 375px, 414px, 768px, 1024px breakpoints - Covers Navbar, NetworkBackground, AgreementDetail, MilestoneBuilder, WalletConnect, HomePage, AgreementStatusPage, CreateAgreementPage Closes Trellis-Ecosystem#120
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.
Closes #120
Description
Related Issues
Closes #
Type of Change
Testing Done
Screenshots (if UI)
Checklist
See CONTRIBUTING.md for detailed guidelines. Commit messages should follow Conventional Commits format (e.g.
fix(infra): ...) since PRs are squash-merged.