Compare commits

...

2 Commits

Author SHA1 Message Date
Natty 152c4e6fc6
Fixed CI workflow
ci/woodpecker/push/ociImagePush Pipeline was successful Details
2024-01-03 20:58:28 +01:00
Natty 93caa314c9
Frontend: Key on the notification sliders 2024-01-03 20:55:46 +01:00
2 changed files with 11 additions and 7 deletions

View File

@ -1,4 +1,4 @@
pipeline:
steps:
publish-docker-latest:
image: docker.io/plugins/kaniko
settings:
@ -12,7 +12,5 @@ pipeline:
from_secret: docker_password
when:
event: [push]
branch: [main]
branches: [main]
- event: push
branch: main

View File

@ -41,10 +41,16 @@
/>
</swiper-slide>
<swiper-slide>
<XNotes :pagination="mentionsPagination" />
<XNotes
key="mentionsNotes"
:pagination="mentionsPagination"
/>
</swiper-slide>
<swiper-slide>
<XNotes :pagination="directNotesPagination" />
<XNotes
key="directMessagesNotes"
:pagination="directNotesPagination"
/>
</swiper-slide>
</swiper>
</MkSpacer>