Erik Zuuring
Erik Zuuring
This is related to issue #1 & #2 with some minor SCSS updates. However, the mobile conditional logic still needs to be removed from [Layout.js](https://github.com/bellingcat/ukraine-timemap/blob/main/src/components/Layout.js). Comments welcome! - Added filter...
#### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ]...
### How to use Import the Posthog event `import { posthogEvent } from "./lib/posthog"` Call the function where you need events to fire `posthogEvent("Insert your posthog event title here")` ###...
This pull request adds a new analytics system powered by Posthog which checks if a UUID is stored in browser from Tally website. If analytics is enabled by user, Posthog...
### How to use Import the Posthog event `import { posthogEvent } from "shared/analytics/posthog";` Call the function where you need events to fire `posthogEvent("Insert your posthog event title here")` ###...
### Notes This PR upgrades the Taho website core dependencies for the following packages: - Node `v14.15.0 -> v18.15.0` - Gatsby `v2.32.8 -> 4.13.1` - React `v16.12.0 -> v17.0.1` Will...