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

fix: Rating component and running feedback #312

Merged
merged 7 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
418 changes: 418 additions & 0 deletions mintlify-docs/Components/Rating.mdx

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mintlify-docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"Components/Text",
"Components/Textinput",
"Components/Slider",
"Components/Rating",
"Components/Image",
"Components/Card",
"Components/DataFrame",
Expand Down
1 change: 1 addition & 0 deletions zero_true/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from zt_backend.models.components.zt_component import ZTComponent
from zt_backend.models.components.slider import Slider
from zt_backend.models.components.rating import Rating
from zt_backend.models.components.text_input import TextInput
from zt_backend.models.components.text_area_input import TextArea
from zt_backend.models.components.range_slider import RangeSlider
Expand Down

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

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions zt_backend/dist_app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pathway+Extreme:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900&display=swap" rel="stylesheet">
<title>Zero-True</title>
<script type="module" crossorigin src="./assets/index-de12265c.js"></script>
<link rel="stylesheet" href="./assets/index-d94f5589.css">
<script type="module" crossorigin src="./assets/index-fb670233.js"></script>
<link rel="stylesheet" href="./assets/index-267af001.css">
</head>

<body>
Expand Down

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

Large diffs are not rendered by default.

Loading
Loading