-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/top bar #34
Feat/top bar #34
Conversation
78b3151
to
962ceeb
Compare
dashboard/src/App.tsx
Outdated
<div className="w-full h-full"> | ||
|
||
<div className="flex flex-row w-full bg-bg"> | ||
|
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.
nit: no need for this new line
{/* placeholder for search */} | ||
<Input className="w-2/3" type="text" placeholder="Search" /> | ||
</div> | ||
<div>{/* space to put icons on future */}</div> |
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.
we can remove this for now
|
||
const TopBar = (): JSX.Element => { | ||
return ( | ||
<div className="flex fixed top-0 h-20 mx-52 pl-6 pr-12 bg-white w-full "> |
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.
nit: remove the extra space
dashboard/tailwind.config.js
Outdated
@@ -32,6 +32,7 @@ module.exports = { | |||
"accordion-up": "accordion-up 0.2s ease-out", | |||
}, | |||
colors: { | |||
'bg': '#F4F4F4', |
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.
this color already exists
3552194
to
46cc56e
Compare
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.
Looks good!
Description
Related Issues
Closes #18
Visual reference