-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra spooky CSS #1
Conversation
Can we hide the option in the first input field?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be good to get this PR on the nolooking repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are the images identical?
The other unused image is more zoomed out -> more spooky pumpkins, might use later (mobile). Lmk if you want me to rebase onto your changes |
what do you mean by hide? |
I originally wanted to somehow default it, but sounds like this has potential Kixunil/loptos#11 . If i understand the desired behavior correctly then maybe it would be possible to hack something together also |
QR could probably be 1 commit independent of the others. Why use JS instead of the rust lib in satsale? Seems like using the rust to output a svg might make more sense. idk where this js came from |
yeah for sure, just wanted to get it working for the mvp and app submission. We should create in rust |
1458495
to
af0bd60
Compare
863d9c4
to
48598a3
Compare
42610ca
to
3fb460d
Compare
Separate configuration and channel queue forms. Channel queue form is now fixed so user input is persistent by using "appendChild". Add a spooky user interface with DALLE background pumpkins. Add emojis and placeholder form text. Provides link to suggest payjoin wallets..
Use qrcode_generator crate to generate and store QR codes as `STATIC/qr_codes/<address>.png`. These QR codes are fetched to display on the frontend using the address from the BIP21 uri.
this was merged upstream |
Some small CSS additions and spooky background.
Also starting to separate into a
Config
andQueue Channel
forms