Commit Graph

29 Commits

Author SHA1 Message Date
ee776f4c6e feat: handle template conflict error 2024-12-03 11:32:21 +00:00
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
6b955ded73 fix: don't show tanstack dev tool in prod 2024-12-02 23:17:02 +00:00
8a8fea9742 chore: add sample web env file 2024-12-02 22:12:57 +00:00
bc262370bf chore: update package.json 2024-12-02 22:12:06 +00:00
6198b99b97 fix: change username for ssh command in info tab 2024-12-02 22:09:35 +00:00
e36aac560c fix: detect host name using window.location 2024-12-02 22:08:20 +00:00
5fa55493b7 feat: handle workspace conflict error 2024-12-02 19:12:26 +00:00
4c34689ceb feat: add vim mode toggle 2024-12-02 18:09:31 +00:00
3efed700c1 feat: highlight active main sidebar item 2024-12-02 17:06:10 +00:00
da2c7ffcce chore: some optimizations 2024-12-02 17:01:27 +00:00
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
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
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
45bfbe093a feat: implement ssh forwarding 2024-11-17 18:10:35 +00:00
a7933f8b06 initial commit 2024-11-12 00:31:10 +00:00