Compare commits
2 Commits
tmp/lcms
...
docs-datab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37967da193 | ||
|
|
aaeac2ab73 |
@@ -25,9 +25,9 @@ It is not recommended to directly backup the `DB_DATA_LOCATION` folder. Doing so
|
|||||||
|
|
||||||
### Automatic Database Dumps
|
### Automatic Database Dumps
|
||||||
|
|
||||||
:::warning
|
:::info
|
||||||
The automatic database dumps can be used to restore the database in the event of damage to the Postgres database files.
|
The automatic database dumps can be used to restore the database in the event of damage to the Postgres database files.
|
||||||
There is no monitoring for these dumps and you will not be notified if they are unsuccessful.
|
If the server fails to generate the database dump file, a notification will be shown in the in-app notification on the web
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
|
|||||||
@@ -243,7 +243,7 @@
|
|||||||
use:zoomImageAction
|
use:zoomImageAction
|
||||||
use:swipe={() => ({})}
|
use:swipe={() => ({})}
|
||||||
onswipe={onSwipe}
|
onswipe={onSwipe}
|
||||||
class="h-full w-full flex"
|
class="h-full w-full"
|
||||||
transition:fade={{ duration: haveFadeTransition ? assetViewerFadeDuration : 0 }}
|
transition:fade={{ duration: haveFadeTransition ? assetViewerFadeDuration : 0 }}
|
||||||
>
|
>
|
||||||
{#if $slideshowState !== SlideshowState.None && $slideshowLook === SlideshowLook.BlurredBackground}
|
{#if $slideshowState !== SlideshowState.None && $slideshowLook === SlideshowLook.BlurredBackground}
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
bind:this={$photoViewerImgElement}
|
bind:this={$photoViewerImgElement}
|
||||||
src={assetFileUrl}
|
src={assetFileUrl}
|
||||||
alt={$getAltText(toTimelineAsset(asset))}
|
alt={$getAltText(toTimelineAsset(asset))}
|
||||||
class="max-h-full max-w-full h-auto w-auto mx-auto my-auto {$slideshowState === SlideshowState.None
|
class="h-full w-full {$slideshowState === SlideshowState.None
|
||||||
? 'object-contain'
|
? 'object-contain'
|
||||||
: slideshowLookCssMapping[$slideshowLook]}"
|
: slideshowLookCssMapping[$slideshowLook]}"
|
||||||
draggable="false"
|
draggable="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user