feat(ui): redesign desktop experience

This commit is contained in:
Codex
2026-06-08 14:01:45 +07:00
parent 3a93961738
commit f61e076e46
27 changed files with 488 additions and 440 deletions

View File

@@ -21,6 +21,60 @@ export type ReleaseNoteItem = {
export type ReleaseNotes = Record<Language, ReleaseNoteItem[]>
export const RELEASE_NOTES: Record<string, ReleaseNotes> = {
'0.7.0': {
ru: [
{
title: 'Новый desktop-дизайн',
detail:
'Приложение стало рабочей панелью: темный сайдбар, четкие панели, меньше декоративности и больше полезной плотности.',
tag: 'new'
},
{
title: 'Обзор стал операционным экраном',
detail:
'Главный экран теперь быстрее показывает ближайший шаг, статус, цели, питание, режим и игровые долги.',
tag: 'new'
},
{
title: 'Настройки и списки стали спокойнее',
detail:
'Упражнения, питание, игры, челленджи и настройки получили единый desktop-контейнер и компактные строки.',
tag: 'new'
},
{
title: 'Модалки и напоминания обновлены',
detail:
'Редакторы, переключатели, кнопки и окно напоминания приведены к новой desktop-системе.',
tag: 'new'
}
],
en: [
{
title: 'New desktop design',
detail:
'The app now feels like a focused workstation: dark sidebar, crisp panels, less decoration and better density.',
tag: 'new'
},
{
title: 'Overview is more operational',
detail:
'The main screen surfaces the next action, status, goals, meals, mode and game debt faster.',
tag: 'new'
},
{
title: 'Settings and lists are calmer',
detail:
'Exercises, meals, games, challenges and settings now share a tighter desktop container and compact rows.',
tag: 'new'
},
{
title: 'Dialogs and reminders were refreshed',
detail:
'Editors, switches, buttons and the reminder window now follow the new desktop system.',
tag: 'new'
}
]
},
'0.6.6': {
ru: [
{