-
Notifications
You must be signed in to change notification settings - Fork 10
make ui more app real #253
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
Conversation
|
Frontend Sandbox Ready! |
Frontend Test Results2 tests 1 ✅ 1s ⏱️ Results for commit d372463. ♻️ This comment has been updated with latest results. |
|
@foxish updated to include arriving time |
foxish
left a comment
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 after comments
| if (completed) { | ||
| return <Text>{driverName} arrived</Text>; | ||
| } else { | ||
| return <Text as="b">The driver {driverName} will arrive in {minutes.toString().padStart(2, "0")}:{seconds.toString().padStart(2, "0")}</Text>; |
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.
We also want to put the Driver's Plate (T702061C) here. The message should be:
The driver {driverName} (plate) will arrive in X minutes
| </Stack> | ||
| <div className={`${styles.drawer} ${logsModal.isOpen ? styles.open : ''}`}> | ||
| <div className={styles.drawerHeader}> | ||
| <Heading size="md">Notifications Logs</Heading> |
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, please merge when you're done with your changes and you think it's ready to go |
* add air config for handling frontend ui changes * move logs to sidebar and make map live * add instructions for how to use air * add driver arrival and driver name * Update README.md * Update home.tsx * add driver plate * fix spacing and coloring cosmetic --------- Co-authored-by: Anirudh Ramanathan <anirudh@foxish.me>

Features
Screen.Recording.2024-12-13.at.3.29.38.PM.mov