Commit Graph

22 Commits

Author SHA1 Message Date
dc97c2c498 feat: handle template build error 2024-12-02 13:45:49 +00:00
8a8582e06e fix: add asChild prop for DialogTrigger with Button 2024-12-02 11:52:02 +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
daf9bab49f chore: remove unused import 2024-12-01 19:19:03 +00:00
b76315197d fix: 404 error on page refresh or direct navigation 2024-12-01 19:05:13 +00:00
98cbda9c10 chore: remove unused variable 2024-12-01 18:59:38 +00:00
9d0b00d581 feat: remove info button from template table 2024-12-01 18:59:28 +00:00
00757461cd feat: display version number from env file 2024-12-01 18:59:15 +00:00
4de82afcda feat: add btn to redirect in tmpl not found page 2024-12-01 18:32:41 +00:00
a064f86b88 feat: implement build arg ui 2024-11-30 23:52:36 +00:00
39469230a3 feat: implement base template support 2024-11-30 20:28:26 +00:00
5718cc1c51 refactor: remove unused code/import 2024-11-29 23:52:53 +00:00
ae8f62d77d refactor: templates api logic 2024-11-29 23:52:19 +00:00
db03db3b83 feat: implement web serving 2024-11-29 23:51:21 +00:00
981f43c8ff feat: add workspace delete confirmation 2024-11-29 00:06:36 +00:00
324474848b fix: new workspace dialog not closed when created 2024-11-28 19:32:33 +00:00
cacf66067e feat: implement port forwarding 2024-11-28 19:17:37 +00:00
6e6fb06351 feat: wip implement port forwarding 2024-11-20 21:05:31 +00:00
fb5e708fd8 fix: ssh not proxied when workspace restarts 2024-11-17 18:30:07 +00:00
45bfbe093a feat: implement ssh forwarding 2024-11-17 18:10:35 +00:00
a7933f8b06 initial commit 2024-11-12 00:31:10 +00:00