65 Commits

Author SHA1 Message Date
c9a3537b33 chore: add data backup instruction v0.1.0 2024-12-04 18:44:15 +00:00
3dcb5ef4af chore: add manual installation instructions 2024-12-04 18:43:59 +00:00
4c41d4ce07 feat: handle port forward subdomain conflict 2024-12-04 00:10:25 +00:00
ee857cbbf9 feat: implement port forward deletion 2024-12-03 23:34:38 +00:00
62d0633ef1 fix: port forwarding not working 2024-12-03 23:17:29 +00:00
56a16120de fix: type error 2024-12-03 22:43:01 +00:00
f96c0ab92d fix: workspace conflict error not showing 2024-12-03 22:40:59 +00:00
984b0d728a chore: remove unused import 2024-12-03 21:58:01 +00:00
8c67b86721 chore: remove unused import 2024-12-03 18:54:21 +00:00
1a220547bd refactor: delete template logic 2024-12-03 18:50:12 +00:00
e5bbd15837 feat: dialog to change template metadata in editor 2024-12-03 18:34:23 +00:00
4e34570792 feat: add loading state when creating workspace 2024-12-03 15:18:19 +00:00
9fd88fd8d5 fix: loading state when creating template 2024-12-03 11:40:12 +00:00
9053632899 chore: organize imports 2024-12-03 11:35:47 +00:00
ee776f4c6e feat: handle template conflict error 2024-12-03 11:32:21 +00:00
cb8822e280 fix: file map not filled when template created 2024-12-03 00:36:35 +00:00
4db8b5bc84 fix: enable sqlite foreign key 2024-12-03 00:36:17 +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
072d2eeae0 fix: sql conflict when image tag reused 2024-12-02 23:59:04 +00:00
6b955ded73 fix: don't show tanstack dev tool in prod 2024-12-02 23:17:02 +00:00
0c2ceb3bd0 chore: update installation instruction 2024-12-02 23:10:36 +00:00
95c6bbb54a chore: clean up install script 2024-12-02 23:07:23 +00:00
3de40bbfe7 feat: add debug flag 2024-12-02 23:03:06 +00:00
86bb51bd9f chore: add install script 2024-12-02 22:55:11 +00:00
7ebb69fdd2 fix: config path detected incorrectly 2024-12-02 22:37:15 +00:00
8a8fea9742 chore: add sample web env file 2024-12-02 22:12:57 +00:00
574f2e6d2c chore: add goreleaser config 2024-12-02 22:12:40 +00:00
bc262370bf chore: update package.json 2024-12-02 22:12:06 +00:00
9be2970b7d fix: update config.json 2024-12-02 22:11:38 +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
9493062d09 fixup! chore: add landing screenshot 2024-12-02 19:38:12 +00:00
bcc313e3f4 chore: add landing screenshot 2024-12-02 19:37:35 +00:00
582256abea chore: add missing doc screenshot 2024-12-02 19:35:42 +00:00
367ff0dfd6 fix: use defer to close build output channel 2024-12-02 19:34:49 +00:00
09b8a6fca4 chore: add run instruction 2024-12-02 19:31:38 +00:00
d74db3fa5a chore: clarify subdomain behavior 2024-12-02 19:27:53 +00:00
ccef2c46c5 chore: add docs 2024-12-02 19:23:53 +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
da5c01ccce feat: allow port to be set in config 2024-12-02 17:15:39 +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
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