summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-23Cleanup slider positioningv7Yuval Adam
2024-09-23Cleanup Datetime stylesYuval Adam
2024-09-23Fix slider stylesYuval Adam
2024-09-23Move fathom to rootYuval Adam
2024-09-23Add fathom analytics clientYuval Adam
2024-09-23Cleanup playback implYuval Adam
2024-09-23Fix timer typeYuval Adam
2024-09-23Cleanup lots of typescript and ref issuesYuval Adam
2024-09-23Update READMEYuval Adam
2024-09-23Move all geshem/ files to rootYuval Adam
2024-09-23Move public filesYuval Adam
2024-09-23Replace faviconYuval Adam
2024-09-23Remove remaining filesYuval Adam
2024-09-23Add some placeholder descriptionsYuval Adam
2024-09-23Redirect all local calls to images to prodYuval Adam
2024-09-23Move most components into new pathYuval Adam
2024-09-23Initial nextjs project generationYuval Adam
2023-05-09Revert to fathom CDNYuval Adam
2023-02-08Update 2023 screenshotYuval Adam
2022-11-29Merge pull request #35 from yuvadm/dependabot/npm_and_yarn/loader-utils-2.0.4v6.0.1Yuval Adam
Bump loader-utils from 2.0.2 to 2.0.4
2022-11-29Merge pull request #34 from ↵Yuval Adam
yuvadm/dependabot/npm_and_yarn/minimatch-and-recursive-readdir-3.1.2 Bump minimatch and recursive-readdir
2022-11-29Bump loader-utils from 2.0.2 to 2.0.4dependabot[bot]
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29Bump minimatch and recursive-readdirdependabot[bot]
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) Updates `recursive-readdir` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/jergason/recursive-readdir/releases) - [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md) - [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: recursive-readdir dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29Merge pull request #30 from yuvadm/v6v6.0.0Yuval Adam
Major v6 upgrade
2022-11-29Update netlify to vercel in README, test buildYuval Adam
2022-11-28Bump mapbox to 2.11.0, FINALLYYuval Adam
2022-09-01Skip slider renders on empty images, and cleanup unused varsYuval Adam
2022-09-01No need to save map stateYuval Adam
2022-09-01Disable SSL warningsYuval Adam
2022-09-01Add manual requirements.txt and update sls.ymlYuval Adam
2022-09-01Update deploycron scriptYuval Adam
2022-09-01Update pipfile lockYuval Adam
2022-09-01Test vercel deploymentYuval Adam
2022-09-01Extract playback slots to configYuval Adam
2022-09-01Fix slider prev value callbackYuval Adam
2022-09-01Map loading works, slider still notYuval Adam
2022-09-01Change map loaded to stateYuval Adam
2022-09-01Basic map structure, almost thereYuval Adam
2022-09-01Handle source and layer updatesYuval Adam
2022-09-01Fix default exportsYuval Adam
2022-08-30WIPYuval Adam
2022-08-30Unpin luxon after bug fixYuval Adam
2022-08-29Store lng, lat and zoom state, fix ref typeYuval Adam
2022-08-29Mapbox base layer and loading worksYuval Adam
2022-08-29Fix RoutesYuval Adam
2022-08-29Initial Map conversionYuval Adam
2022-08-29Downgrade luxon to 3.0.1 due to bugYuval Adam
2022-08-29Fix more types in componentsYuval Adam
2022-08-29Remove unused geolocation funcYuval Adam
2022-08-29Fix types in GeshemYuval Adam