Michel Heusschen
Michel Heusschen
We are already using a layout for the `/admin` paths. This layout gets nested inside the root layout by SvelteKit, causing the stacked page issue. I've considered exporting something like...
Correct this leads to three top level folders: `(user)`, `admin` and `auth`. The parenthesis indeed group routes together without affecting the URL.
Changed the query for `updateThumbnails` a bit, it now runs in less than 0.1ms for 5000 assets and 5 albums when no updates are needed. Then if a thumbnail needs...
> @michelheusschen Hi Michel, can you help fix the unit tests? Unit tests are fixed. Rebasing went a bit wrong but I've sorted it out
Might be something funky with MOV as container format going on, possibly in combination with the H.265 codec. When I rename this file to just .mp4 it gets uploaded via...
I think this was the bug where the album would still show underneath the album cover selector. Should've been fixed a while back
Confirmed. The bug doesn't always occur, but based on the HTML tree of admin pages I think it inherits the base `+layout.svelte`. Will probably take a look at this tomorrow.
Other users of Isar are having a similar problem https://github.com/isar/isar/issues/1080 with reports of crashes only happening in production builds. They've recently released a development version with a potential fix, but...
Accidentally pushed to the wrong branch, but I reverted the changes.
I know of some album queries that are pretty unoptimized. Are you viewing the page with all albums or selecting a specific album? And could you share how many albums/assets...