mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
FIX: remove header-icons from styleguide (#29670)
Recent changes in header makes it complicated to show multiple standalone headers with different state.
This commit is contained in:
parent
0669830a5b
commit
b24c8a41ac
@ -1,14 +0,0 @@
|
||||
<StyleguideExample @title="header-icons">
|
||||
<MountWidget @widget="header-icons" />
|
||||
</StyleguideExample>
|
||||
|
||||
<StyleguideExample @title="header-icons - user">
|
||||
<MountWidget @widget="header-icons" @args={{hash user=@dummy.user}} />
|
||||
</StyleguideExample>
|
||||
|
||||
<StyleguideExample @title="header-icons - notifications">
|
||||
<MountWidget
|
||||
@widget="header-icons"
|
||||
@args={{hash user=@dummy.userWithUnread flagCount=5}}
|
||||
/>
|
||||
</StyleguideExample>
|
@ -14,7 +14,6 @@ import categories from "../components/sections/molecules/categories";
|
||||
import charCounter from "../components/sections/molecules/char-counter";
|
||||
import emptyState from "../components/sections/molecules/empty-state";
|
||||
import footerMessage from "../components/sections/molecules/footer-message";
|
||||
import headerIcons from "../components/sections/molecules/header-icons";
|
||||
import menus from "../components/sections/molecules/menus";
|
||||
import navigationBar from "../components/sections/molecules/navigation-bar";
|
||||
import navigationStacked from "../components/sections/molecules/navigation-stacked";
|
||||
@ -66,7 +65,6 @@ const SECTIONS = [
|
||||
{ component: charCounter, category: "molecules", id: "char-counter" },
|
||||
{ component: emptyState, category: "molecules", id: "empty-state" },
|
||||
{ component: footerMessage, category: "molecules", id: "footer-message" },
|
||||
{ component: headerIcons, category: "molecules", id: "header-icons" },
|
||||
{ component: navigationBar, category: "molecules", id: "navigation-bar" },
|
||||
{
|
||||
component: navigationStacked,
|
||||
|
Loading…
Reference in New Issue
Block a user