Closed voxel51-bot closed 1 week ago
The changes in this pull request primarily involve the enhancement of the PanelCTA
component by adding two new props: tryLink
and demoDocCaption
. These modifications enable dynamic content rendering based on the application mode and provided props. Additionally, various components across the codebase have undergone minor adjustments, such as correcting capitalization for branding consistency and refining UI elements. Notably, the Object3D
class has been updated to include a new default_material
argument, enhancing its instantiation flexibility.
File | Change Summary |
---|---|
app/packages/components/src/components/PanelCTA/index.tsx | Added props tryLink and demoDocCaption to PanelCTA . Updated href and caption logic accordingly. |
app/packages/core/src/components/Starter/content.ts | Corrected capitalization of "Fiftyone" to "FiftyOne" in CONTENT_BY_MODE object. |
app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/Evaluation.tsx | Updated DEFAULT_BAR_CONFIG sorting, added evaluationType and compareEvaluationType , modified metric display logic. |
app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/EvaluationPlot.tsx | Added scaleanchor to yaxis configuration in layoutDefaults . |
app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/Overview.tsx | Imported useTheme , updated Chip and LoadingDots styling. |
app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/index.tsx | Removed EmptyOverview import, added TRY_LINK , updated PanelCTA rendering with new props. |
app/packages/embeddings/README.md | Added space in header formatting from "Fiftyone" to "FiftyOne". |
app/packages/embeddings/src/EmbeddingsCTA.tsx | Added TRY_LINK constant and passed as tryLink to PanelCTA . Corrected demoLabel text and added demoDocCaption . |
app/packages/map/README.md | Added space in header formatting from "Fiftyone" to "FiftyOne". |
app/packages/operators/README.md | Corrected spelling of "implementation" in README. |
docs/source/tutorials/pointe.ipynb | Changed capitalization of "Fiftyone" to "FiftyOne" in markdown cells. |
e2e-pw/scripts/generate-screenshots-docker-image/build-docker-image.sh | Corrected casing of "Fiftyone" to "FiftyOne" in echo statement. |
fiftyone/core/threed/init.py | Changed capitalization of "Fiftyone" to "FiftyOne" in module docstring. |
fiftyone/core/threed/object_3d.py | Added default_material argument to Object3D constructor and updated _from_dict method. |
fiftyone/internal/secrets/secret.py | Corrected capitalization of "Fiftyone" to "FiftyOne" in UnencryptedSecret class docstring. |
fiftyone/operators/builtins/panels/model_evaluation/init.py | Renamed classes to default_classes , added default_matrix and default_colorscale in get_confusion_matrices . |
app/packages/core/src/plugins/SchemaIO/components/TableView.tsx | Added tooltips property to view object and implemented tooltip rendering logic. |
fiftyone/operators/types.py | Introduced Tooltip class and updated TableView to manage tooltips. |
app/packages/looker/src/elements/util.ts | Modified getTime function to check for finite values and added FRAME_ZERO_OFFSET constant. |
TableView
component enhance its functionality by adding tooltips, which directly relates to the new props and rendering logic introduced in the main PR for the PanelCTA
component.TableView
, which aligns with the enhancements made in the main PR regarding dynamic content based on new props.TableView
, reinforcing the connection to the main PR's changes in the PanelCTA
component that also involve dynamic rendering based on props.PanelCTA
component.PanelCTA
.🐰 In the code, I hop and play,
With props and links, I find my way.
FiftyOne shines, all bright and new,
With captions and buttons, just for you!
Let's celebrate this change so fine,
A rabbit's joy in every line! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Merge
release/v1.1.0
todevelop
Summary by CodeRabbit
Release Notes
New Features
tryLink
anddemoDocCaption
props to thePanelCTA
component, enhancing dynamic content display.TableView
component for improved user context on cell values.Tooltip
class added to enhance theTableView
functionality.Bug Fixes
Documentation
Chores