You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Related to Issue #101Header should not be visible when logged out.
Now Header is in the App component, which is shown on every page.
Describe the solution you'd like
Two solutions are:
Keep it in App.tsx and hide it on some pages such as login, signup
Create a new page called Dashboard which works as a console. Projects and the individual project can be imported to this page so that the user can manage them without jumping to another page.
Short demo
The text was updated successfully, but these errors were encountered:
Probably hide the pages will create minimum changes to the current project design. We can go that way now. The idea of dashboard is a mixture of the "All Projects" page, the "App" page, and the Header. This involves many steps and probably should be broken down into multiple smaller issues.
Is your feature request related to a problem? Please describe.
Related to Issue #101 Header should not be visible when logged out.
Now Header is in the App component, which is shown on every page.
Describe the solution you'd like
Two solutions are:
Short demo
The text was updated successfully, but these errors were encountered: