-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add an icon on the trip report to view the replay #1636
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
|
When you navigate back, it reset the period back to "today" regardless of what you previously selected. That is a preexisting issue where that field is not populated from the query parameters |
src/reports/TripReportPage.jsx
Outdated
| </IconButton> | ||
| )} | ||
| </TableCell> | ||
| <TableCell className={classes.columnAction} padding="none"> |
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.
I think it should be part of the same column.
8b5b6b7 to
dac9dc7
Compare
src/reports/TripReportPage.jsx
Outdated
| ) : ( | ||
| <IconButton size="small" onClick={() => setSelectedItem(item)}> | ||
| <LocationSearchingIcon fontSize="small" /> | ||
| <Box display={'flex'}> |
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.
Why do we need a box?
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.
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.
ok, let's make a div with a style then
dac9dc7 to
9d2be4c
Compare
src/reports/TripReportPage.jsx
Outdated
| ) : ( | ||
| <IconButton size="small" onClick={() => setSelectedItem(item)}> | ||
| <LocationSearchingIcon fontSize="small" /> | ||
| <div style={{display: 'flex'}}> |
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.
please make a class for this, like we do everywhere else
9d2be4c to
667af60
Compare
| display: 'none', | ||
| }, | ||
| }, | ||
| columnFlex: { |
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.
I think we need more semantic name. maybe something like columnActionContainer
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.
Yeah, sure
Redo of traccar#1349 Params are now already automatically added to query params and read back. So this just needs to add the link to it.
667af60 to
85bf858
Compare
|
Merged, thanks. |

Redo of #1349
Params are now already automatically added to query params and read back. So this just needs to add the link to it.
Screencast_20251212_232357.mp4