-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidebar Navigation #306
base: main
Are you sure you want to change the base?
Sidebar Navigation #306
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
components/Tabs/assertions.ts
Outdated
@@ -14,7 +14,7 @@ export default function assertions( | |||
tabs: Tab[] | |||
activeId?: string | |||
variant?: keyof typeof variants | |||
}) => void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be removed?
@@ -1,4 +1,4 @@ | |||
<!DOCTYPE html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
@@ -2,9 +2,7 @@ | |||
"$schema": "https://turborepo.org/schema.json", | |||
"pipeline": { | |||
"build": { | |||
"dependsOn": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meh?
this allows build to understand vite's ?raw
This branch contains a SidebarNavigation element and a LayoutNavigation to put it in.
WIP