EleuCode/eleumind

MIND-13: Basic theming + accessibility pass

開放

#18 建立於 2025年9月6日

 (0 則留言) (0 個反應) (0 位負責人)Dart (0 個分叉)auto 404
enhancementgood first issueui

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Summary

Apply a dark theme by default and ensure the UI is accessible by basic standards.

Tasks

  • Configure ThemeData for dark theme defaults.
  • Ensure color contrast meets WCAG AA requirements.
  • Verify touch targets are ≥ 48dp.
  • Add semantic labels for screen readers.
  • Ensure font scaling up to 200% is supported.

Acceptance Criteria

  • App runs in dark theme by default.
  • UI elements meet accessibility standards.
  • Timer and controls are accessible via screen readers.
  • Layout remains usable with large font sizes.

貢獻者指南