feat(explorer): collapsible mobile explorer (#1471)
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
This commit is contained in:
parent
fbc45548f7
commit
91189dfd2f
4 changed files with 296 additions and 51 deletions
|
@ -27,7 +27,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.DesktopOnly(Component.Explorer()),
|
||||
Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
|
@ -44,7 +44,7 @@ export const defaultListPageLayout: PageLayout = {
|
|||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.DesktopOnly(Component.Explorer()),
|
||||
Component.Explorer(),
|
||||
],
|
||||
right: [],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue