waveterm/pkg/wcore
Evan Simkowitz c5501a5335
Move wlayout to wcore, create new tab layout for all new tabs (#1437)
Moves the wlayout package contents to wcore to prevent import cycles.
Moves the layout calls to other wcore functions instead of being handled
by the services. Removes redundant CreateTab in EnsureInitialData and
adds a isInitialLaunch flag to the CreateTab and CreateWorkspace
functions to ensure that the initial tab is pinned and does not have the
initial tab layout (since the starter layout gets applied later)
2024-12-09 14:24:02 -08:00
..
block.go Workspace app menu (#1423) 2024-12-06 15:33:00 -08:00
layout.go Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00
wcore.go Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00
window.go Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00
workspace.go Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00