waveterm/frontend/app/store
Mike Sawka 4fd6d36d8e
conn updates 2 (#1660)
* use pwsh over powershell if installed (on windows) for default shell
* refactor blockcontroller.DoRunShellCommand into a "setup" and "manage" phase
* fix wshcmd-conn to also disconnect wsl connections
* new genconn interfaces to make a standardized environment to run SSH/WSL commands via `sh -c`.  also create better quoting functions that are composable
* replace html/template with text/template for shell command templating (avoids special chars getting turned into HTML entities, breaking the commands)
* do not reinstall wsh if the installed version has a higher version (prevents flip-flopping on shared systems)
* simplify clientOs/clientArch detection.  use `uname -sm`.  also validate the os/arch combo as compatible with our builds.
* replace CpHostToRemote with CpWshToRemote. hard codes wsh paths inside of the function instead of having them passed in (quoting restrictions)
* new SyncBuffer class to use with commands that properly synchronizes Writes/String output
* fix setTermSize to actually update DB with terminal size
2025-01-02 14:15:32 -08:00
..
contextmenu.ts Stop event propagation for contextmenu show event (#1493) 2024-12-11 11:03:30 -08:00
global.ts terminal multi-input for tab (#1643) 2025-01-02 10:06:47 -08:00
jotaiStore.ts Remove global.ts dependency from emain (#1003) 2024-10-10 10:12:42 -07:00
keymodel.ts conn updates 2 (#1660) 2025-01-02 14:15:32 -08:00
modalmodel.ts tos page 2 -- quick tips (#387) 2024-09-16 23:45:47 -07:00
services.ts Deleting current workspace switches to another instead of closing [ backend implementation ] (#1623) 2024-12-29 09:58:29 -08:00
wos.ts Auditing async usage in frontend code (#1402) 2024-12-05 18:09:54 -08:00
wps.ts Remove global.ts dependency from emain (#1003) 2024-10-10 10:12:42 -07:00
ws.ts merge main to dev 0.9 2024-10-18 09:29:39 -07:00
wshclient.ts vdom 3 (#1033) 2024-10-17 14:50:36 -07:00
wshclientapi.ts Rename outdated WaveAI types (#1609) 2024-12-23 10:55:04 -08:00
wshrouter.ts browser view (#1005) 2024-10-17 14:34:02 -07:00
wshrpcutil.ts browser view (#1005) 2024-10-17 14:34:02 -07:00