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: ui.labeled_value #1029

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

AkshatJawne
Copy link
Contributor

Closes #938 and Closes #869

Additional Notes:

  • After conversation with @mofojed yesterday, I will be creating separate PR to implement the ability to pass in dates and have date formatting (given that it will require a fair share of logic)
  • Have put up this PR in the interim so that docs and the other functionality can be reviewed

Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an e2e test as well

plugins/ui/docs/components/labeled_value.md Outdated Show resolved Hide resolved
plugins/ui/src/deephaven/ui/components/labeled_value.py Outdated Show resolved Hide resolved
mofojed
mofojed previously approved these changes Nov 27, 2024
plugins/ui/docs/components/labeled_value.md Outdated Show resolved Hide resolved
plugins/ui/docs/components/labeled_value.md Outdated Show resolved Hide resolved
plugins/ui/docs/components/labeled_value.md Outdated Show resolved Hide resolved
Co-authored-by: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com>
AkshatJawne and others added 2 commits November 29, 2024 12:58
Co-authored-by: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com>
Co-authored-by: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com>
Position,
LabelPosition,
)
from ..types import Date
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import doesn't seem to be used yet, can remove.

Suggested change
from ..types import Date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ui.labeled_value docs: ui.labeled_value
4 participants