Wire up NotificationsPanel
story
This commit is contained in:
parent
4dc2440024
commit
080638216a
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,7 @@ pub enum ComponentStory {
|
|||
Keybinding,
|
||||
LanguageSelector,
|
||||
MultiBuffer,
|
||||
NotificationsPanel,
|
||||
Palette,
|
||||
Panel,
|
||||
ProjectPanel,
|
||||
|
@ -131,6 +132,10 @@ impl ComponentStory {
|
|||
ui::MultiBufferStory::new().into_any()
|
||||
})
|
||||
.into_any(),
|
||||
Self::NotificationsPanel => view(cx.entity(|cx| ()), |_, _| {
|
||||
ui::NotificationsPanelStory::new().into_any()
|
||||
})
|
||||
.into_any(),
|
||||
Self::Palette => view(cx.entity(|cx| ()), |_, _| {
|
||||
ui::PaletteStory::new().into_any()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue