Skip to content

PATCH header layout components structure#50

Merged
ParleSec merged 3 commits into
masterfrom
patch/headerLayout
Jun 2, 2026
Merged

PATCH header layout components structure#50
ParleSec merged 3 commits into
masterfrom
patch/headerLayout

Conversation

@ParleSec

@ParleSec ParleSec commented Jun 2, 2026

Copy link
Copy Markdown
Owner

What does this PR do?

Changes the layout of the main header to include a persistent search icon. Previous changes to the header due to the palette enhancement have caused line spilling and clutter on non-hero pages.

This effectively enhances the spacing, layout and dynamics of the header in desktop and mobile views.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Enhancement (improvement to existing functionality)
  • Documentation update
  • Refactoring (no functional changes)
  • New protocol implementation

How was this tested?

  • Ran the affected flow in Looking Glass and verified real-time events
  • Tested locally with cd backend && go run ./cmd/server and cd frontend && npm run dev
  • Other (describe below)

Validation checklist

  • Backend: cd backend && go build ./... && go test ./...
  • Backend lint: cd backend && golangci-lint run ./...
  • Frontend: cd frontend && npm run lint && npx tsc --noEmit && npm run build
  • Frontend references: cd frontend && npm run verify-refs
  • Wallet UI: cd wallet-ui && npx tsc --noEmit && npm run build
  • Docs: cd docs/starlight && npm run build
  • OpenAPI: npx @redocly/cli lint --config redocly.yaml gateway@v1 scim@v1 federation@v1 vc@v1
  • Docker/topology: cd docker && docker compose config
  • OID4VCI/OID4VP conformance: cd backend && go test ./internal/protocols/oid4vci ./internal/protocols/oid4vp -count=1

Checklist

  • My commits are signed off (git commit -s) per the DCO
  • I have read the CONTRIBUTING guide
  • I selected the relevant validation checks above
  • I have updated documentation if needed
  • I have not committed secrets, credentials, or .env files

Screenshots / Looking Glass output

ParleSec added 3 commits June 2, 2026 12:11
- add palette checks to images

Signed-off-by: ParleSec <mason@masonparle.com>
Signed-off-by: ParleSec <mason@masonparle.com>
Signed-off-by: ParleSec <mason@masonparle.com>
@ParleSec ParleSec merged commit 65d305f into master Jun 2, 2026
48 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant