mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
* [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. |
||
|---|---|---|
| .. | ||
| header.js | ||
| notification.js | ||
| notifications.js | ||
| split-pane.js | ||
| tab.js | ||
| tabs.js | ||
| term-group.js | ||
| term.js | ||
| terms.js | ||