]> git.openstreetmap.org Git - nominatim-ui.git/commit
allow theming (#84)
authormtmail <mtmail@gmx.net>
Tue, 23 Feb 2021 00:43:16 +0000 (01:43 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 00:43:16 +0000 (01:43 +0100)
commit71b9066d9eed97aee7eff27a25d5c317b6f89595
tree48daaa706db49cf1712229886ccedaf2c501f019
parent90f2f8630fb1f10fdf7efd7d3dece86517cb2e7c
allow theming (#84)
27 files changed:
README.md
dist/about.html [new file with mode: 0644]
dist/config.example.js
dist/deletable.html
dist/details.html
dist/global.css [deleted file]
dist/images/favicon-16x16.png [deleted file]
dist/images/favicon-194x194.png [deleted file]
dist/images/osm_logo.120px.png [deleted file]
dist/polygons.html
dist/reverse.html
dist/search.html
dist/theme/about-help.html [new file with mode: 0644]
dist/theme/favicon-194x194.png [new file with mode: 0644]
dist/theme/favicon-32x32.png [new file with mode: 0644]
dist/theme/logo.png [new file with mode: 0644]
dist/theme/style.css [new file with mode: 0644]
dist/theme/welcome.html [new file with mode: 0644]
screenshot.png
src/App.svelte
src/components/Header.svelte
src/components/ReportIssueModal.svelte [deleted file]
src/components/Welcome.svelte
src/lib/api_utils.js
src/lib/config_reader.js
src/lib/stores.js
src/pages/AboutPage.svelte [new file with mode: 0644]