Commit graph

362 commits

Author SHA1 Message Date
9cffe6814e Merge: develop 2023-06-11 02:32:14 +02:00
58b94c38e5 Fix: dynamic filtering with non-string values 2023-06-08 13:34:25 +02:00
dependabot[bot]
44eed4e962
Bump vite from 4.0.4 to 4.0.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 02:22:51 +00:00
905f796baa Fix: png correctly outputs all markers now 2023-06-04 00:43:32 +02:00
1a7289f516 Scripts: add 'refresh:layeroverview' 2023-05-24 00:27:18 +02:00
dbca260132 Fix: build 2023-05-19 11:48:04 +02:00
4d5695e3f1 build: split build process into multiple GH actions 2023-05-19 11:23:17 +02:00
82093ffdf4 Refactoring: new background selector 2023-05-18 15:44:54 +02:00
5904142402 Merge develop 2023-05-16 03:30:00 +02:00
fbbebce30e Bump version number 2023-05-16 01:36:19 +02:00
07f9f1bb15 More style tweaks 2023-05-11 17:29:25 +02:00
7f1e8d3f9c Refactoring: overhaul of the visual style with CSS 2023-05-11 02:18:09 +02:00
a1f5032232 Fix: output tailwind into 'public/css/' instead of 'css/' 2023-05-09 00:50:58 +02:00
e6163ed2eb Merge develop 2023-05-08 00:20:32 +02:00
a4a3b8a5ad Refactoring: small styling issues 2023-05-07 02:26:30 +02:00
0e81b65363 Fix: styling issues; refactoring: remove 'SearchAndGo' 2023-05-06 12:35:02 +02:00
36a0784e06 Bump version number 2023-05-06 11:05:19 +02:00
c6e12fdd6b Refactoring: fix GPX-track view 2023-04-20 18:58:31 +02:00
7163d68751 Merge develop 2023-04-19 13:08:58 +02:00
7f8969146a Refactoring: allow to export the map as PNG 2023-04-19 03:20:49 +02:00
b0052d3a36 refactoring: Fix documentation generation, (auto)remove documentation of deleted themes 2023-04-15 03:15:17 +02:00
ef0ec5160d Refactoring: fix download buttons 2023-04-14 04:33:06 +02:00
a3242a3c7d refactoring: remove some tests that don't work anymore 2023-04-13 22:36:07 +02:00
dependabot[bot]
eeca4c16b1
Bump xml2js from 0.4.23 to 0.5.0
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 01:09:27 +00:00
0241f89d3d refactoring: fix basic flow to add a new point 2023-04-06 01:33:08 +02:00
52a0810ea9 refactoring: move logic of lastclick into special layer, fix labels, fix anchoring 2023-04-02 02:59:20 +02:00
41e6a2c760 More refactoring 2023-03-29 17:21:20 +02:00
5d0fe31c41 refactoring 2023-03-28 05:13:48 +02:00
4d48b1cf2b refactoring(maplibre): WIP 2023-03-24 19:21:15 +01:00
4f2bbf4b54 refactoring(maplibre): add RasterLayer info, add background switch, add default global layers 2023-03-11 02:46:49 +01:00
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