[WEB-700] chore: sidebar hamburger refactor (#3960)
This commit is contained in:
parent
861a1c4132
commit
4a93fdbdb4
33 changed files with 289 additions and 320 deletions
|
|
@ -10,6 +10,7 @@ import { ProjectLayoutRoot } from "components/issues";
|
|||
import { useProject } from "hooks/store";
|
||||
import { AppLayout } from "layouts/app-layout";
|
||||
import { NextPageWithLayout } from "lib/types";
|
||||
import { IssuesMobileHeader } from "components/issues/issues-mobile-header";
|
||||
// layouts
|
||||
// hooks
|
||||
|
||||
|
|
@ -42,7 +43,7 @@ const ProjectIssuesPage: NextPageWithLayout = observer(() => {
|
|||
|
||||
ProjectIssuesPage.getLayout = function getLayout(page: ReactElement) {
|
||||
return (
|
||||
<AppLayout header={<ProjectIssuesHeader />} withProjectWrapper>
|
||||
<AppLayout header={<ProjectIssuesHeader />} mobileHeader={<IssuesMobileHeader/>} withProjectWrapper>
|
||||
{page}
|
||||
</AppLayout>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue