Skip to content

fix: replace fake reputation ring with animated SVG progress #43

Description

@EmeditWeb

Problem

The reputation score ring (lines 213-225) uses a simple View with borderWidth, not an SVG arc/circle animation. The vision specifies an animated score RING (circular progress).

What To Build

  1. Replace border-based ring with animated SVG circular progress
  2. Add entrance animation on page load
  3. Re-animate on score change (pull-to-refresh)

Files To Touch

  • app/(tabs)/reputation.tsx — lines 213-225

Acceptance Criteria

  • Circular progress using SVG arcs
  • Animated on mount and score change
  • Accessible (aria-valuenow)
  • Build passes

Mandatory Checks

  • context/ files read
  • PR references this issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions