Skip to content

feat(holder): add offline-capable PWA credential flow - #492

Open
Carlys17 wants to merge 2 commits into
ToluLabs:mainfrom
Carlys17:feat/413-offline-holder
Open

feat(holder): add offline-capable PWA credential flow#492
Carlys17 wants to merge 2 commits into
ToluLabs:mainfrom
Carlys17:feat/413-offline-holder

Conversation

@Carlys17

Copy link
Copy Markdown
Contributor

Summary

Adds an installable PWA shell for the holder page, offline credential visibility, and an encrypted-model-safe proof submission intent queue that flushes after reconnect.

Closes #413

Testing

  • pnpm exec vitest run: 309 tests passed
  • pnpm exec tsc --noEmit passed
  • pnpm exec next build passed
  • targeted offline queue tests passed

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@Carlys17 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

CSS var --faint in dark theme (#4e4e60) had only 2.41 contrast
ratio against #0b0b12 background, failing WCAG 2 AA color-contrast
checks on / and /developers.

Raised --faint to #7e7e92 which achieves:
  - 4.94:1 on #0b0b12
  - 4.80:1 on #0f0f18
  - 4.82:1 on #0e0e1a
  - 4.67:1 on #12121f

Light theme unchanged (was already 4.74+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: offline-capable holder page (PWA) so credentials are accessible without network

1 participant