webamp/js/components
Jordan Eldredge 1dfd0e62dc Use position fixed to position windows
This ensures that their position does not influence the size of the
window.

Before the scroll size of the browser window was expanding to contain
our webamp windows, which meant we could never measure the natural size
of the window to position ourselves within it.

Thanks to @1j01 for the idea to try `position: fixed;`
2018-10-05 21:34:29 -07:00
..
AvsWindow Add AvsWindow on top of GenWindow 2018-01-11 20:13:12 -08:00
EqualizerWindow Memoize selectors and use curried functions rather than arguments 2018-09-18 08:38:25 -07:00
GenWindow Memoize selectors and use curried functions rather than arguments 2018-09-18 08:38:25 -07:00
MainWindow Type MonoStero 2018-09-28 07:06:46 -07:00
MilkdropWindow Refactor PresetOverlay to be easier to understand (#652) 2018-09-11 06:45:50 -07:00
PlaylistWindow Memoize selectors and use curried functions rather than arguments 2018-09-18 08:38:25 -07:00
App.js Revert "Revert "Serialize to indexdb" (#664)" 2018-10-05 21:31:05 -07:00
Balance.tsx Type Balance 2018-09-28 07:26:24 -07:00
Character.test.js Swith to Prettier 2017-03-20 23:14:15 +00:00
Character.tsx Type passthrough props 2018-09-17 17:04:05 -07:00
CharacterString.tsx Convert some non-connected components to Typescript 2018-09-17 17:04:05 -07:00
ClickedDiv.tsx Type Minimize 2018-09-28 07:03:45 -07:00
ContextMenu.tsx Avoid awkward Typescript literal 2018-09-25 07:27:22 -07:00
ContextMenuTarget.tsx Convert ContextMenu and ContextMenuTarget to typescriptThis is the first component to use a connected component 2018-09-17 17:04:05 -07:00
ContextMenuWrapper.js Add and enforce class properties 2018-08-17 21:43:26 -07:00
DropTarget.tsx Convert some non-connected components to Typescript 2018-09-17 17:04:05 -07:00
MiniTime.tsx Type MiniTime.js 2018-09-17 17:04:05 -07:00
PlaybackContextMenu.js Upgrade prettier 2018-05-28 15:56:18 -07:00
ResizeTarget.tsx Type ResizeTarget 2018-09-28 07:26:28 -07:00
Skin.js Fix small cursor bugs 2018-06-28 21:17:11 -07:00
SkinsContextMenu.js Upgrade prettier 2018-05-28 15:56:18 -07:00
Visualizer.js Memoize selectors and use curried functions rather than arguments 2018-09-18 08:38:25 -07:00
Volume.tsx Type Balance 2018-09-28 07:26:24 -07:00
WindowManager.tsx Use position fixed to position windows 2018-10-05 21:34:29 -07:00