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 #396 : Create Experiments From Overrides #397

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yuvrajjsingh0
Copy link

Problem

Create Experiments From Overrides

Solution

Added create experiment popup to overrides

@yuvrajjsingh0 yuvrajjsingh0 requested a review from a team as a code owner January 30, 2025 12:20
@@ -228,6 +229,8 @@ pub fn context_override() -> impl IntoView {
}
},
);
let (_reset_exp_form, set_exp_form) = create_signal(0);
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we really need this signal ?
the data is not being read anywhere

Copy link
Author

Choose a reason for hiding this comment

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

oh yeah, that state is of no use, removed it

set_exp_form.update(|val| {
*val += 1;
});
close_drawer("create_exp_drawer");
Copy link
Collaborator

Choose a reason for hiding this comment

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

isn't this already being done by the handle_submit of the Experiment popup ?

Copy link
Author

Choose a reason for hiding this comment

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

No, it's not.

}
>

<EditorProvider>
Copy link
Collaborator

Choose a reason for hiding this comment

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

@ShubhranshuSanjeev shouldn't this Provider be already present inside the Forms itself

Copy link
Collaborator

@ayushjain17 ayushjain17 left a comment

Choose a reason for hiding this comment

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

please change the commit action, squash the commits as well
also, files are not formatted correctly

@yuvrajjsingh0 yuvrajjsingh0 changed the title close #396 : Create Experiments From Overrides feat #396 : Create Experiments From Overrides Jan 30, 2025
@yuvrajjsingh0 yuvrajjsingh0 force-pushed the create-experiments-from-overrides branch from 2d75332 to 733caf4 Compare January 30, 2025 18:05
@yuvrajjsingh0 yuvrajjsingh0 force-pushed the create-experiments-from-overrides branch from 733caf4 to 76e3430 Compare January 30, 2025 18:14
@mahatoankitkumar
Copy link
Collaborator

@yuvrajjsingh0 Can you please attach a video for this?

Copy link
Collaborator

@ayushjain17 ayushjain17 left a comment

Choose a reason for hiding this comment

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

please keep the commit action specifically as "feat: <<Commit Message>>"

@yuvrajjsingh0
Copy link
Author

Video:

Screen.Recording.2025-02-03.at.11.58.17.AM.mov

@Datron Datron linked an issue Feb 5, 2025 that may be closed by this pull request
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.

Create Experiments From Overrides
3 participants