Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance filter modification (#449)
* upgrade drizzle and drizzle-kit * add location to measurements for mobile devices * drop last migration * add locations for mobile devices * workaround to handle postgis geometry in query * remove migrations * add locations * disable esLint for now * get rid of `button can not be a descendant of button` error * make tags optional * mobile box overview * add dynamic popup to mobile trajectories * enhance mobile boxes * add build target * fix `top level await` error * add trips switch * remove colors when trips are deactivated * allow to select two sensors on mobile device * enable switching overlaying mobile sensor * add sensor unit to dependencies in MobileBoxLayer effect * refactor(routes): update route configuration and dependencies * refactor(donut-chart-cluster): simplify destructuring and formatting in component * refactor(device): comment out time column in getDevice function * refactor(graph): rename LineWithZoom to GraphWithZoom and update zoom state management * refactor(mobile): update MobileBoxView structure and clean up MobileOverviewLayer formatting * refactor(device): add time column to extras in getDevice function * refactor(package): remove chartjs-scale-timestack dependency from package.json * update package-lock.json * refactor(color): update color palette and introduce dynamic color calculation * refactor(device-detail): improve image handling and update log entry styles * feat(device-detail): enhance tag selection with dynamic styling and URL updates --------- Co-authored-by: Matthias Pfeil <[email protected]>
- Loading branch information