-
Notifications
You must be signed in to change notification settings - Fork 3
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
Footer sidenav style #45
Conversation
…updating; delete some unused co
3714358
to
bab6e2e
Compare
.gitignore
Outdated
@@ -48,3 +48,7 @@ Thumbs.db | |||
# DB data | |||
/db/data/* | |||
!/db/data/*.sample | |||
|
|||
# Javascript files |
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.
Why have you added this block? Which js files are to be ignored?
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.
The generated files from typescript source files. For example webstorm with some configurations could expose them. I think would be better as a preventive measure.
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.
Ok, just change /scripts/*.js
for /db/**/*.js
.
bab6e2e
to
9dfb489
Compare
-feat(sidenav/footer/styling): sidenav layout open/close state; footer mobile buttons
-style(styling): fix some styles issues raised after covalent package updating
-style(covalent): color palette apply
-fix(covalent): hack to prevent vertical scroll on input search component: covalent issue: Teradata/covalent#412