Frontend audit: Bug fixes and refinements#2112
Merged
dartpain merged 24 commits intoarc53:mainfrom Oct 28, 2025
Merged
Conversation
|
@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
1 task
Codecov Report❌ Patch coverage is
Additional details and impacted files☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dartpain
approved these changes
Oct 28, 2025
ManishMadan2882
added a commit
that referenced
this pull request
Feb 16, 2026
* (fix:attachements) sep id for redux ops * (fix:ui) popups, toast, share modal * (feat:agentsPreview) stable preview, ui fixes * (fix:ui) light theme icon, sleek scroll * (chore:i18n) missin keys * (chore:i18n) missing keys * (feat:preferrenceSlice) autoclear invalid source from storage * (fix:general) delete all conv close btn * (fix:tts) play one at a time * (fix:tts) gracefully unmount * (feat:tts) audio LRU cache * (feat:tts) pointer on hovered area * (feat:tts) clean text for speach --------- Co-authored-by: GH Action - Upstream Sync <[email protected]>
ManishMadan2882
added a commit
that referenced
this pull request
Feb 16, 2026
* (fix:attachements) sep id for redux ops * (fix:ui) popups, toast, share modal * (feat:agentsPreview) stable preview, ui fixes * (fix:ui) light theme icon, sleek scroll * (chore:i18n) missin keys * (chore:i18n) missing keys * (feat:preferrenceSlice) autoclear invalid source from storage * (fix:general) delete all conv close btn * (fix:tts) play one at a time * (fix:tts) gracefully unmount * (feat:tts) audio LRU cache * (feat:tts) pointer on hovered area * (feat:tts) clean text for speach --------- Co-authored-by: GH Action - Upstream Sync <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug Fixes & UI Improvements
Features & Enhancements
Implemented auto-clear functionality for invalid sources from localStorage on preference slice initialization
Enhanced preferenceApi with validation logic to detect and remove stale source references
Fixed "Delete All Conversations" modal close button behavior for better UX
Implemented "play one at a time" functionality for TTS to prevent multiple audio streams playing simultaneously
implemented LRU cache for the audio
Added
keyto the ConversationMesages and ConversationBubble to trigger an implicit remount(this fixes a bug, where the playing state of one message was displayed on another conversation after switching)Cleaning the Text message for TTS (cleans markdown symbols and emojis, skips code blocks and mermaid flowcharts)
Why was this change needed? (You can also link to an open issue here)
Enhancement, UX, Quality