feat: UI fixes + auto multi-arch release workflow + SEO README - #35
Merged
Conversation
- Fix weekly roadmap widget: show loading state when data is being fetched - Replace fixed height constraints with minHeight to prevent content clipping (mainStatWrapper: 220→minHeight:200, secondaryStats: 120→minHeight:110) - Fix AchievementSystem infinite re-render bug (getStreakDays() in deps) - Improve roadmap task visibility: larger text (13→14px), better contrast, thicker progress bar (6→8px), bigger touch targets - Add weekly focus badge to roadmap widget for better context - Fix quickActionsGrid overflow on small screens (add flexWrap: wrap) - Remove unstable useEffect dependency (pulseValue SharedValue from deps)
Release workflow: - Auto-triggers when PR is merged to main/master - Extracts version from app.json - Builds APK for 4 architectures: universal, arm64-v8a, armeabi-v7a, x86_64 - Auto-generates release notes from PR title/description - Creates GitHub Release with all artifacts and install instructions - Supports re-release when version already exists README SEO: - Added Open Graph / social media meta tags - Added comprehensive keyword tags (RU + EN) - Added 'For whom' and 'Why Sober-Path' sections - Added APK download table with architecture descriptions - Added crisis helpline table (RU/UA/US/International) - Added useful links table - Added Star History chart - Added CI/CD documentation section - Improved overall structure for search engine discoverability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌿 Sober Path — UI Fixes + Auto Release Workflow + SEO README
📋 Описание изменений
Этот PR включает исправления интерфейса, автоматизацию релизов и SEO-оптимизацию документации.
🐛 Исправления (Fixes)
Невидимый план на неделю (главный экран)
mainStatWrapperиsecondaryStatsимели фиксированные высоты (220pxи120px), что обрезало контент на разных экранахminHeight— контент теперь свободно расширяетсяНевидимые задачи в плане
#CCC(практически невидима на белом) →#9E9E9E#444) → 14px,#333Бесконечный ре-рендер в AchievementSystem
getStreakDays()вызывался внутри массива зависимостейuseEffect— вызывал бесконечный цикл обновленийПереполнение кнопок быстрого доступа
quickActionsGridне имелflexWrap— 4 кнопки в ряд переполняли экран на маленьких устройствах✨ Новое (Features)
Автоматический мульти-архитектурный релиз
mainSEO-оптимизация README
📦 Что включено
app/(tabs)/index.tsxcomponents/AchievementSystem.tsx.github/workflows/release.ymlREADME.md🧪 Как тестировать
📸 Скриншоты
Интерфейс remained unchanged visually — все исправления касаются видимости и layout.