aboutsummaryrefslogtreecommitdiff
path: root/src/components/Window/WindowSurface
Commit message (Collapse)AuthorAgeLines
* style: fix all quote errors with new eslint configEug-VS2020-01-15-1/+1
|
* Add overflow and scrollbar color to WindowSurfaceEug-VS2020-01-11-0/+2
|
* Implement Window componentEug-VS2020-01-09-0/+31
Divide Window into three types: - primary: larger left window - secondary: smaller right window - mono: both primary and secondary merged together For now, Window sizes are hard-coded values in viewport widht and height measurements. If a name prop specified, Window is displayed with a top bar.