Skip to content

Commit

Permalink
KWYG-28 Splash screen anzeigen (#44)
Browse files Browse the repository at this point in the history
* KWYG-30 Add CNAME file for gh pages

* KWYG-30 Only trigger if a tag event is fired

* WikiInfo (KWYG-11)

* improved code readability

* MemoFetcher

* disabled fulltext wiki search

* wiki link

* added additional infos for a good pwa

* changed current icons to own icons and added icons for iOS and Androide PWA

* routing

* toggleTileLayer (satellite)

* remove unnecessary import tilelayer

* photon.komoot search autocompletion

* german map titles

* Fix first location state change wiki not loading

* updated design files

updated icons with background

updated iOS splash screens

removed old splash screens

changed default color to `#222222`

Co-authored-by: Johannes Brandenburger <[email protected]>
Co-authored-by: baldur <[email protected]>
  • Loading branch information
3 people authored Jan 4, 2023
1 parent 96f14fc commit 2fadba6
Show file tree
Hide file tree
Showing 67 changed files with 4,886 additions and 120 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: New Release

on:
push:
branches:
- "main"
tags:
- v*.*.*

Expand Down Expand Up @@ -90,6 +88,10 @@ jobs:
ls -la
ls -la www
- name: Add CNAME
run: |
echo "know-where-you-go.de" > CNAME
- name: Deploy 🚀
uses: crazy-max/ghaction-github-pages@v3
with:
Expand Down
Binary file added design/Jost.zip
Binary file not shown.
64 changes: 64 additions & 0 deletions design/kwyg-logo-background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2fadba6

Please sign in to comment.