waveterm/frontend/app/store
Sylvie Crowe 182c5f6e3d
Open New Block and Delete Files (#76)
This implements the behavior for the context menu recently added to the
directories. Open New Block simply opens the file in a preview in a new
block.

Delete files will delete the selected file, but it does not trigger a
rerender at this time. To see the change, you must navigate to a
different directory and then return. This will be fixed in a future
update.
2024-06-25 13:53:55 -07:00
..
contextmenu.ts add contextmenu model, example code in block.tsx 2024-06-20 12:34:32 -07:00
global.ts wsh view works -- uses a WS event to send to the frontend 2024-06-24 19:04:08 -07:00
services.ts Open New Block and Delete Files (#76) 2024-06-25 13:53:55 -07:00
wos.ts implement wscommand using type union interface, send resize events there 2024-06-12 14:18:03 -07:00
ws.ts port to electron (#33) 2024-06-11 17:42:10 -07:00