TheVicky1 / TheVicky1/Pact_OS

ui: add subtle icon glow in streak summary card

Open Beginner friendly
#36 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:habits beginner friendly community contributions-welcome difficulty:beginner difficulty:easy enhancement good first issue help wanted time:<15m type:ui up-for-grabs
Dominant language
TypeScript
Stars
5
Forks
7
Avg merge
39m
Merged PRs (30d)
39

Description

🎯 What needs to be done

In src/features/habits/components/streak-summary-card.tsx, add a subtle amber shadow/glow to the Top Streak Flame icon badge container.

Why this matters

Visual feedback on top active streaks provides celebratory visual polish without distracting from focused daily execution.

📍 Where to work

src/features/habits/components/streak-summary-card.tsx

🧭 Implementation guidance

  1. Open src/features/habits/components/streak-summary-card.tsx.
  2. Locate the Top Streak card icon container div (around line 55).
  3. Add shadow-sm shadow-amber-500/20 to the class list.
  4. Save and verify formatting.

✅ Acceptance criteria

  • Top Streak icon badge container includes shadow-sm shadow-amber-500/20.
  • No layout shift or unintended styling changes.

🧪 Verification

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open src/features/habits/components/streak-summary-card.tsx and locate the Top Streak icon container div around line 55. Add the specified amber shadow classes, then verify formatting and confirm the icon badge has no layout shift or other unintended styling changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, tailwindcss, typescript
Domain
design, frontend
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
94/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.