From d8a9c62861571bfa9549d4649761b87b2568358a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 20 Nov 2022 21:51:18 +0000 Subject: [PATCH] styling updates --- .github/workflows/ci.yml | 43 ++++++++------- assets/logo.svg | 14 ++++- components/forms/LoginForm.js | 1 - components/layout/Header.js | 5 +- components/layout/Layout.js | 2 +- lib/constants.js | 2 +- pages/_app.js | 16 +++--- public/android-chrome-192x192.png | Bin 7895 -> 0 bytes public/android-chrome-512x512.png | Bin 22690 -> 0 bytes public/apple-touch-icon.png | Bin 2075 -> 5736 bytes public/browserconfig.xml | 9 ---- public/favicon-16x16.png | Bin 597 -> 0 bytes public/favicon-32x32.png | Bin 888 -> 0 bytes public/favicon.ico | Bin 15086 -> 2055 bytes public/favicon.svg | 25 +++++++++ public/manifest/favicon-192.png | Bin 0 -> 5360 bytes public/manifest/favicon-512.png | Bin 0 -> 11131 bytes public/manifest/manifest.webmanifest | 1 + public/mstile-150x150.png | Bin 3003 -> 0 bytes public/safari-pinned-tab.svg | 75 --------------------------- public/site.webmanifest | 19 ------- styles/variables.css | 12 ++--- 22 files changed, 79 insertions(+), 145 deletions(-) delete mode 100644 public/android-chrome-192x192.png delete mode 100644 public/android-chrome-512x512.png delete mode 100644 public/browserconfig.xml delete mode 100644 public/favicon-16x16.png delete mode 100644 public/favicon-32x32.png create mode 100644 public/favicon.svg create mode 100644 public/manifest/favicon-192.png create mode 100644 public/manifest/favicon-512.png create mode 100644 public/manifest/manifest.webmanifest delete mode 100644 public/mstile-150x150.png delete mode 100644 public/safari-pinned-tab.svg delete mode 100644 public/site.webmanifest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24c2e6d..307107b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,24 +16,27 @@ jobs: strategy: matrix: include: - - node-version: 14.x - db-type: postgresql - - node-version: 14.x - db-type: mysql - - node-version: 16.x - db-type: postgresql - - node-version: 16.x - db-type: mysql - + - node-version: 14.x + db-type: postgresql + - node-version: 14.x + db-type: mysql + - node-version: 16.x + db-type: postgresql + - node-version: 16.x + db-type: mysql + - node-version: 18.x + db-type: postgresql + - node-version: 18.x + db-type: mysql steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - env: - DATABASE_TYPE: ${{ matrix.db-type }} - - run: npm install --global yarn - - run: yarn install --frozen-lockfile - - run: yarn build + - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + env: + DATABASE_TYPE: ${{ matrix.db-type }} + - run: npm install --global yarn + - run: yarn install --frozen-lockfile + - run: yarn build diff --git a/assets/logo.svg b/assets/logo.svg index f0e52261..f142dd47 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,2 +1,12 @@ - - + + + diff --git a/components/forms/LoginForm.js b/components/forms/LoginForm.js index 8c8aa09e..bded8206 100644 --- a/components/forms/LoginForm.js +++ b/components/forms/LoginForm.js @@ -77,7 +77,6 @@ export default function LoginForm() {
} size="xlarge" className={styles.icon} /> -

umami