Code Monkey home page Code Monkey logo

Comments (5)

takitakitanana avatar takitakitanana commented on September 18, 2024

Update:

image

Changing

@media screen and (min-width: 400px) { .toast { width: var(--bs-toast-max-width); } }

to

@media screen and (min-width: 400px) { .toast { width: auto; } }

in file "toast.module.css"

seems to fix the out of bounds text and make the "X" appear and resume user functionality to close notifications.

from stacker.news.

ekzyis avatar ekzyis commented on September 18, 2024

Thanks for this PR! I forgot to track this issue.

Text from the hash string is either cut to fit the notification box

I think this is the way to go. Imo, the payment hash in the toast is not very useful. The payment hash is available in the wallet logs at /wallet/logs if someone needs it.

update: I think this whole toast is a bug. If the user manually cancels the invoice, it fails the submit, yes, but it's not an error that we need to show them since it was their decision. Removed the toast for canceled invoices in #1259.

from stacker.news.

ekzyis avatar ekzyis commented on September 18, 2024

Fixed by 6cf16d3

from stacker.news.

huumn avatar huumn commented on September 18, 2024

@takitakitanana do you have a lightning address I can send some sats to?

from stacker.news.

takitakitanana avatar takitakitanana commented on September 18, 2024

@huumn Will use my [email protected] address.
Thank you

from stacker.news.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.