-
Notifications
You must be signed in to change notification settings - Fork 37
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
Refactor front page for iphone use #1326
Refactor front page for iphone use #1326
Conversation
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.
LGTM
frontend/src/components/Pages/FrontPage/MissionOverview/OngoingMissionCard.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Pages/FrontPage/MissionOverview/OngoingMissionCard.tsx
Show resolved
Hide resolved
frontend/src/components/Pages/FrontPage/MissionOverview/MissionQueueCard.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Pages/FrontPage/MissionOverview/OngoingMissionCard.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Pages/FrontPage/MissionOverview/MissionQueueCard.tsx
Outdated
Show resolved
Hide resolved
2c7c17b
to
849d0d8
Compare
height: auto; | ||
` | ||
|
||
const EllipsisTypography = styled(Typography)` |
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.
Consider moving elsewhere and importing as its also used in MissionRobotDisplay
frontend/src/components/Pages/FrontPage/MissionOverview/OngoingMissionCard.tsx
Outdated
Show resolved
Hide resolved
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.
849d0d8
to
da85cab
Compare
Closes #900