-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Details drawer #1199
base: master
Are you sure you want to change the base?
Details drawer #1199
Conversation
feat: Add DetailsDrawer for showing device position details The commit adds a new component, DetailsDrawer, which displays position details for a selected device. This drawer can be opened from the StatusCard component, providing additional contextual information about the device's state. Users can view attributes such as speed, address, and total distance for the selected device. The addition of the DetailsDrawer enhances the user experience by offering a convenient way to explore and analyze position data.
feat: Add Quick Details Button in StatusCard component This commit introduces a new feature to the StatusCard component by adding a Quick Details button. When enabled in the preferences, the button appears below the table in the card. Clicking on the button triggers the onDetailsClick function and displays additional information. This enhancement provides users with a convenient way to quickly access more details about the device.
Were there any feature requests for this? I'm not sure I understand the value over what's already available. |
I think there is no request for this. traccar.-.2023-12-05.10-21-21.mp4The features are option, so you can enable or disables from preferences. traccar.-.enable.features.mp4 |
I think we need to wait and see if there's an interest for it. This basically duplicates existing functionality. |
I really like this change. It allows to do/see most stuff from the main page without leaving it |
I find it a very interesting function, especially to be able to see the map and a status panel at the same time as in the legacy version. |
feat: Add DetailsDrawer for showing device position details
Adds a new component, DetailsDrawer, which displays position details for a selected device. This drawer can be opened from the StatusCard component, providing additional contextual information about the device's state. Users can view attributes for the selected device. The addition of the DetailsDrawer enhances the user experience by offering a convenient way to explore and analyze position data. When enabled in the preferences, show DetailsDrawer, when is disabled redirect to normal route.
feat: Add Quick Details Button in StatusCard component
This commit introduces a new feature to the StatusCard component by adding a Quick Details button. When enabled in the preferences, the button appears below the table in the card. Clicking on the button triggers the onDetailsClick function and displays additional information. This enhancement provides users with a convenient way to quickly access more details about the device.