Skip to content
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

#207: Calendars Page #286

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

AlexanderKapelyukhovskiy
Copy link
Contributor

@AlexanderKapelyukhovskiy AlexanderKapelyukhovskiy commented May 28, 2017

Prototype

This implements /calendars route and closes #207

@Restuta Restuta changed the title #207: calendars page #207: Calendars Page May 28, 2017
text-align: center;
margin-right: 0px;
border: 1px solid #aaa;
padding: 0 20px;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't use "px" in CSS, if you look closer to other files they all use "rems". For convenience there is a helper called pxToRem using which you can specify pixels. When you shrink to mobile view I change base from 8px to 7px, that allows everything to progressively shrink.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Restuta Done

@@ -10,7 +10,10 @@ class Calendars extends Component {

const calendarsComponent = Object.keys(calendars)
.map(k => <li key={k}>
Copy link
Owner

@Restuta Restuta May 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd use x in place of k or key if you want to be explicit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Restuta Done

@graymur
Copy link
Collaborator

graymur commented Nov 1, 2017

@Restuta what else need to be done here?

@Restuta
Copy link
Owner

Restuta commented Nov 1, 2017

Conflicts and overall it’s not “production ready”, design is not great haven’t tested if it’s responsive, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Umbrella: Trello-like List of Calendars
3 participants