One issue is that the decrypt template is rendering in a weird way when loading the encrypted page. Seems like one of the SVGs is off, and might need styling in a way that doesn't cause the rendering glitch. This needs to be fixed before we can make a new release.
With a closer look, it seems like Vite is trying to move the inlined CSS and JS out into separate modules at dev or build time. That could be causing the CSS to show up later and thus causing the rendering issue. We need to check if this behavior can be disabled for the vite dev server or vite build.
While we're at it, it would be good to update dependencies too.
Might even consider using only the minimal CSS needed to keep this project as simple as possible. Including removing Tailwind CSS and its related dependencies.
One issue is that the decrypt template is rendering in a weird way when loading the encrypted page. Seems like one of the SVGs is off, and might need styling in a way that doesn't cause the rendering glitch. This needs to be fixed before we can make a new release.
With a closer look, it seems like Vite is trying to move the inlined CSS and JS out into separate modules at dev or build time. That could be causing the CSS to show up later and thus causing the rendering issue. We need to check if this behavior can be disabled for the vite dev server or vite build.
While we're at it, it would be good to update dependencies too.