waveterm/frontend/app/store
Evan Simkowitz 164afeeb66
Unified node model to pass data from layout to blocks (#259)
This adds a new NodeModel, which can be passed from the TileLayout to
contained blocks. It contains all the layout data that the block should
care about, including focus status, whether a drag operation is
underway, whether the node is magnified, etc.

This also adds a focus stack for the layout, which will let the focus
switch to the last-focused node when the currently-focused one is
closed.

This also addresses a regression in the resize handles that caused them
to be offset from the cursor when dragged.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-08-26 11:56:00 -07:00
..
contextmenu.ts fix context menu 2024-08-16 18:01:31 -07:00
global.ts Unified node model to pass data from layout to blocks (#259) 2024-08-26 11:56:00 -07:00
modalmodel.ts Update copyright indicators on a bunch of files (#255) 2024-08-20 17:01:29 -07:00
services.ts Change Connection UI (#269) 2024-08-23 18:12:40 -07:00
wos.ts Add authkey header for requests to the backend (#256) 2024-08-21 15:04:39 -07:00
ws.ts more const crusade 2024-07-23 12:46:29 -07:00
wshrpc.ts Change Connection UI (#269) 2024-08-23 18:12:40 -07:00
wshserver.ts Change Connection UI (#269) 2024-08-23 18:12:40 -07:00