Feross Aboukhadijeh
763c573c7a
Merge pull request #614 from feross/close-576
...
Fix subtitle controls radio button size
2016-06-01 19:17:13 -07:00
Feross Aboukhadijeh
eb61f2ac0e
Merge pull request #613 from feross/fix-606
...
Fix IPC race condition in startup
2016-06-01 19:16:54 -07:00
Feross Aboukhadijeh
0427e1f3a6
Fix subtitle controls radio button size
...
Closes #576 .
2016-06-01 01:31:14 -07:00
Feross Aboukhadijeh
cc9ba385bf
Show main window before ipcReady
...
It doesn't flicker anymore if we remove this option, and the app feels
no slower.
2016-06-01 00:25:18 -07:00
Feross Aboukhadijeh
f9d4e5e077
Use correct icon name
...
https://github.com/feross/webtorrent-desktop/issues/467
The icon name is "closed_caption", not "closed_captions"
http://jsbin.com/fenejob/1/edit?html,output
The extra space we're seeing is the icon font rendering the 's', which
renders as nothing.
2016-05-31 17:12:09 -07:00
Benjamin Tan
4f0df507f4
Align loading torrent message with torrent name.
2016-05-30 13:17:42 +08:00
Feross Aboukhadijeh
6e240b3fd4
Misc file moving and cleanup
...
- Rename JS/CSS for main.html to be consistent (main.js, main.css)
- Add hx.js module to reduce virtual-dom boilerplate
- Move state.js into renderer/lib.js where it belongs
- Rename torrent-list.js -> home.js for consistency
- Rename create-torrent-page.js -> create-torrent.js for consistency
2016-05-26 17:47:16 -07:00