|
703d561324
|
perf: use script which trims the ELI to download the ELI
|
2023-03-11 02:42:24 +01:00 |
|
|
868d476891
|
Merge feature/svelte into develop
|
2023-03-08 19:02:41 +01:00 |
|
|
db25d64409
|
Merge branch 'master' into develop
|
2023-03-08 02:57:31 +01:00 |
|
|
2f014dbd22
|
chore:add git pull to housekeeping
|
2023-03-08 02:07:12 +01:00 |
|
|
6ee85b12f8
|
Split up allKnownLayouts, make parsing it lazy for faster loading
|
2023-03-02 05:20:53 +01:00 |
|
|
bf1593bfb4
|
Fix service worker
|
2023-02-24 17:47:30 +01:00 |
|
|
1338f06c5d
|
Attempt to fix the build
|
2023-02-10 14:55:41 +01:00 |
|
|
47f8194c1c
|
Improve weblate-fix scripts
|
2023-02-10 01:49:42 +01:00 |
|
wjtje
|
325b8831f2
|
Cleanup vite.config.js and fix scripts in package.json
- Make sure rm isn't called when there are no files to delete
|
2023-02-09 14:06:23 +01:00 |
|
|
f9f1a30921
|
Another step to get tests running
|
2023-02-08 02:47:32 +01:00 |
|
|
cd735c1571
|
Fixing tests
|
2023-02-08 01:21:21 +01:00 |
|
|
228ceb120d
|
Port tests to vitest
|
2023-02-08 01:21:21 +01:00 |
|
|
64a4d7e929
|
Install vitest
|
2023-02-08 01:21:21 +01:00 |
|
|
36aed99843
|
Fix generateLayerOverview, drop priviliged 'icons.json' from code
|
2023-02-08 01:21:19 +01:00 |
|
|
8423793a7f
|
Use -- to pass arguments where needed for vite-node
|
2023-02-08 01:18:56 +01:00 |
|
|
02da80c311
|
Experimenting with Svelte: build a wrapper to convert 'old' components into Svelte, add a community index overview
|
2023-02-08 01:18:56 +01:00 |
|
|
04753f39c4
|
Use vite-node instead of ts-node to run the scripts
|
2023-02-08 01:18:56 +01:00 |
|
|
112162e6c8
|
More svelte work
|
2023-02-08 01:18:56 +01:00 |
|
|
d30ed22673
|
Adding a community index view with Svelte (WIP)
|
2023-02-08 01:18:56 +01:00 |
|
wjtje
|
203d1b6b34
|
🚧 First svelte component
|
2023-02-08 01:18:56 +01:00 |
|
|
7394f447eb
|
Remove unneeded part of 'clean'-script
|
2023-02-07 02:58:55 +01:00 |
|
|
1cef57ba4a
|
Add language metadata fetching to housekeeping script
|
2023-02-01 02:04:29 +01:00 |
|
|
97bf454d38
|
Fix 'nearby images'
|
2023-01-30 01:26:48 +01:00 |
|
|
321568abe6
|
Fix tests
|
2023-01-22 01:09:16 +01:00 |
|
|
888d4e95a3
|
Use mangrove-reviews-typescript, rework reviews modules
|
2023-01-21 23:58:14 +01:00 |
|
|
fd30c44352
|
Sync translations, regenerate docs, fix tests
|
2023-01-17 03:18:39 +01:00 |
|
|
f789c8db9e
|
Remove obsolete scripts
|
2023-01-17 03:01:01 +01:00 |
|
|
60583aa658
|
Configuration with more or less working scripts
|
2023-01-17 02:00:57 +01:00 |
|
|
6ca5c31e3a
|
Neuter mangrove.reviews, it doesn't build
|
2023-01-17 01:09:11 +01:00 |
|
|
e9004a2190
|
Undo some changes to fix the build, move svg-check into generateLayerOverview as to move fs out of the dependency tree for the webpage
|
2023-01-17 01:00:43 +01:00 |
|
wjtje
|
39cc043f8b
|
🚧 Working on vite build
|
2023-01-17 00:50:42 +01:00 |
|
wjtje
|
cc0c925b81
|
"working"
|
2023-01-17 00:50:42 +01:00 |
|
|
a81dbb170e
|
Merge master
|
2023-01-13 04:02:50 +01:00 |
|
|
f2d29fc0ea
|
Remove duplicate automerge
|
2023-01-13 03:56:04 +01:00 |
|
|
c9ecbcc9e2
|
Add weblate-merge script for easier merging
|
2023-01-13 03:54:23 +01:00 |
|
|
0a5f56d57a
|
Improve script to generate series
|
2023-01-09 20:38:11 +01:00 |
|
|
63708a65f5
|
Revert to parcel 1.2 again, should fix broken build
|
2022-12-24 14:47:33 +01:00 |
|
|
e836445de6
|
Version bump
|
2022-12-23 16:33:23 +01:00 |
|
dependabot[bot]
|
04fa148144
|
Bump node-forge and parcel
Removes [node-forge](https://github.com/digitalbazaar/forge). It's no longer used after updating ancestor dependency [parcel](https://github.com/parcel-bundler/parcel). These dependencies need to be updated together.
Removes `node-forge`
Updates `parcel` from 1.12.4 to 2.7.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/compare/parcel-bundler@1.12.4...v2.7.0)
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
- dependency-name: parcel
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-13 02:50:32 +00:00 |
|
|
6f018a2fd8
|
Replace userbadge with panel access to user information, add more information to user profile
|
2022-12-13 03:46:53 +01:00 |
|
|
8d2e0dcfc7
|
Update leaflet to 1.9.2
|
2022-12-06 04:08:18 +01:00 |
|
|
5c28ce2995
|
Merge pull request #1117 from pietervdvn/dependabot/npm_and_yarn/minimist-and-osmtogeojson-1.2.6
Bump minimist and osmtogeojson
|
2022-11-07 21:49:46 +01:00 |
|
|
30a835a232
|
Improve metadata in language translations, remove wikidata-downloading-script
|
2022-10-29 03:01:24 +02:00 |
|
dependabot[bot]
|
d3552a4e53
|
Bump minimist and osmtogeojson
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and updates ancestor dependency [osmtogeojson](https://github.com/tyrasd/osmtogeojson). These dependencies need to be updated together.
Updates `minimist` from 0.0.5 to 1.2.6
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v0.0.5...v1.2.6)
Updates `osmtogeojson` from 3.0.0-beta.4 to 3.0.0-beta.5
- [Release notes](https://github.com/tyrasd/osmtogeojson/releases)
- [Changelog](https://github.com/tyrasd/osmtogeojson/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/tyrasd/osmtogeojson/compare/3.0.0-beta.4...3.0.0-beta.5)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
- dependency-name: osmtogeojson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-28 02:42:15 +00:00 |
|
|
8d304f9a56
|
Merge upload GPX-tracks to OSM; split 'specialVisualisations' into multiple smaller classes
|
2022-10-28 04:33:05 +02:00 |
|
|
e81e894a11
|
Improve flyer, fix addPage
|
2022-09-16 18:58:42 +02:00 |
|
|
27ccce70c0
|
More work on the flyers
|
2022-09-14 12:21:13 +02:00 |
|
|
c4404d68f9
|
Merge branch 'develop' into feature/flyer
|
2022-09-13 00:30:35 +02:00 |
|
|
9d753ec7c0
|
Experimenting with JS-pdf
|
2022-09-11 00:44:51 +02:00 |
|
|
818cd62abc
|
Merge pull request #1078 from pietervdvn/leaflet_update
chore: upgrade leaflet
|
2022-09-10 20:08:58 +02:00 |
|