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

feat(react-scheduler): add mobile adaptability to the Scheduler #2497

Merged
merged 11 commits into from
Oct 30, 2019

Conversation

AryamnovEugeniy
Copy link
Contributor

@AryamnovEugeniy AryamnovEugeniy commented Oct 28, 2019

Before:
image
image

After:
image
image

@AryamnovEugeniy AryamnovEugeniy changed the title feat(react-scheduler): add mobile adaptability for the Scheduler feat(react-scheduler): add mobile adaptability to the Scheduler Oct 28, 2019
@MaximKudriavtsev
Copy link
Contributor

Should we change the text size in the EditRecurrenceMenu?
image

@MaximKudriavtsev
Copy link
Contributor

image

@MaximKudriavtsev
Copy link
Contributor

image

</Grid>
</Grid>

<Grid item xs="auto">
<Grid container direction="row">
<Grid item xs={1}>
<div className={classes.timeScale}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Why timeScale applies to two places and one of them DayScale?

@AryamnovEugeniy
Copy link
Contributor Author

FPR

@@ -12,7 +12,7 @@ import { appointments } from '../../../demo-data/appointments';
const formatDayScaleDate = (date, options) => {
const momentDate = moment(date);
const { weekday } = options;
return momentDate.format(weekday ? 'dddd' : 'D');
return momentDate.format(weekday ? 'dd' : 'D');
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we just add a text-overflow: elipsis without change formating?

Comment on lines 12 to 14
title: {
...typography.h6,
},
Copy link
Contributor

Choose a reason for hiding this comment

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

title: typography.h6,

@AryamnovEugeniy
Copy link
Contributor Author

FPR

@AryamnovEugeniy AryamnovEugeniy merged commit cfe48bd into DevExpress:master Oct 30, 2019
@AryamnovEugeniy AryamnovEugeniy deleted the mobile-adaptability branch October 30, 2019 11:15
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.

4 participants