Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-11-23 04:38:26 +00:00
commit ebf4b5f209
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ repos:
hooks:
- id: golangci-lint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
exclude: '^(docs/versioned_docs/.*|CHANGELOG.md)$'

View file

@ -3,7 +3,7 @@ version: '3'
services:
gitea-database:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
environment:
POSTGRES_USER: gitea
POSTGRES_PASSWORD: 123456

View file

@ -17,7 +17,7 @@
/>
<Icon v-else name="blank" class="md:hidden" />
<span
class="flex gap-2 items-center md:justify-center flex-row py-1 px-2 w-full min-w-20 hover:bg-wp-background-200 rounded-md"
class="flex gap-2 items-center md:justify-center flex-row py-1 px-2 w-full min-w-20 dark:hover:bg-wp-background-100 hover:bg-wp-background-200 rounded-md"
>
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="flex-shrink-0" size="20" />
<span>{{ tab.title }}</span>