Skip to content

Commit ca83213

Browse files
committed
Rewrite basemaps webapp.
* port from react to lighter weight solid-js * add in tailwind dependency for CSS styling * improve UI with top navigation bar * update all deps * make entire map draggable * make UI responsive
1 parent 3fffba4 commit ca83213

23 files changed

+5786
-2964
lines changed

.github/workflows/app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check styles
2323
run: npm ci && npm run tsc && npm run check
2424
working-directory: styles
25-
- run: npm ci && npm run tsc && npm run check && npm run build
25+
- run: npm ci && npm run test && npm run build
2626
working-directory: app
2727
- name: Generate styles typedoc
2828
run: npx typedoc src/index.ts --out ../app/dist/typedoc

.github/workflows/release-npm.yml

-87
This file was deleted.

app/.eslintrc.cjs

-18
This file was deleted.

app/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
66
<title>Protomaps Basemaps</title>
7+
<link rel="preconnect" href="https://demo-bucket.protomaps.com"/>
78
</head>
89
<body>
910
<div id="root"></div>

0 commit comments

Comments
 (0)