-
Notifications
You must be signed in to change notification settings - Fork 9
Created a multi step wizard for the configuration of Split Payments #33
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
base: main
Are you sure you want to change the base?
Conversation
1c35fce to
011526e
Compare
templates/splitpayments/index.html
Outdated
| line-height: 1.4; | ||
| } | ||
| } | ||
| </style> |
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.
can you maybe it it to splitpayment-wzard.css and link it like that?
package.json
Outdated
| { | ||
| "name": "splitpayments", | ||
| "version": "1.0.0", | ||
| "version": "1.0.2", |
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.
lets bump the version in another commit, and we can maybe go for v1.1.0 because its a feature
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.
just seeing its a verison in the package.json, which is not used anywhere, maybe just revert to 1.0.0
|
Todos
|
static/js/chart.js
Outdated
| percentText.setAttribute('font-family', 'Arial, sans-serif') | ||
| percentText.setAttribute('font-size', '16px') |
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.
can we get rid of font styles inside the svg? and maybe let the be picked up from the style?
Summary
A redesign of the LNbits Split Payments extension UI into a modern, mobile-first 3-step wizard with flow chart visualisation. This PR adds a wizard style UI for split payments config.
3-Step Wizard