waveterm/frontend/app/tab
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
..
tab.scss Update button class name so it doesn't conflict with Monaco (#1536) 2024-12-16 18:10:06 -08:00
tab.tsx Show hover effect on dragging tab (#1459) 2024-12-10 11:41:37 -08:00
tabbar.scss Fix inconsistent tab sizing between views (#1502) 2024-12-11 18:25:36 -08:00
tabbar.tsx Fix inconsistent tab sizing between views (#1502) 2024-12-11 18:25:36 -08:00
tabcontent.scss Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
tabcontent.tsx Switch from Less to Scss (#1335) 2024-11-21 16:05:04 -08:00
updatebanner.scss Update button class name so it doesn't conflict with Monaco (#1536) 2024-12-16 18:10:06 -08:00
updatebanner.tsx Fix inconsistent tab sizing between views (#1502) 2024-12-11 18:25:36 -08:00
workspaceeditor.scss Synchronize workspace edits across windows, close window when workspace is deleted (#1540) 2024-12-16 21:54:13 -08:00
workspaceeditor.tsx Synchronize workspace edits across windows, close window when workspace is deleted (#1540) 2024-12-16 21:54:13 -08:00
workspaceswitcher.scss Synchronize workspace edits across windows, close window when workspace is deleted (#1540) 2024-12-16 21:54:13 -08:00
workspaceswitcher.tsx Allow empty workspace name while editing workspace (#1592) 2024-12-20 08:55:28 -08:00