feat: v4.1 Phase A — light theme, report overhaul, Adena fix#285
Merged
Conversation
Light Theme (A.1): - Replace 400+ hardcoded hex colors with CSS custom properties across 126 files (34 CSS + 92 TSX) for full light/dark theme compliance - Fix white-on-white contrast failures in quest hub, validators, NFT gallery, freelance, notification badges, landing page - Replace dark backgrounds (#000, #111, #0a0a0a) with theme tokens - Replace accent colors (#00d4aa) with var(--color-primary) - Fix semantic colors (danger, warning, success) to use CSS variables Hide Teams (A.2): - Remove Teams sidebar link and org mode badge until production-ready - Clean up unused imports (UsersThree, useOrg) Gnolove Report (A.3): - Default view changed from "table" to "report" - Repository ordering by priority (gnolang/gno first, then Samourai) - Multi-select repository filter with checkbox dropdown - Merged PRs displayed above other statuses - Weekly scope: only shows PRs with activity in selected week - gno-skills markdown format for copy/download - Period-aware headers (weekly/monthly/yearly) - Escape key closes dropdown Adena Wallet (A.4): - Add silent mode to connect() — auto-reconnect never shows popup - Users can browse freely without wallet password prompts - Manual "Connect Wallet" still triggers interactive popup 1,588 tests passing, 0 TS errors, 0 lint errors.
✅ Deploy Preview for memba-multisig ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest Buf updates on your PR. Results from workflow CI / proto (pull_request).
|
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
Details
Light Theme (A.1)
color: #f0f0f0→var(--color-text)var(--color-border)var(--color-primary)var(--color-danger/warning/success)Gnolove Report (A.3)
Adena Wallet (A.4)
connect({ silent: true })for auto-reconnect — never calls AddEstablishTest plan