waveterm/frontend/app
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
..
asset workspace switcher + new elements (in storybook) (#1148) 2024-10-27 13:22:06 -07:00
block use color var for connection status overlay (#1278) 2024-11-13 18:39:46 -08:00
element VDom 10 (#1206) 2024-11-05 23:07:45 -08:00
hook browser view (#1005) 2024-10-17 14:34:02 -07:00
modals feat: add checkmark next to current connection (#1159) 2024-10-27 23:55:43 -07:00
store Add ephemeral block support (#1275) 2024-11-13 18:00:13 -08:00
tab fix long tab names and syncing tab renaming (#1160) 2024-10-27 23:01:47 -07:00
view Add tooltip for clear chat history (#1276) 2024-11-13 18:02:47 -08:00
workspace fix display order sort (#1256) 2024-11-08 15:46:44 -08:00
app-bg.tsx browser view (#1005) 2024-10-17 14:34:02 -07:00
app.less browser view (#1005) 2024-10-17 14:34:02 -07:00
app.tsx Fix window opacity bug (#1283) 2024-11-13 20:48:02 -08:00
mixins.less workspace switcher + new elements (in storybook) (#1148) 2024-10-27 13:22:06 -07:00
reset.less Update copyright indicators on a bunch of files (#255) 2024-08-20 17:01:29 -07:00
theme.less use color var for connection status overlay (#1278) 2024-11-13 18:39:46 -08:00