DC
5ae6d43e39
Memoize event handlers
...
Stop virtualdom from swapping out every event handler on every update
2016-03-27 02:58:26 -07:00
DC
3492872a85
Add tooltips
2016-03-21 16:51:45 -07:00
Feross Aboukhadijeh
d0ddf6909a
Implement back/forward buttons ( fix #180 )
2016-03-20 22:54:51 -07:00
DC
c176e3897a
Add Torrent Link modal
2016-03-09 04:27:01 -08:00
Feross Aboukhadijeh
edf08d06ec
Limit window title width ( fix #99 )
2016-03-08 20:01:09 -08:00
Feross Aboukhadijeh
adf53bb7cc
Fix scroll bar goes under header bar ( fix #101 )
2016-03-08 19:29:30 -08:00
Feross Aboukhadijeh
67217bdc7e
Lighter window background
...
Native windows get lighter when they’re backgrounded so they stand out
less (at least on OS X). Let’s do this too.
Even the Spotify app, which has dozens of developers gets this wrong.
We’re so awesome :)
Also:
- Renamed a bunch of state variables (next time will make separate
commit, sry)
- All window-related variables (e.g. isFullScreen, isFocused, etc.)
live in `state.window` now
- Remove negative class name, use CSS :not() instead
2016-03-08 17:18:31 -08:00
DC
4c03e98a19
Video controls: never hide when paused
...
Also simplifies CSS
2016-03-08 02:36:33 -08:00
Feross Aboukhadijeh
e0122f81e5
don't calculate styles in JavaScript whenever possible
2016-03-05 22:06:32 -08:00
Nate Goldman
7c1c430097
hide header on video after mouse idle
2016-03-05 20:33:12 -08:00
Feross Aboukhadijeh
edb16a1bf1
Use single quotes in hyperx
2016-03-05 19:02:40 -08:00
DC
098827ec78
State: put temp state directly in state, saved in state.saved
2016-03-05 16:00:41 -08:00
DC
5b383d3ed0
Split state into temp and saved
...
Also stop using IPC to calculate window width
Add default torrents--the Blender Foundation videos--not displayed yet
2016-03-05 15:51:43 -08:00
DC
59b3bd04a9
Letterbox video. Hide toolbar in fullscreen
...
Cleaner-looking Chromecast and Airplay icons
Hide top bar in full screen mode
2016-03-05 05:14:24 -08:00
Feross Aboukhadijeh
1475e5f95e
Use html "class" property
...
As of this PR (https://github.com/substack/hyperx/pull/22 ) to hyperx,
attributes are automatically converted to properties for the few cases
where they’re different: class, for, and http-equiv.
2016-03-04 23:21:52 -08:00
Nate Goldman
b913997fad
use fancier className notation everywhere
2016-03-04 19:06:40 -08:00
Nate Goldman
b5561f13b4
try hyperx
2016-03-04 18:11:06 -08:00
Feross Aboukhadijeh
b6f24f7726
fix: hide add button when on player page
2016-03-04 16:48:37 -08:00
Nate Goldman
9a0f361e14
separation of concerns
2016-03-04 13:14:22 -08:00