Commit graph

408 commits

Author SHA1 Message Date
be5f46d8c8 Merge develop 2023-09-16 19:03:07 +02:00
6bed170910 Fix: css-generate script; loading of stylesheet in style_test, add small buttons to style_test 2023-09-16 02:27:29 +02:00
Robin van der Linde
ce897d28df
Merge branch 'develop' into feature/eslint 2023-09-02 23:49:36 +02:00
Robin van der Linde
07d0e9d27f
Add reference to env variables 2023-09-02 14:16:40 +02:00
f207736e40 Refactoring: move constants into package.json 2023-09-02 00:07:47 +02:00
51f08c19a1 Chore: update to OAuth 2.0, fix #1548 2023-09-01 21:36:39 +02:00
8a239503c5 Version bump 2023-09-01 20:06:12 +02:00
7ebb3d721c Merge master 2023-08-24 12:22:45 +02:00
dfd2a3d69a Merge branch 'master' into develop 2023-08-23 20:43:00 +02:00
7321004c19 Fix: replace all mentions of 'mapcomplete.osm.be' with 'mapcomplete.org' 2023-08-23 18:33:30 +02:00
903e168a89 Studio: WIP 2023-08-23 11:11:53 +02:00
04ecdad1bb Merge develop 2023-08-10 16:25:25 +02:00
c2628cb5e7 Bump version 2023-08-09 14:18:31 +02:00
6ff2c629f0 Merge branch 'master' into feature/studio 2023-07-28 14:38:12 +02:00
eb9307dbbe Fix local build 2023-07-28 14:37:51 +02:00
9f2a720341 Merge master 2023-07-28 01:05:11 +02:00
80168f5d0d Merge master 2023-07-28 00:29:21 +02:00
701d0a509e
Merge pull request #1521 from pietervdvn/feature/reuse-compliance
Feature/reuse compliance
2023-07-27 15:10:53 +02:00
Robin van der Linde
a93ca09ade
Merge branch 'develop' into feature/eslint 2023-07-27 14:36:46 +02:00
Robin van der Linde
8b88c9fba9
Add basic ESLint configuration 2023-07-27 13:03:27 +02:00
9303227ddf Version bump 2023-07-27 12:53:08 +02:00
0d598ad094 More steps toward REUSE-compliance 2023-07-27 03:32:49 +02:00
44707c040e Scripts: add reuse lint to package.json actions 2023-07-27 02:12:09 +02:00
157592427f Version bump 2023-07-27 01:50:37 +02:00
Robin van der Linde
1858cdac95
Create currency metatagger 2023-07-17 20:25:19 +02:00
7eeac66471 Merge branches 2023-07-17 01:43:53 +02:00
02203dd05b Feature: add button to download mangrove identity 2023-07-17 01:07:01 +02:00
319db1a1c8 Refacotring: update to maplibre 3.4, drop dependency on intermediate library 2023-07-16 04:24:32 +02:00
b6a1246bbe Refactoring: simplify 'clean' script 2023-07-16 01:54:06 +02:00
16816a916c Fix tests 2023-07-15 18:55:03 +02:00
1bba106a86 Refactoring: finish move to 'src' directory 2023-07-15 18:04:30 +02:00
b58ba665b5 Studio: get basic translations working kindoff 2023-06-30 13:36:02 +02:00
24e7bc95cb Merge develop 2023-06-29 15:08:13 +02:00
622717c695 Version bump 2023-06-29 00:50:31 +02:00
775886b2b9 Bump version number 2023-06-28 22:46:46 +02:00
7aa3aa2cb2 Refactoring: remove some obsolete html-files 2023-06-28 22:13:04 +02:00
f18a2b9184 Studio: first working version for basic layer properties 2023-06-23 16:14:43 +02:00
1a2e6f49f2 Refactoring: revive statistics GUI 2023-06-15 16:31:07 +02:00
b2a10e7af9 UX: move confirm button away from close-button 2023-06-15 14:31:17 +02:00
Tobias
9c96f6534f Add package tailwind-merge
Closes https://github.com/pietervdvn/MapComplete/issues/1461
2023-06-15 05:32:41 +02:00
Tobias
474f71db3f Prettier: Introduce prettier-plugin-tailwindcss
Which is the official plugin that helps with auto sorting class names https://www.npmjs.com/package/prettier-plugin-tailwindcss

The config follows the recommendation from https://github.com/sveltejs/prettier-plugin-svelte#usage-with-tailwind-prettier-plugin
2023-06-14 15:55:57 +02:00
Tobias
1cf0f24d8e Prettier: Move config from cli to prettierrc file
This way they are applied globally and "on save"
2023-06-14 15:37:53 +02:00
Tobias
5a6f044055 Simplify npm run format
No `npx` required since we have prettier in our `package.json`.
2023-06-14 15:37:09 +02:00
Tobias
6e660b811b Update prettier, prettier svelte 2023-06-14 15:17:18 +02:00
0d1a91dbab Merge develop 2023-06-11 23:12:10 +02:00
99cb879cfe Some more experimentation with the conflation script 2023-06-11 16:58:07 +02:00
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