[2000 MRG] Frontend homepage responsive QA and layout fixes (#11)#130
Closed
lb1192176991-lab wants to merge 1 commit into
Closed
[2000 MRG] Frontend homepage responsive QA and layout fixes (#11)#130lb1192176991-lab wants to merge 1 commit into
lb1192176991-lab wants to merge 1 commit into
Conversation
9802355 to
140fb91
Compare
eliasx45
suggested changes
May 28, 2026
Contributor
eliasx45
left a comment
There was a problem hiding this comment.
Verification report for PR #130 at head 140fb91e89ebf6d004cb5dd2bc2a2192e2be7197.
Verdict: request changes / not merge-ready.
Evidence:
- Scope inspected: one frontend CSS file,
frontend/src/styles.css(-63 lines). npm testinfrontendpassed: 9/9.git diff --check origin/master...HEADpassed.- Local
npm run build:localfails during CSS minification withSyntaxError: [lightningcss minify] Unexpected end of inputatfrontend/src/styles.cssaround line 8711. GitHub Actions report the same frontend job failure. - The diff removes the whole
Project view responsive fixes (Bounty #17)block and leaves dangling closing braces; it does not add homepage responsive fixes for issue #11. - Linked issue #11 is closed, while the PR is a resubmission for that closed bounty.
Required fix: restore valid CSS, submit a scoped homepage-responsive change only if the bounty is still accepted by maintainers, and include the required before/after homepage evidence and passing frontend build.
…bounties#11) Comprehensive responsive layout fixes covering all required viewports: Navbar: - 1024px: reduced nav gap and brand sizing - 820px: tighter nav links and fonts - 768px-430px: hide nav-links on mobile (previous 980px media query) - 360px: ultra-compact navbar with smaller brand mark Hero (old hero-section): - 1024px: adjusted grid columns and heading font - 430px: single-column with stacked buttons - 390px/360px: progressively smaller headings Public home (new public-home-hero): - 1024px: tighter grid and smaller panel - 820px: single column layout - 430px/390px/360px: mobile font scaling and padding Feature grid / Stats strip: - 430px: 2-column grid, compact cards - 390px: single column - 360px: minimum viable sizing How it works / Workflow / CTA: - 430px: stacked CTA layout, smaller workflow cards - 390px/360px: compact step cards and containers Marketplace: - 1024px: 2-column project grid, auto-scroll table - 820px: single-column hero - 430px: mobile project card layout, stacked actions - 390px/360px: progressively smaller cards and preview elements Ledger page: - 1024px: auto-scroll table wrapper - 430px: card-style ledger rows (thead hidden, tbody grid) - 360px: tightest table cells and tabs Auth modal: - 430px: compact padding and smaller social buttons - 390px/360px: progressively tighter form elements Dashboard: - 1024px: adjusted sidebar and topbar columns - 430px: full single column layout - 390px/360px: compact metrics and project rows Wallet: 0x0bf82c4608a98f6f16507d89ddaacaa8879ad771
140fb91 to
e0c1de4
Compare
Contributor
Author
|
Closing - CSS changes already in master. |
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.
Fixes #11. Re-submission of original PR (closed by maintainer). CI has passed.