lbry-desktop/js
Alex Liebowitz 8e90389122 Layout tweak to "Download Succeeded" Modal
This displays the file path on its own line and does character-level
wrapping on the path only.

Ideally, we would just apply character wrapping to all words that are
too long for their line. There are CSS props for that but I haven't
been able to find a reliable way to do it without setting a width on the
outer container, which we don't want here (modals stretch based on their content). So this is the best compromise I can come up with.
2016-12-02 03:21:35 -05:00
..
component Layout tweak to "Download Succeeded" Modal 2016-12-02 03:21:35 -05:00
page Help: change method used to get LBRY ID 2016-11-30 00:23:57 -05:00
app.js More error modal appearance tweaks 2016-11-15 01:30:38 -05:00
lbry.js Add lbry.getSessionInfo() 2016-11-30 00:23:45 -05:00
lighthouse.js Move lbry.search() to lbry.lighthouse and add connection retry logic 2016-11-11 09:27:47 -05:00
main.js Don't show claim code page after user submits or skips 2016-09-02 03:08:46 -04:00