TheYakuzo

Results 8 comments of TheYakuzo

This is a sample for Nuxt 3, @nuxtjs/apollo module who need to authenticate WebSocket for Subscription. ( No Bearer token in my case, used "x-hasura-admin-secret" on my server to authenticate...

Same repository but fork for Vue3 : https://github.com/raiblaze/vue3-html2pdf

I found the possibility to have the network as well as an image (building plan, map etc...) that adapts to the position of the network and its zoom level. By...

I rework it, let me know if I push : _// MapButton.js_ ```js import {useEffect, useMemo, useCallback} from "react"; import {map} from "../core/MapView"; import "./map-button.css"; const VALID_TYPES = ["overlay", "notification"];...

Will rebase and use this implementation on the other branch when merged

PR created : https://github.com/traccar/traccar-web/pull/1357 I used red for off and green for on. Depending on your tastes, see if it respects your UI choices.

Done : https://github.com/traccar/traccar-web/pull/1358 ( refactoring ) This current PR remains the same, there should be no conflicts.

color is now black for enabled and gray for disabled