Commit Graph

289 Commits

Author SHA1 Message Date
Feross Aboukhadijeh
36577c699e remove unused sample torrent 2016-03-08 17:49:00 -08:00
Feross Aboukhadijeh
6469ce6bd4 update screenshot 2016-03-08 17:48:50 -08:00
Feross Aboukhadijeh
75067b4dd5 @dcposch PR feedback #82 2016-03-08 17:43:19 -08:00
Feross Aboukhadijeh
64048171bc Merge pull request #97 from feross/fix-seeding
Fix seeding functionality
2016-03-08 17:18:49 -08:00
Feross Aboukhadijeh
49fd822910 Fix seeding functionality
Fix for small oversight in @dcposch’s recent changes. Broken when
adding the distinction between active and inactive torrents.

Please code review, @dcposch
2016-03-08 16:44:04 -08:00
Feross Aboukhadijeh
72a101e0d5 Merge pull request #96 from feross/fix-drag-drop
Fix up drag-drop
2016-03-08 16:43:58 -08:00
Feross Aboukhadijeh
a396ffa7ba Fix drag class getting stuck (fix #75)
This is fixed in this commit to drag-drop: d65c46de96
2016-03-08 16:25:48 -08:00
Feross Aboukhadijeh
9f5c6f3df1 Merge pull request #95 from feross/style
Style
2016-03-08 16:25:29 -08:00
Feross Aboukhadijeh
731bdc7bca fix drag color 2016-03-08 16:22:38 -08:00
Feross Aboukhadijeh
6946ab3507 style improvements
- make torrent placeholder the exact size of a normal torrent
- make torrent list window minimum size of two torrents
- make window start out sized for 4 torrents
- increase font size responsively
2016-03-08 15:39:39 -08:00
Feross Aboukhadijeh
3b3ebc717a fixpack 2016-03-08 15:03:41 -08:00
Feross Aboukhadijeh
e399ac9285 make min window height have room for two torrents 2016-03-08 15:00:10 -08:00
Feross Aboukhadijeh
9547e1d907 only animate .torrent hover state 2016-03-08 14:03:26 -08:00
Feross Aboukhadijeh
e9218fa1f0 change smallest media query breakpoint to 700px 2016-03-08 14:03:12 -08:00
Feross Aboukhadijeh
19f796df03 add npm run update-authors 2016-03-08 13:54:17 -08:00
Feross Aboukhadijeh
ddcf562b00 bin/update-authors.sh 2016-03-08 13:54:12 -08:00
Feross Aboukhadijeh
18fa84a92e Merge pull request #94 from feross/responsive
Responsive CSS to change torrent/drop-target height based on window width
2016-03-08 13:49:13 -08:00
Feross Aboukhadijeh
9fce4d9741 Merge pull request #93 from Flet/even-prettier-bytes
switch to prettier-bytes
2016-03-08 12:41:58 -08:00
Feross Aboukhadijeh
0bd9c704f1 Merge pull request #90 from rom1504/patch-1
Add travis badge
2016-03-08 12:02:32 -08:00
Feross Aboukhadijeh
ec2ff2bb47 responsively change torrent/drop-target height
better large-screen experience
2016-03-08 12:01:05 -08:00
Feross Aboukhadijeh
683d4c3a9d add border-radius to drop target 2016-03-08 11:54:13 -08:00
Feross Aboukhadijeh
ac0504bde4 Prevent repeated setBadge IPC calls 2016-03-08 11:51:02 -08:00
Dan Flettre
302d485bc8 switch to prettier-bytes 2016-03-08 10:45:55 -06:00
Romain Beaumont
f5cbf977f1 ti -> travis-image, tu -> travis-url 2016-03-08 13:58:21 +01:00
DC
ff56d818f6 Torrent list styling
* Download button is a lot easier to read: white down arrow when off, animated and pulsating green down arrow when downloading, solid green up arrow when seeding

* Play button shows a spinner if you click play before a torrent is ready, then an exclamation point if the torrent still isn't ready after 10 seconds

* Drop target shows up always, not just when the torrent list is empty. Lights up when you drag something

* Fixed alignment, the Xs to delete torrents are now aligned with the + to add a new torrent
2016-03-08 04:20:37 -08:00
Romain Beaumont
c20cfff17b Add travis badge 2016-03-08 12:21:14 +01:00
DC
4c03e98a19 Video controls: never hide when paused
Also simplifies CSS
2016-03-08 02:36:33 -08:00
Feross Aboukhadijeh
4085dd1062 Update AUTHORS.md 2016-03-07 23:09:52 -08:00
Feross Aboukhadijeh
ea1d0ca718 Merge pull request #84 from feross/ui
use platform-dependent menu item name for 'close'
2016-03-07 23:06:42 -08:00
Feross Aboukhadijeh
f5a9aa9514 use platform-dependent menu item name for 'close' 2016-03-07 23:06:07 -08:00
Feross Aboukhadijeh
65065b1b27 Merge pull request #82 from feross/ui
UI polish (Windows fullscreen, Linux/Windows player window title)
2016-03-07 22:48:25 -08:00
Feross Aboukhadijeh
1681b8980b Merge pull request #81 from Flet/prettier-bytes
prettier bytes: drop fractional number if integer side is more than one digit
2016-03-07 22:47:51 -08:00
Feross Aboukhadijeh
81476a3954 fix bad merge 2016-03-07 22:33:23 -08:00
Feross Aboukhadijeh
0cca67a436 fix fullscreen on Windows
The win.isFullScreen() state takes a second to update so we should just
pass the state manually into onToggleFullScreen().
2016-03-07 22:22:25 -08:00
Feross Aboukhadijeh
7c68be4fd4 code style 2016-03-07 22:21:01 -08:00
Feross Aboukhadijeh
8ab2a1415b update player window title to torrent name (Windows, Linux)
This also moves all the state “diffing” for purposes of updating the
app’s window via Electron APIs into one function updateElectron().
2016-03-07 22:20:39 -08:00
Feross Aboukhadijeh
5171e1a7da code style 2016-03-07 22:20:08 -08:00
Feross Aboukhadijeh
aa82f73681 faster animation fade in 2016-03-07 22:18:36 -08:00
DC
4b890ee9f6 Show Blender Foundation videos by default
* Finishes the saved torrents feature!
* Torrents load and save correctly. Poster is autogenerated only once.
* Torrents can be paused and restarted
* Download button indicates state:
 - White means paused
 - Pulsating green means downloading
 - Solid green means finished downloading, only seeding
2016-03-07 22:15:47 -08:00
Dan Flettre
6a596fdde5 prettier bytes: drop fractional number if integer side is more than one digit 2016-03-07 23:48:32 -06:00
Feross Aboukhadijeh
904d3a6c4b Merge pull request #79 from feross/ui
Fix Windows UX issues
2016-03-07 19:42:45 -08:00
Feross Aboukhadijeh
31a0a7ef15 Merge pull request #80 from rom1504/hide_menu_bar_fullscreen
hide menu bar in fullscreen, fix #51
2016-03-07 19:42:39 -08:00
Romain Beaumont
251eff830f hide menu bar in fullscreen, fix #51 2016-03-08 04:00:02 +01:00
Feross Aboukhadijeh
f32825a79e Don't resize window if maximized (when player is opened)
For #3
2016-03-07 18:42:16 -08:00
Feross Aboukhadijeh
35ec241b01 Leave fullscreen when player closes
For #3
2016-03-07 18:39:11 -08:00
Feross Aboukhadijeh
ca68e85520 add comments for window options 2016-03-07 18:18:40 -08:00
Feross Aboukhadijeh
58d7f93ec8 Hide top menu bar unless Alt key is pressed (Windows, Linux) 2016-03-07 18:18:31 -08:00
Feross Aboukhadijeh
1ea055eb4a show window without 50ms timeout
Shouldn’t be needed since @ngoldman changed the <script> tag to async.
2016-03-07 18:15:21 -08:00
Nate Goldman
c5a5943f73 Merge pull request #76 from feross/feross/config
Show video name in title bar; misc fixes
2016-03-07 15:53:33 -08:00
Feross Aboukhadijeh
dc26a87e0c remove unused css selector 2016-03-07 15:51:13 -08:00