Recategorize a few items in the component preview (#35681)
Release Notes: - N/A
This commit is contained in:
parent
bc2108cbba
commit
cc93175256
11 changed files with 44 additions and 12 deletions
|
@ -368,7 +368,15 @@ impl RenderOnce for ZedAiOnboarding {
|
|||
|
||||
impl Component for ZedAiOnboarding {
|
||||
fn scope() -> ComponentScope {
|
||||
ComponentScope::Agent
|
||||
ComponentScope::Onboarding
|
||||
}
|
||||
|
||||
fn name() -> &'static str {
|
||||
"Agent Panel Banners"
|
||||
}
|
||||
|
||||
fn sort_name() -> &'static str {
|
||||
"Agent Panel Banners"
|
||||
}
|
||||
|
||||
fn preview(_window: &mut Window, _cx: &mut App) -> Option<AnyElement> {
|
||||
|
|
|
@ -236,7 +236,7 @@ impl RenderOnce for AiUpsellCard {
|
|||
|
||||
impl Component for AiUpsellCard {
|
||||
fn scope() -> ComponentScope {
|
||||
ComponentScope::Agent
|
||||
ComponentScope::Onboarding
|
||||
}
|
||||
|
||||
fn name() -> &'static str {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue