feat: switch to published twemoji font v17.0.2 and some package updates#950
Merged
Conversation
via an exclusion and lots of copy paste as part of that swapped space banner and abbr to use buttons and disabled button styles for them
Contributor
Deploying with
|
| Status | Preview URL | Commit | Alias | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! | https://pr-950-sable.raspy-dream-bb1d.workers.dev | 16fa2d3 | pr-950 |
Tue, 16 Jun 2026 23:11:16 GMT |
7w1
approved these changes
Jun 16, 2026
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Jun 17, 2026
> [!IMPORTANT] > Merging this PR will create a new release. ## Fixes * Adding servers in the explore tab now persist in account data and are actually added to the list. ([#953](<#953>) by @7w1) * Added a button to leave all rooms/subspaces within a space in the leave space confirmation dialog. Also has text to show number of children. ([#953](<#953>) by @7w1) * Added a setting to play notification sounds when tab is in background, enabled by default. ([#953](<#953>) by @7w1) * Centered the notification bell icon in the room list. ([#954](<#954>) by @7w1) * Fixed edit diffs not properly scaling with zoom. ([#951](<#951>) by @7w1) * Fixed icons not scaling with zoom. ([#951](<#951>) by @7w1) * Fixed invalid language tag when no locale set for some systems. ([#953](<#953>) by @7w1) * Fixed replying to reaction/edit events not replying. ([#942](<#942>) by @7w1) * Fix sending thread messages sometimes sending in the general timeline ([#944](<#944>) by @nushea) ### Updates Twemoji to from v15 to v17 ([#950](<#950>) by @7w1, @hazre) You can check here for emoji changes: - https://www.unicode.org/emoji/charts-16.0/emoji-released.html - https://www.unicode.org/emoji/charts-17.0/emoji-released.html
11 tasks
11 tasks
ProfessorVarox
pushed a commit
to ProfessorVarox/sable
that referenced
this pull request
Jun 22, 2026
<!-- Please read https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md before submitting your pull request --> ### Description cherry pick from SableClient#607 which I didn't totally forgot to add to SableClient#950 🥴 #### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ### Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings ### AI disclosure: - [ ] Partially AI assisted (clarify which code was AI assisted and briefly explain what it does). - [x] Fully AI generated (explain what all the generated code does in moderate detail). tl;dr instead shipping a massive unicode regex, we can rely on grapheme regex's provided by unicode standard which is in all browsers. If you wanna read on it, just look up the reg vars here: https://www.unicode.org/reports/tr51/ It's deliberately more loose to be able to handle new emojis without problem. The rest of it is dealing with multi character emojis and displaying it properly, which I used `Intl.Segmenter` to do that. So instead of seeing this: <img width="246" height="153" alt="image" src="https://github.com/user-attachments/assets/8512485e-f445-421f-a0e4-1e12e194a98a" /> You would see this instead: <img width="177" height="161" alt="image" src="https://github.com/user-attachments/assets/410a1abc-37d1-40f3-aa6d-e6c5115571fa" />
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.
Description
cherry picked from #607
Type of change
Checklist:
AI disclosure: