hyper/lib
Stefan Ivic ed282560fb [UI] Make scrollbar look the same on all platforms (#1442)
* [UI] Make scrollbar look the same on all platforms

Linux suffers from the same issue as other platforms where the scrollbar is that ugly electron style. 
This commit will fix this and make it look the same on all platforms and cut down code.

* linter : Use const instead of let

* naming : make the constant easy to understand

The previous code used a variable to define code specific to the os. 
Since we combined the code for all platforms it is not required anymore, so I changed the name to be more understandable to the person reading the code.

* [UI] Make scrollbar look the same on all platforms

Linux suffers from the same issue as other platforms where the scrollbar is that ugly electron style. 
This commit will fix this and make it look the same on all platforms and cut down code.

* linter : Use const instead of let

* naming : make the constant easy to understand

The previous code used a variable to define code specific to the os. 
Since we combined the code for all platforms it is not required anymore, so I changed the name to be more understandable to the person reading the code.
2017-01-27 23:16:41 -02:00
..
actions Open Preferences in Default JS Editor on Windows (#1138) 2017-01-10 21:49:32 -08:00
components [UI] Make scrollbar look the same on all platforms (#1442) 2017-01-27 23:16:41 -02:00
constants Windows titlebar improvements (#1307) 2017-01-10 21:45:49 -08:00
containers Windows titlebar improvements (#1307) 2017-01-10 21:45:49 -08:00
reducers Add the cwd to the redux state (#1412) 2017-01-15 14:40:47 -08:00
store Fix config-store imports (#733) 2016-09-21 23:29:23 -03:00
utils 20% faster bootup time (#1350) 2017-01-09 13:32:15 -08:00
component.js fix various typos and grammar errors in comments (#834) 2016-10-10 12:26:47 +02:00
hterm.js 🐛 Fix copy/paste shortcuts on Windows/Linux 🎉 (#1406) 2017-01-18 13:19:11 -02:00
index.js Windows titlebar improvements (#1307) 2017-01-10 21:45:49 -08:00
rpc.js [WIP] Use XO instead of Standard (#723) 2016-09-21 16:27:11 +02:00
selectors.js Prefer default export to make XO happy (#931) 2016-10-25 14:53:15 +02:00