Skip to content

feat: add Activity Indicators setting to control session progress bar animation#23229

Open
jasonmj wants to merge 4 commits intoanomalyco:devfrom
jasonmj:allow-configure-session-activity-animation
Open

feat: add Activity Indicators setting to control session progress bar animation#23229
jasonmj wants to merge 4 commits intoanomalyco:devfrom
jasonmj:allow-configure-session-activity-animation

Conversation

@jasonmj
Copy link
Copy Markdown

@jasonmj jasonmj commented Apr 18, 2026

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The animated progress bar that runs across the top of the session header while a session is active is distracting for some users. There was no way to disable it.

This adds a boolean setting showSessionProgress (default true) to the general settings store, wires it to a Switch toggle in Settings → General → Appearance labelled "Activity Indicators", and gates the session-progress bar render on that value in message-timeline.tsx. The spinner next to the session title is not affected. i18n keys are added to all 17 locale files with English strings as placeholders for non-English locales.

How did you verify your code works?

  • Toggled the setting off and confirmed the animated bar no longer appears during a session run
  • Confirmed the spinner next to the session title still appears when the setting is off
  • Toggled the setting back on and confirmed the bar reappears
  • Ran the i18n parity test: bun test --cwd packages/app ./src/i18n/parity.test.ts — 1 pass, 0 fail

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@jasonmj jasonmj requested a review from adamdotdevin as a code owner April 18, 2026 02:35
@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Apr 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant