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

Feature: Add support for Statsig Dynamic Configs #16

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

aaron5670
Copy link
Owner

Screenshot

image

@aaron5670 aaron5670 added the feature 🚀 New feature label Apr 24, 2024
@aaron5670 aaron5670 self-assigned this Apr 24, 2024
@aaron5670 aaron5670 merged commit 202c50c into main Apr 24, 2024
@@ -248,7 +249,7 @@ export default function Experiments() {
</TableHeader>
<TableBody
emptyContent={isLoading ? <Spinner className="h-full"/> : "No experiments found"}
isLoading={isLoading}
isLoading={!isLoading}

Choose a reason for hiding this comment

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

You sure?

return (
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
<p onClick={() => setCurrentExperiment(experiment.id)}>{cellValue}</p>

Choose a reason for hiding this comment

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

Paragraphs are not keyboard focusable, so keyboard users cannot click this element.

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

Successfully merging this pull request may close these issues.

2 participants