Feross Aboukhadijeh
5c45a81665
Batch virtual-dom changes ( fix #27 )
...
From `main-loop`:
> main-loop is an optimization module for a virtual DOM system.
Normally you would re-create the virtual tree every time your state
changes. This is not optimum, with main-loop you will only update your
virtual tree at most once per request animation frame.
> main-loop basically gives you batching of your virtual DOM changes,
which means if you change your model multiple times it will be rendered
once asynchronously on the next request animation frame.
2016-03-05 15:25:15 -08:00
greenkeeperio-bot
8b943b19c4
chore(package): update electron-prebuilt to version 0.36.10
...
http://greenkeeper.io/
2016-03-05 10:23:36 -08:00
Feross Aboukhadijeh
4c010cb642
build: overwrite old files
2016-03-05 01:44:29 -08:00
Feross Aboukhadijeh
09d390e0b3
use feross/hyperx until PR is merged
2016-03-04 23:35:23 -08:00
Feross Aboukhadijeh
223edebf04
build: package with same version as electron-prebuilt
2016-03-04 22:00:30 -08:00
Feross Aboukhadijeh
1c6cf0bac6
lock electron-prebuilt dependency
2016-03-04 21:59:58 -08:00
Feross Aboukhadijeh
79cfb2a8c6
package.json: remove unused "files" property
2016-03-04 21:58:13 -08:00
Nate Goldman
b5561f13b4
try hyperx
2016-03-04 18:11:06 -08:00
Feross Aboukhadijeh
b8996468fb
webtorrent@^0.82.1
2016-03-04 01:24:26 -08:00
Feross Aboukhadijeh
8041e5faa3
no TURN server
2016-03-03 15:43:41 -08:00
Feross Aboukhadijeh
edba6ce467
webtorrent@0.82 (for client.progress)
2016-03-03 13:54:11 -08:00
Feross Aboukhadijeh
cdfe479018
use bleeding edge airplay-js
2016-03-02 18:22:17 -08:00
Feross Aboukhadijeh
fd7c819a4e
remove electron-debug
2016-03-02 14:20:56 -08:00
Feross Aboukhadijeh
c1e2b9ec5c
add chromecast/airplay support
2016-03-02 04:14:17 -08:00
Feross Aboukhadijeh
1bfecb80a2
move webtorrent back into main window
...
We keep webtorrent running when the window is “closed” by hiding the
window instead.
2016-03-01 20:48:22 -08:00
Feross Aboukhadijeh
bbe982d645
in progress: move webtorrent into background BrowserWindow
2016-02-18 19:10:07 -08:00
Feross Aboukhadijeh
d122ce9f36
add virtual-dom boilerplate
2016-02-17 18:58:39 -08:00
Feross Aboukhadijeh
eb7936efaa
webtorrent@0.76
2016-02-16 17:58:24 -08:00
Feross Aboukhadijeh
296b28df02
standard@6
2016-02-16 17:57:55 -08:00
Feross Aboukhadijeh
ca81fd40d2
sync with instant.io repo
2016-02-16 17:55:16 -08:00
Feross Aboukhadijeh
79f766a1b3
use up-to-date list of trackers from create-torrent
2016-02-16 17:53:47 -08:00
Feross Aboukhadijeh
82db0b7d40
add missing debug dep
2016-02-16 17:46:50 -08:00
Feross Aboukhadijeh
5e064b5072
add pre-commit
2016-02-16 17:46:24 -08:00
Feross Aboukhadijeh
ab8b0a42c1
use instant.io as starting point
2016-01-02 16:23:30 +01:00
Feross Aboukhadijeh
a4f5786160
add badges
2016-01-02 16:06:50 +01:00
Feross Aboukhadijeh
a1d69dbba7
initial commit
2016-01-02 16:01:08 +01:00