-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: lightning channel flows #1000
base: master
Are you sure you want to change the base?
Conversation
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.
i removed text-muted-foreground here. and passed text color explicitly on class names. cause in paylightning invoice the fiat equivalent of total amount to be paid should be text-foreground and in bold.
i guess it provides more flexibility to choose text color we need
</CardContent> | ||
</Card> | ||
<div className="w-full mt-40 flex flex-col items-center justify-center"> | ||
<EmptyState |
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.
shall we keep this. i removed as per designs
</p> | ||
|
||
<Link to="/home" className="flex justify-center mt-8"> |
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.
after channel being opened we go to /home so that user can complete steps present on home page? is it fine that we got to /channels? if not i will revert route and copy back to existing one
don't show back button in second step
lightning channel flow using stepper component