Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integrate feedback package #25

Merged
merged 22 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fac0f3a
feat(teach): import teach package
jiwnchoi Apr 12, 2024
f3b8407
working(widget): teacher view
jiwnchoi Apr 12, 2024
eeafc7a
fix(bavisitter): import typo fix
jiwnchoi Apr 14, 2024
1b810aa
fix(widget): code formatting and styling issues in App.tsx and CodeCo…
jiwnchoi Apr 14, 2024
7da7ae6
fix(teach): bug fix
jiwnchoi Apr 14, 2024
910f2f0
fix(teach): opacity calculation in reduceOpacity and api call
jiwnchoi Apr 14, 2024
d92df0f
fix(Bavisitter): load artifact missing file handling
jiwnchoi Apr 14, 2024
d58bc0f
fix(Bavisitter): revise prompt for file saving
jiwnchoi Apr 14, 2024
6d7119c
feat(widget): Revision View
jiwnchoi Apr 14, 2024
81deb70
fix(teach): remove trigger
jiwnchoi Apr 14, 2024
7466baa
feat(widget): artifact store
jiwnchoi Apr 14, 2024
660488d
fix(bavisitter): snap svg dependency order
jiwnchoi Apr 15, 2024
8d64866
fix(bavisitter): modify message handler to resolve partial code end p…
jiwnchoi Apr 15, 2024
8be1323
fix(Bavisitter): console output format
jiwnchoi Apr 15, 2024
8e6681b
fix(widget): revisionViewDisplay condition fix
jiwnchoi Apr 15, 2024
734d052
feat(bavisitter, widget): save artifact
jiwnchoi Apr 15, 2024
a2e3b02
feat(widget): Bavisitter for userName
jiwnchoi Apr 15, 2024
aa16615
fix(Bavisitter): to keep default NA values when loading artifacts
jiwnchoi Apr 15, 2024
c245aa9
fix(widget): position of Messages component in Messages.tsx
jiwnchoi Apr 15, 2024
5226ed0
Update README.md
jiwnchoi Apr 15, 2024
122c578
chore(videre): change package name
jiwnchoi Apr 15, 2024
3bc81e7
chore: remove console.log
jiwnchoi Apr 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ artifacts
*.ipynb
demo*

src/teach
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Bavisitter: Babysitting LLMs for Visualization

<img width="1097" alt="image" src="https://github.com/jiwnchoi/Bavisitter/assets/2310571/086c3b72-7950-4dac-a8e2-79e53b01f3df">
<img width="1347" alt="image" src="https://github.com/jiwnchoi/Bavisitter/assets/2310571/6947496e-4275-4765-8d7b-f176740a6cad">


```python
import os
Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@types/papaparse": "^5.3.14",
"@types/react-syntax-highlighter": "^15.5.11",
"formik": "^2.4.5",
"framer-motion": "^11.0.14",
"papaparse": "^5.4.1",
"lodash-es": "^4.17.21",
"paper": "^0.12.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
Expand All @@ -27,14 +26,21 @@
"react-syntax-highlighter": "^15.5.0",
"react-vega": "^7.6.0",
"remark-gfm": "^4.0.0",
"simple-statistics": "^7.8.3",
"snapsvg": "^0.5.1",
"snapsvg-cjs-ts": "^0.0.6",
"vega": "^5.28.0",
"vega-embed": "^6.25.0",
"vega-lite": "^5.17.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/snapsvg": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"esbuild": "^0.20.2",
Expand Down Expand Up @@ -68,4 +74,4 @@
"ruff format ."
]
}
}
}
99 changes: 75 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading