feat: added update notes and moved update to own tab

feat: added update info for emulators
This commit is contained in:
Simeon Radivoev 2026-04-26 14:56:54 +03:00
parent 813785f4f3
commit cf84f40a17
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
14 changed files with 318 additions and 34 deletions

View file

@ -89,7 +89,7 @@ function UpdateStatus ()
{
const handleSelect = () =>
{
navigate({ to: '/settings/about' });
navigate({ to: '/settings/update' });
};
const hasUnread = false;
const navigate = useNavigate();