5 Commits
Author SHA1 Message Date
SatsFaucet e7daa57ab4 Redesign frontend with Sats Flow theme and restore homepage sidebars.
Apply the glassmorphic Bitcoin-orange design system across the claim flow and all pages, add the eligibility draw animation, and flank the claim wizard with deposit and stats panels again.
2026-06-09 05:23:29 +02:00
SatsFaucet 6ece47e3ed feat(frontend): allow sponsors to edit ads from My Ads
Add patchSponsor API, SponsorEditModal for title/description/URLs, and
Edit actions on desktop and mobile. Server PATCH /sponsor/:id already
enforces creator-only edits.

Made-with: Cursor
2026-04-06 20:23:39 +02:00
SatsFaucet 22a3c1bced Add deploy/ to .gitignore; backend index and openapi updates
Made-with: Cursor
2026-03-02 15:01:26 +01:00
SatsFaucet 623eb720dc Redesign faucet claim flow: login → loading → eligibility → claim
- Backend: payout is now random between FAUCET_MIN_SATS and FAUCET_MAX_SATS
- Remove weighted buckets; simplify config and .env.example
- Frontend: show loading and eligibility in main body, modal only for confirm/success
- Rename Confirm payout to Claim; add styles for body loading and eligible state

Made-with: Cursor
2026-03-02 14:59:37 +01:00
SatsFaucet 381597c96f Add Swagger docs at /docs and /openapi.json; frontend and backend updates
Made-with: Cursor
2026-03-01 01:24:51 +01:00