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: browse experiment history #706

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

feat: browse experiment history #706

wants to merge 4 commits into from

Conversation

henrychoy
Copy link
Collaborator

Add ability for user to browse Experiment history in the edit form. Clicking the toggle will bring out the right drawer containing the snapshot list, which can eventually be used in other form pages. Selecting a row loads the values into the form. Up/down keyboard navigation should work when you are clicked into the table. Table can be sorted. The queue dialog was also updated to use this SnapshotList component.

@henrychoy henrychoy self-assigned this Dec 30, 2024
@henrychoy henrychoy linked an issue Dec 30, 2024 that may be closed by this pull request
@henrychoy henrychoy requested review from jkglasbrenner and hbooth and removed request for jkglasbrenner and hbooth December 30, 2024 20:46
Copy link
Collaborator

@keithmanville keithmanville left a comment

Choose a reason for hiding this comment

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

This looks good to me.

I think the greyed out entrypoint section with the "Entrypoints are not part of Experiment snapshots" message is nicer than hiding that panel.

Adding @hbooth and @jkglasbrenner as reviewers as well since we haven't had a chance go over the design together.

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

Successfully merging this pull request may close these issues.

Implement UI elements for browsing Experiment history
2 participants