Skip to content

Commit 20f0267

Browse files
author
colinmcneil
committed
Improve UI consistency
1 parent fbc3dc3 commit 20f0267

File tree

6 files changed

+213
-163
lines changed

6 files changed

+213
-163
lines changed

src/extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This starts a development server that listens on port `3000`.
4242
You can now tell Docker Desktop to use this as the frontend source. In another terminal run:
4343

4444
```shell
45-
docker extension dev ui-source docker/labs-ai-tools-for-devs:latest http://localhost:3000
45+
docker extension dev ui-source vonwig/labs-ai-tools-for-devs:0.0.1 http://localhost:3000
4646
```
4747

4848
In order to open the Chrome Dev Tools for your extension when you click on the extension tab, run:

src/extension/ui/package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/extension/ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@emotion/styled": "11.10.4",
1111
"@mui/icons-material": "^5.16.5",
1212
"@mui/material": "5.10.8",
13+
"ansi-to-html": "^0.7.2",
1314
"react": "^18.2.0",
1415
"react-dom": "^18.2.0"
1516
},

0 commit comments

Comments
 (0)