waveterm/frontend
Evan Simkowitz 255cb51944
Fix window opacity bug (#1283)
With the tab refactor, we introduced a regression that prevented window
transparency from working. Rather than applying overrides of the app
background color (where we record window opacity) to the body of the
document, we were applying it to the main div. This meant that while the
main div was transparent, the body was not (since the default background
color we set for the body is opaque). With this change, we update the
body background directly.
2024-11-13 20:48:02 -08:00
..
app Fix window opacity bug (#1283) 2024-11-13 20:48:02 -08:00
layout Remove the debounce when setting the backdrop for the ephemeral nodes (#1280) 2024-11-13 18:49:03 -08:00
types vdom terminal toolbar (#1263) 2024-11-11 13:11:09 -08:00
util vdom 3 (#1033) 2024-10-17 14:50:36 -07:00
wave.ts Various updater fixes (#1170) 2024-10-30 14:20:19 -07:00