Skip to content

feat: add EmojiPicker plugin stylesheet#3108

Merged
MartinCupela merged 2 commits intomasterfrom
feat/emoji-picker-stylesheet
Apr 14, 2026
Merged

feat: add EmojiPicker plugin stylesheet#3108
MartinCupela merged 2 commits intomasterfrom
feat/emoji-picker-stylesheet

Conversation

@MartinCupela
Copy link
Copy Markdown
Contributor

🎯 Goal

Adjusting EmojiPicker's shadow (to align the shadow with other SDK's popups) lead to the need of having plugin-specific stylesheet that is independent from 3rd party library. The PR introduces shadows variables unified by default themes.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 13, 2026

Size Change: +587 B (+0.09%)

Total Size: 619 kB

πŸ“¦ View Changed
Filename Size Change
dist/cjs/emojis.js 3 kB +39 B (+1.32%)
dist/css/emoji-picker.css 188 B +188 B (new file) πŸ†•
dist/css/index.css 46.2 kB +323 B (+0.7%)
dist/es/emojis.mjs 2.51 kB +37 B (+1.5%)
ℹ️ View Unchanged
Filename Size
dist/cjs/audioProcessing.js 1.32 kB
dist/cjs/index.js 238 kB
dist/cjs/mp3-encoder.js 1.27 kB
dist/cjs/WithAudioPlayback.js 44.4 kB
dist/css/emoji-replacement.css 456 B
dist/es/audioProcessing.mjs 1.31 kB
dist/es/index.mjs 236 kB
dist/es/mp3-encoder.mjs 756 B
dist/es/WithAudioPlayback.mjs 44.2 kB

compressed-size-action

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
βœ… Project coverage is 82.23%. Comparing base (b284802) to head (a7fc991).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/plugins/Emojis/EmojiPicker.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3108      +/-   ##
==========================================
- Coverage   82.23%   82.23%   -0.01%     
==========================================
  Files         418      418              
  Lines       12082    12083       +1     
  Branches     3884     3884              
==========================================
  Hits         9936     9936              
- Misses       2146     2147       +1     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MartinCupela MartinCupela merged commit b4ed464 into master Apr 14, 2026
8 checks passed
@MartinCupela MartinCupela deleted the feat/emoji-picker-stylesheet branch April 14, 2026 09:12
github-actions bot pushed a commit that referenced this pull request Apr 14, 2026
## [14.0.0-beta.7](v14.0.0-beta.6...v14.0.0-beta.7) (2026-04-14)

### ⚠ BREAKING CHANGES

* remove onlySenderCanEdit from MessageProps
* - Removed legacy notification text callback props from Message props:
  getDeleteMessageErrorNotification,
  getFetchReactionsErrorNotification,
  getFlagMessageErrorNotification,
  getFlagMessageSuccessNotification,
  getMarkMessageUnreadErrorNotification,
  getMarkMessageUnreadSuccessNotification,
  getMuteUserErrorNotification,
  getMuteUserSuccessNotification,
  getPinMessageErrorNotification.
Notification customization must now be done through notification
translators
(Streami18n translationBuilder topic: "notification") and/or custom
MessageActions.
* - Message action handlers no longer publish notifications internally.
Errors now propagate to call sites, which are responsible for
success/error notifications.
* - Removed ConnectionStatus component. Connection notification UI is app
responsibility now.
* externalize sidebar toggle and remove navOpen state from the SDK (#3088)
* remove deprecated APIs ahead of v14 stable (#3086)

### Bug Fixes

* adjust padding for messages containing only padding ([#3102](#3102)) ([443b9a8](443b9a8))
* **AudioPlayback:** improve wave progress bar smoothness and sizing ([#3094](#3094)) ([982cf2a](982cf2a))
* correct various UI glitches ([#3110](#3110)) ([6605f63](6605f63))
* **Giphy:** use fixed height for giphy preview to prevent layout shifts ([#3095](#3095)) ([30e45fa](30e45fa))
* **MessageList:** prevent jump-to-message snap-back from bottom autoscroll ([#3109](#3109)) ([be8ed26](be8ed26))

### Features

* add EmojiPicker plugin stylesheet ([#3108](#3108)) ([b4ed464](b4ed464))
* add MediaBadge ([#3103](#3103)) ([e15caa4](e15caa4))
* add new styles for unsupported attachments (preview, message, channel preview) ([#3107](#3107)) ([19a0add](19a0add))
* add notification API wrapper ([#3096](#3096)) ([2060768](2060768))
* externalize sidebar toggle and remove navOpen state from the SDK ([#3088](#3088)) ([dc16bb5](dc16bb5))
* introduce extended reaction list to a reactions detail component ([#3100](#3100)) ([b284802](b284802))
* redesign UnsupportedAttachment ([#3099](#3099)) ([9156f6f](9156f6f))
* remove onlySenderCanEdit prop from MessageProps ([#3098](#3098)) ([759cadf](759cadf))
* track upload progress in attachment preview components ([#3060](#3060)) ([8b13863](8b13863))

### Refactors

* remove deprecated APIs ahead of v14 stable ([#3086](#3086)) ([8317b73](8317b73)), closes [#1804](https://github.com/GetStream/stream-chat-react/issues/1804)
@stream-ci-bot
Copy link
Copy Markdown

πŸŽ‰ This PR is included in version 14.0.0-beta.7 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants