Skip to content

#207: Calendars Page#286

Open
AlexanderKapelyukhovskiy wants to merge 9 commits into
Restuta:masterfrom
AlexanderKapelyukhovskiy:issue207-Calendars-page
Open

#207: Calendars Page#286
AlexanderKapelyukhovskiy wants to merge 9 commits into
Restuta:masterfrom
AlexanderKapelyukhovskiy:issue207-Calendars-page

Conversation

@AlexanderKapelyukhovskiy

@AlexanderKapelyukhovskiy AlexanderKapelyukhovskiy commented May 28, 2017

Copy link
Copy Markdown
Contributor

Prototype

This implements /calendars route and closes #207

@Restuta Restuta changed the title #207: calendars page #207: Calendars Page May 28, 2017
Comment thread src/client/calendar/Calendars.scss Outdated
text-align: center;
margin-right: 0px;
border: 1px solid #aaa;
padding: 0 20px;

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@Restuta Done

Comment thread src/client/calendar/Calendars.jsx Outdated
@@ -10,7 +10,10 @@ class Calendars extends Component {

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

@Restuta Restuta May 28, 2017

Copy link
Copy Markdown
Owner

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
Copy Markdown
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

graymur commented Nov 1, 2017

Copy link
Copy Markdown
Collaborator

@Restuta what else need to be done here?

@Restuta

Restuta commented Nov 1, 2017

Copy link
Copy Markdown
Owner

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