ips/pkg6depotd/templates
Till Wegmueller 4591767a0a
fix: Embed static assets in binary and fix font loading
Static files (CSS, JS) were served via ServeDir using CARGO_MANIFEST_DIR
which only exists on the build machine, not on deployed servers. This
caused: white unstyled page, always-visible loading indicators, and
broken manifest loading.

- Embed style.css and htmx.min.js into the binary via include_str!
- Serve them from dedicated handlers with proper content-type and caching
- Move Google Fonts from CSS @import to <link> tags with preconnect
  for non-blocking font loading
- Remove ServeDir dependency from routes
2026-03-15 22:49:33 +01:00
..
partials feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
base.html fix: Embed static assets in binary and fix font loading 2026-03-15 22:49:33 +01:00
index.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
package_detail.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
packages.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00
search.html feat: Redesign web UI with dark theme and fix display bugs 2026-03-15 22:25:29 +01:00