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
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