Alex Liebowitz
e9f00eec23
Pad buttons using margin on content instead of padding on container
...
Allows button-style progress bars to set width without having to
account for padding
2017-01-16 23:44:06 -05:00
Jeremy Kauffman
7f135275df
file list refactor
2017-01-16 23:44:06 -05:00
Jeremy Kauffman
b7f23aa0dd
big refactor of file actions/buttons/tiles
2017-01-16 23:44:04 -05:00
Alex Liebowitz
78cb69a5ef
Update menu formatting
2017-01-16 23:33:32 -05:00
Alex Liebowitz
0560f13ec4
Convert Menu styles to CSS
2017-01-16 23:33:31 -05:00
Alex Liebowitz
bcaad75df4
Improve and refactor Download links
...
- Use a single "state" prop to track download progress (not-started,
downloading, or done)
- Accept a file path as a prop an "Open" link after the download is
complete
- Trim some outdated code; improve CSS class names
2017-01-16 23:33:28 -05:00
Alex Liebowitz
1b51b4e329
Add support for displaying progress in DownloadLink
2017-01-16 23:31:13 -05:00
Alex Liebowitz
efa1a29d4f
Rename SearchResultRow to FileTile and convert styles to CSS
...
Also moves the component to its own file (file-tile.js) so it can be
used outside the Discover page.
2017-01-16 23:27:14 -05:00
Alex Liebowitz
cc335cfc65
Move Developer Settings page styles to separate file
2016-12-30 04:38:51 -05:00
Alex Liebowitz
f947164164
Add Developer Settings page
2016-12-29 04:59:29 -05:00
Alex Liebowitz
ac281105ad
Add Sort option to My Files page
2016-12-28 20:49:33 -05:00
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
Alex Liebowitz
96afd8a840
Left justify form hints
2016-11-22 01:06:24 -05:00
Alex Liebowitz
498b75c688
Convert form hints to separate component with better style
2016-11-22 01:06:15 -05:00
Alex Liebowitz
f346739bfb
More error modal appearance tweaks
...
- Change warning icon to PNG with different color scheme
- Use alt style button
- Darken backdrop
- Add spacing under header
- Reduce margins on all modals
2016-11-15 01:30:38 -05:00
Alex Liebowitz
edeaf4f7d0
Add warning icon and dark backdrop to error dialog
2016-11-15 01:30:38 -05:00
Alex Liebowitz
6e5684c18b
Add styles for error modal
2016-11-15 01:29:51 -05:00
Alex Liebowitz
6e31b076b3
Restore spacing on Watch and Download buttons
2016-11-10 06:59:54 -05:00
Alex Liebowitz
c031313c84
Add Modal component
2016-11-10 05:21:13 -05:00
Alex Liebowitz
e228790b28
Add styles for help links
2016-11-02 12:12:46 -04:00
Alex Liebowitz
a7e6e9db1d
Convert text links to mixin
2016-11-02 12:09:33 -04:00
alexliebowitz
aa7abb2451
Merge pull request #46 from lbryio/tx_log
...
Transaction log on Publish page
2016-08-30 05:15:49 -04:00
Jeremy Kauffman
b4dac55d26
cleaned up transaction history, added header subnav style
2016-08-27 10:12:56 -04:00
Jeremy Kauffman
f538c9a775
Merge remote-tracking branch 'origin/master' into txlog2
2016-08-26 19:07:49 -04:00
Jeremy Kauffman
d46fed313f
Merge remote-tracking branch 'origin/master' into help-version-section
2016-08-26 18:11:28 -04:00
Jeremy Kauffman
d927c5ffef
futher cleanup of help page
2016-08-26 18:06:22 -04:00
Jeremy Kauffman
5dcb0593ad
move nsfw logic lower, more semantic, handle search unmount
2016-08-22 16:56:52 -04:00
Alex Liebowitz
124b2b9a18
Add styles
2016-08-22 09:03:36 -04:00
Sonata Green
a4cd2f9b09
use .table-standard for transaction history
2016-08-21 23:22:09 -05:00
Sonata Green
d8182c084c
prettify transaction log a bit
2016-08-21 23:22:09 -05:00
Alex Liebowitz
2573262e2b
Don't use native form styles on Safari
2016-08-09 21:19:35 -04:00
Jeremy Kauffman
2867560fed
unify item tiles
2016-08-09 08:42:32 -04:00
Jeremy Kauffman
c9b7c37e2c
more form fixes
2016-08-09 08:36:26 -04:00
Jeremy Kauffman
21b5890448
publish and form tweaks
2016-08-09 08:36:26 -04:00
Jeremy Kauffman
a36f0f2691
wallet code + some finer touches on header + nav
2016-08-09 08:22:06 -04:00
Jeremy Kauffman
0d2775138a
clean up help, report, and settings
2016-08-09 08:20:19 -04:00
Jeremy Kauffman
2ec42aad26
basic nav design, new title scheme, light page clean up
2016-08-09 08:20:19 -04:00
Jeremy Kauffman
45f14598b9
barebones sidebar + light component refactor
2016-08-09 08:20:19 -04:00
Alex Liebowitz
b4fb4b3a5c
Add custom colors for form placeholders
2016-08-03 06:57:06 -04:00
Alex Liebowitz
a2856052dc
Tweak wording and formatting on Wallet page
2016-08-03 05:37:59 -04:00
Alex Liebowitz
986a2bf16e
Switch to MediaElement (all done except letterboxing)
2016-06-03 07:45:03 -04:00
Alex Liebowitz
2b3dd4b1df
CSS tweaks for menu: support fixed width icons, non-underlined links
2016-05-27 07:04:37 -04:00
Alex Liebowitz
cce187ad62
Add small LBRY logo to top of sub-pages
2016-05-23 10:24:23 -04:00
Alex Liebowitz
4977729409
Make watch page full width (override 800px page width)
2016-05-23 08:16:41 -04:00
Alex Liebowitz
6ac17ae675
Vertically center download start/stop icon
2016-05-16 06:22:14 -04:00
Alex Liebowitz
1d4a259135
Vertically center inline icons
2016-04-25 06:57:47 -04:00
Alex Liebowitz
0c135bd774
Add style for <p>
2016-04-24 04:59:55 -04:00
Alex Liebowitz
0c3cc55a31
Fix "Download" link; also notify user and disable link on click.
2016-04-21 06:55:41 -04:00
Jeremy Kauffman
3a6e1529d8
settings UI, clean up
2016-04-09 20:00:56 -04:00
Alex Liebowitz
790124d25a
First sorta-working draft of Settings page
...
- Includes all fields except some I need to ask Jack about (layout details)
- Loads current settings and saves one (run_on_startup)
- Also made success callback in lbry.call() optional (don't need it for set_settings)
2016-04-03 09:13:15 -04:00