waveterm/pkg/service
Evan Simkowitz cf578b1d89
Allow empty workspace name while editing workspace (#1592)
Fixes a bug where if you deleted all but one character in the workspace
name, you couldn't delete the final character. To fix this, I have made
the workspace editor save a separate entry from the backend. The backend
will also only update its DB value and notify the frontend if something
was actually edited. If you delete all the characters in the name and
don't put anything new in, though, the name will be whatever the last
character you had was, since the name of a saved workspace cannot be
empty.
2024-12-20 08:55:28 -08:00
..
blockservice resize terminal on restoring state (#1100) 2024-10-22 12:50:44 -07:00
clientservice Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00
fileservice Create and rename files and dirs in dirpreview (#1156) 2024-12-02 22:23:44 -08:00
objectservice Fix errors in loading of help view (#1501) 2024-12-11 16:09:47 -08:00
userinputservice update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00
windowservice Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00
workspaceservice Allow empty workspace name while editing workspace (#1592) 2024-12-20 08:55:28 -08:00
service.go Workspaces are back! (#1282) 2024-12-02 10:56:56 -08:00