-
Notifications
You must be signed in to change notification settings - Fork 48
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
Reorganize files related to splash #951
Conversation
5eec50f
to
d194760
Compare
d194760
to
8f022ab
Compare
@@ -19,6 +18,21 @@ const NavContainer = styled.div` | |||
left: 0px; | |||
z-index: 1001; | |||
transition: left .3s ease-out; | |||
|
|||
// TODO: Put this component in a container which sets these styles for all pages. |
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.
[for consideration] You could use a global CSS class (here are the global CSS imports we currently use) or a CSS module which both pages import.
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.
I haven't actually tried so this could get complicated, but I would rather follow through here and create a common page-level container component to be used across all pages so that there's not so many different ones with varying styles and navbar + footer logos added separately.
Or maybe the split is intentional – if that's the case, this TODO doesn't really make sense and I'll consider using the global CSS class here.
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.
Moved this change to #958
bc353f1
to
74a3882
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.
Reorganization makes sense to me 👍
That is the only usage. Also add a note on where it was copied from.
Components in this file are not used on Splash and should be directly under src/components.
These are not used on Splash and should be directly under src/components.
This sets an unknown type for all YAML imports, to be set later.
Part of a larger effort to add types in the codebase.
Part of a larger effort to move away from class components in the codebase.
Part of a larger effort to add types in the codebase.
74a3882
to
fa40d2b
Compare
preview
Description of proposed changes
Lots of small changes. See commit messages.
Related issue(s)
Checklist
/
,/groups/blab