-
Notifications
You must be signed in to change notification settings - Fork 1k
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): interface for the experiment flags #1724
Conversation
ce5c52a
to
7b13880
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please follow the naming practices:
experiments/components/flag-list.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed
Does it make sense to display the status of the chat workers in the ActionBar switcher? |
import FeatureList from './components/feature-list' | ||
|
||
export const metadata: Metadata = { | ||
title: 'Experimental AI' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
Enable Quick Action Bar to display a convenient toolbar when you | ||
select code, offering options to explain the code, add unit tests, | ||
and more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enable Quick Action Bar to display a convenient toolbar when you | |
select code, offering options to explain the code, add unit tests, | |
and more. | |
{quickActionBar.description} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
{!quickActionBar.loading && ( | ||
<div className="flex items-center space-x-4 rounded-md border p-4"> | ||
<div className="flex-1 space-y-1"> | ||
<p className="text-sm font-medium leading-none">Quick Action Bar</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p className="text-sm font-medium leading-none">Quick Action Bar</p> | |
<p className="text-sm font-medium leading-none">{}</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use {quickActionBar.title}
<SidebarButton href="/experiments"> | ||
<IconSparkles /> Experimental AI | ||
</SidebarButton> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<SidebarButton href="/experiments"> | |
<IconSparkles /> Experimental AI | |
</SidebarButton> |
Don't display it in side bar, it's developer only page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Close TAB-566