Files
Charon/frontend
GitHub Actions d7939bed70 feat: add ManualDNSChallenge component and related hooks for manual DNS challenge management
- Implemented `useManualChallenge`, `useChallengePoll`, and `useManualChallengeMutations` hooks for managing manual DNS challenges.
- Created tests for the `useManualChallenge` hooks to ensure correct fetching and mutation behavior.
- Added `ManualDNSChallenge` component for displaying challenge details and actions.
- Developed end-to-end tests for the Manual DNS Provider feature, covering provider selection, challenge UI, and accessibility compliance.
- Included error handling tests for verification failures and network errors.
2026-01-12 04:01:40 +00:00
..
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-08 20:27:19 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build