Commit Graph

7 Commits

Author SHA1 Message Date
e70344d0f3 fix: handle images with same image id
when two images with different tags point to the same image id, the image dropdown in new workspace dialog breaks because it assumes image id is unique
2024-12-03 00:07:41 +00:00
5fa55493b7 feat: handle workspace conflict error 2024-12-02 19:12:26 +00:00
3acb85abaf fix: use Select value instead of defaultValue
when defaultValue is used to pass the current value of Select, a warning
is produced in the console: "cannot update a component while rendering a
different component `Controller`". an unrelated issue
(https://github.com/shadcn-ui/ui/issues/1253) that suggested using the
value prop instead of defaultValue somehow fixed this problem
2024-12-02 11:10:59 +00:00
a92f5e8189 feat: implement workspace runtime selection 2024-12-02 09:38:01 +00:00
5718cc1c51 refactor: remove unused code/import 2024-11-29 23:52:53 +00:00
324474848b fix: new workspace dialog not closed when created 2024-11-28 19:32:33 +00:00
45bfbe093a feat: implement ssh forwarding 2024-11-17 18:10:35 +00:00