Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Update @nextcloud/vue to v8.16.0
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Aug 5, 2024
commit 97865803259222769e7aaaa81476bc7dde0059f5
46 changes: 23 additions & 23 deletions apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ exports[`CalDavSettings interactions 1`] = `
<div>
<div
class="settings-section settings-section--limit-width"
data-v-251fe753=""
data-v-0974f50a=""
>
<h2
class="settings-section__name"
data-v-251fe753=""
data-v-0974f50a=""
>
Calendar server
<a
aria-label="External documentation for Calendar server"
class="settings-section__info"
data-v-251fe753=""
data-v-0974f50a=""
href="https://docs.nextcloud.com/server/23/go.php?to=user-sync-calendars"
rel="noreferrer nofollow"
target="_blank"
Expand All @@ -23,7 +23,7 @@ exports[`CalDavSettings interactions 1`] = `
<span
aria-hidden="true"
class="material-design-icon help-circle-icon"
data-v-251fe753=""
data-v-0974f50a=""
role="img"
>
<svg
Expand All @@ -45,7 +45,7 @@ exports[`CalDavSettings interactions 1`] = `
<!---->
<p
class="settings-hint"
data-v-251fe753=""
data-v-0974f50a=""
>
Also install the
<a
Expand All @@ -66,11 +66,11 @@ exports[`CalDavSettings interactions 1`] = `
</p>

<p
data-v-251fe753=""
data-v-0974f50a=""
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-251fe753=""
data-v-0974f50a=""
data-v-919d07b7=""
style="--icon-size: 36px; --icon-height: 16px;"
>
Expand Down Expand Up @@ -127,7 +127,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>

<em
data-v-251fe753=""
data-v-0974f50a=""
>
Please make sure to properly set up
<a
Expand All @@ -140,11 +140,11 @@ exports[`CalDavSettings interactions 1`] = `
</p>

<p
data-v-251fe753=""
data-v-0974f50a=""
>
<span
class="checkbox-radio-switch checkbox checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-251fe753=""
data-v-0974f50a=""
data-v-919d07b7=""
style="--icon-size: 36px; --icon-height: 16px;"
>
Expand Down Expand Up @@ -201,19 +201,19 @@ exports[`CalDavSettings interactions 1`] = `
</span>

<em
data-v-251fe753=""
data-v-0974f50a=""
>

Birthday calendars will be generated by a background job.

</em>

<br
data-v-251fe753=""
data-v-0974f50a=""
/>

<em
data-v-251fe753=""
data-v-0974f50a=""
>

Hence they will not be available immediately after enabling but will show up after some time.
Expand All @@ -222,11 +222,11 @@ exports[`CalDavSettings interactions 1`] = `
</p>

<p
data-v-251fe753=""
data-v-0974f50a=""
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-251fe753=""
data-v-0974f50a=""
data-v-919d07b7=""
style="--icon-size: 36px; --icon-height: 16px;"
>
Expand Down Expand Up @@ -283,7 +283,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>

<em
data-v-251fe753=""
data-v-0974f50a=""
>
Please make sure to properly set up
<a
Expand All @@ -295,11 +295,11 @@ exports[`CalDavSettings interactions 1`] = `
</em>

<br
data-v-251fe753=""
data-v-0974f50a=""
/>

<em
data-v-251fe753=""
data-v-0974f50a=""
>

Notifications are sent via background jobs, so these must occur often enough.
Expand All @@ -309,11 +309,11 @@ exports[`CalDavSettings interactions 1`] = `

<p
class="indented"
data-v-251fe753=""
data-v-0974f50a=""
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-251fe753=""
data-v-0974f50a=""
data-v-919d07b7=""
style="--icon-size: 36px; --icon-height: 16px;"
>
Expand Down Expand Up @@ -370,7 +370,7 @@ exports[`CalDavSettings interactions 1`] = `
</span>

<em
data-v-251fe753=""
data-v-0974f50a=""
>

Reminders are always sent to organizers and attendees.
Expand All @@ -380,11 +380,11 @@ exports[`CalDavSettings interactions 1`] = `

<p
class="indented"
data-v-251fe753=""
data-v-0974f50a=""
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-251fe753=""
data-v-0974f50a=""
data-v-919d07b7=""
style="--icon-size: 36px; --icon-height: 16px;"
>
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@nextcloud/router": "^3.0.0",
"@nextcloud/sharing": "^0.2.3",
"@nextcloud/upload": "^1.4.2",
"@nextcloud/vue": "^8.15.1",
"@nextcloud/vue": "^8.16.0",
"@simplewebauthn/browser": "^10.0.0",
"@skjnldsv/sanitize-svg": "^1.0.2",
"@vueuse/components": "^10.11.0",
Expand Down