diff --git a/.github/workflows/github-discord-releases.yml b/.github/workflows/github-discord-releases.yml new file mode 100644 index 0000000..a729a45 --- /dev/null +++ b/.github/workflows/github-discord-releases.yml @@ -0,0 +1,17 @@ +on: + release: + types: [published] + +jobs: + github-releases-to-discord: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Github Releases To Discord + uses: SethCohen/github-releases-to-discord@v1.13.1 + with: + webhook_url: ${{ secrets.WEBHOOK_URL }} + color: "ffd700" + footer_title: "Changelog - Pojazdownik" + footer_timestamp: true \ No newline at end of file diff --git a/package.json b/package.json index ea79e7a..dca231f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pojazdownik", - "version": "1.8.4", + "version": "1.8.5", "private": true, "type": "module", "scripts": { diff --git a/public/images/placeholder.jpg b/public/images/placeholder.jpg index de080be..4f77fd9 100644 Binary files a/public/images/placeholder.jpg and b/public/images/placeholder.jpg differ diff --git a/src/components/app/MainContainer.vue b/src/components/app/MainContainer.vue index a5ab0d5..6b439cf 100644 --- a/src/components/app/MainContainer.vue +++ b/src/components/app/MainContainer.vue @@ -42,7 +42,9 @@ main { @media screen and (max-width: $breakpointMd) { main { - display: block; + display: flex; + flex-direction: column; + gap: 1em; } } diff --git a/src/components/common/Checkbox.vue b/src/components/common/Checkbox.vue index a88dff8..071c5f4 100644 --- a/src/components/common/Checkbox.vue +++ b/src/components/common/Checkbox.vue @@ -1,18 +1,20 @@ diff --git a/src/components/sections/InputsSection.vue b/src/components/sections/InputsSection.vue index a7728d7..5d7d6b8 100644 --- a/src/components/sections/InputsSection.vue +++ b/src/components/sections/InputsSection.vue @@ -28,7 +28,8 @@ {{ $t('inputs.input-vehicle') }} @@ -59,7 +60,8 @@ @@ -84,6 +86,7 @@ +