10 Commits

Author SHA1 Message Date
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
Evan Simkowitz 383a71fc25 Fix infinite loop in layoutAtom, improve iconbutton disable code (#306)
Fixes an infinite loop in the layoutModel atom synchronization that
would cause the atom to update indefinitely when the root node is
deleted.

Also adds a dedicated `disabled` flag for the IconButton decl so we can
disable the onClick handler when the button is disabled.

Also updates the Magnify toggle button to use this new flag, so that
when there's only one leaf in a layout, the magnify button is disabed.
2024-09-03 11:24:45 -07:00
Red J Adaya c1684d28d1 suggestions modal (#260) 2024-08-23 00:18:49 -07:00
Evan Simkowitz bd4bf93d4a Update copyright indicators on a bunch of files (#255) 2024-08-20 17:01:29 -07:00
Sylvie Crowe efd1e3c189 CPU Plot (#185)
Adds a CPU % Plotting Widget
2024-07-31 14:13:36 -07:00
Red J Adaya e140076801 webview controls (#110) 2024-07-15 09:40:28 -07:00
Red J Adaya 7bd0b743f4 dynamic csvview height (#101) 2024-07-10 15:06:19 -07:00
Mike Sawka 4be8a1e37e move codeedit to directory. new useLongClick hook. show quick navig… (#105)
move codeedit to directory. new useLongClick hook. show quick navigation for directoryview on longclick of folder icon. lots more generic
stuff for header
new fitaddon for xtermjs
more fixes for xtermjs scrollbars
2024-07-08 23:13:12 -07:00
Red J Adaya 186ca686e3 use useParentHeight hook in waveai (#97) 2024-07-05 20:02:49 -07:00
Red J Adaya d8ff2cb806 height adjuster (#94)
This hook observes and returns the current height of a component.
2024-07-04 09:07:06 -07:00