adhit-r/fairmind

Frontend: Code Quality & Technical Debt Cleanup

开放

#152 创建于 2026年3月21日

 (1 条评论) (0 个反应) (0 位负责人)Python (12 个派生)auto 404
enhancementfrontendgood first issue

仓库指标

星标
 (9 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description

Consolidate frontend code quality improvements into a single tracked effort.

Checklist

  • Fix useEffect dependency warnings and missing dependencies
  • Refactor duplicate API fetching logic across pages (extract shared hooks)
  • Fix TypeScript type safety issues (~41 instances of any types)
  • Replace console.error with proper error logging service
  • Centralize API_BASE configuration (single source of truth)
  • Add missing error boundaries to all pages (#119)

Consolidates

#114, #117, #118, #119, #120, #121

贡献者指南