Skip to content

feat: thread footer component redesign#3457

Merged
khushal87 merged 1 commit intodevelopfrom
feat/thread-footer-redesign
Mar 5, 2026
Merged

feat: thread footer component redesign#3457
khushal87 merged 1 commit intodevelopfrom
feat/thread-footer-redesign

Conversation

@khushal87
Copy link
Member

This pull request refactors the ThreadFooterComponent to simplify its styling and improve theme consistency. The main changes include removing the SVG gradient background, consolidating styles using a new useStyles hook, and updating the theme structure for thread footer styling.

Component and Styling Refactor:

  • Removed the SVG gradient and related code from ThreadFooterComponent, replacing it with a solid background and border styles for a cleaner, more maintainable look. [1] [2]
  • Consolidated styles into a new useStyles hook that uses theme primitives and semantic colors, improving consistency and maintainability.

Theme Structure Updates:

  • Updated the theme type definition so that thread.newThread now contains separate container and text style objects, supporting more granular customization.
  • Modified the default theme to provide empty container and text objects for thread.newThread, aligning with the new structure.

Minor Cleanups:

  • Removed unused imports and old style definitions from ThreadFooterComponent.tsx. [1] [2]
  • Updated the snapshot tests to reflect the new thread footer layout and styling. [1] [2]

@Stream-SDK-Bot
Copy link
Contributor

SDK Size

title develop branch diff status
js_bundle_size 375 KB 375 KB 0 B 🟢

@khushal87 khushal87 merged commit db0f4b2 into develop Mar 5, 2026
5 checks passed
@khushal87 khushal87 deleted the feat/thread-footer-redesign branch March 5, 2026 06:58
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.

2 participants