waveterm/frontend/app/hook
Evan Simkowitz 6413d49119
Make default monaco theme transparent, remove import errors (#308)
This makes the background for the "wave-theme-dark" theme transparent.
The light theme is still opaque because otherwise it will look somewhat
dark.

This also suppresses TypeScript/JavaScript import errors in the default
linter, since we don't have support for project directories.

This also reworks the useWidth and useHeight hooks to use the
useResizeObserver hook, which limits the number of ResizeObserver
instances floating around, thereby improving performance
2024-09-03 18:43:59 -07:00
..
useDimensions.tsx Make default monaco theme transparent, remove import errors (#308) 2024-09-03 18:43:59 -07:00
useHeight.tsx Make default monaco theme transparent, remove import errors (#308) 2024-09-03 18:43:59 -07:00
useLongClick.tsx Fix infinite loop in layoutAtom, improve iconbutton disable code (#306) 2024-09-03 11:24:45 -07:00
useWidth.tsx Make default monaco theme transparent, remove import errors (#308) 2024-09-03 18:43:59 -07:00