Frontend fixes/improvements (#2950)

* fix Tor logs actually fetching od logs

* chore: switch from `mime-types` to `mime` for browser environment support (#2951)

* change V2 s9pk title to Legacy

* show warning for domains when not public, disable launch too

---------

Co-authored-by: Alex Inkin <alexander@inkin.ru>
Co-authored-by: Mariusz Kogen <k0gen@pm.me>
This commit is contained in:
Matt Hill
2025-05-23 10:45:06 -06:00
committed by GitHub
parent b40849f672
commit b1f9f90fec
15 changed files with 49 additions and 59 deletions

View File

@@ -190,7 +190,7 @@ impl TryFrom<ManifestV1> for Manifest {
let default_url = value.upstream_repo.clone();
Ok(Self {
id: value.id,
title: format!("{} (Compatibility Mode)", value.title).into(),
title: format!("{} (Legacy)", value.title).into(),
version: ExtendedVersion::from(
exver::emver::Version::from_str(&value.version)
.with_kind(ErrorKind::Deserialization)?,