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

Better reminders UI #3

Merged
merged 1 commit into from Jun 24, 2016
Merged

Better reminders UI #3

merged 1 commit into from Jun 24, 2016

Conversation

gmarty
Copy link
Collaborator

@gmarty gmarty commented Jun 22, 2016

@samgiles: can you please review this patch?

@gmarty gmarty force-pushed the reminders-ui branch 2 times, most recently from e2dae96 to b3b8b38 Compare June 23, 2016 10:28
return (
<li className="reminders__item">
<div className="reminders__item-time">
<div>{moment(reminder.datetime).format('LT')}</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

If the date is a single digit i.e. 7 July, rather than double digit then the item content is misaligned. Maybe force to double digit? i.e. 07 July.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah there's the same problem with the time. The only way of fixing it is to use a table for the layout. Do you have a better idea?

@samgiles
Copy link
Contributor

Nice, r+ (unless you want to address the comment, then r+ with comment :)).

@gmarty
Copy link
Collaborator Author

gmarty commented Jun 24, 2016

Thanks Sam for the review.
I'm merging it for now, but let's enquire the misalignment issue.

@gmarty gmarty merged commit 735ec63 into fxbox:master Jun 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants