Open
Conversation
16dedcc to
8eb4564
Compare
swedishfrenchpress
suggested changes
Mar 23, 2026
Contributor
There was a problem hiding this comment.
Vibe designed an update here: https://github.com/swedishfrenchpress/cdk/tree/add_home_page_redesign
I would like to see how it displays info from a real mint. I gave Claude explicit instructions to make sure it accounts for all the info that a real mint could display like mint url, motd, description etc..
Collaborator
Author
|
@swedishfrenchpress your changes applied in 883252d |
thesimplekid
commented
Mar 23, 2026
Comment on lines
+922
to
+928
| head { | ||
| title { (name) } | ||
| meta charset="utf-8"; | ||
| meta name="viewport" content="width=device-width, initial-scale=1"; | ||
| link rel="preconnect" href="https://fonts.googleapis.com"; | ||
| link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"; | ||
| style { (maud::PreEscaped(CSS)) } |
Collaborator
Author
There was a problem hiding this comment.
I think we would like to avoid the google fonts.
There was a problem hiding this comment.
Yep, third party fonts are a privacy issue. Either bundle the font or rely on the users system font
6e1984d to
73f79b8
Compare
It is comment for users to click on the mint url and see nothing and think the mint is not working not realizing they need to use that url only within a cashu wallet as it is api only. This adds a minimal home page showing basic mint info and a note to use a cashu wallet.
Replace the old light/dark mode info page with a new dark-theme design featuring a sticky topbar, hero section with avatar, MOTD banner, unified detail card with features grid, and contact chips. Also fix duplicate mint/melt limits by deduplicating with BTreeSet.
73f79b8 to
4907188
Compare
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.

Description
It is common for users to click on the mint url
and see nothing and think the mint is not working
not realizing they need to use that url only within a cashu wallet as it is api only. This adds a minimal home page showing basic mint info and a note to use a cashu wallet.
Notes to the reviewers
Suggested CHANGELOG Updates
CHANGED
ADDED
REMOVED
FIXED
Checklist
just final-checkbefore committing