fix: Quick issues batch 1 — UI/UX polish#310
Merged
Just-Insane merged 8 commits intodevfrom Mar 17, 2026
Merged
Conversation
This was
linked to
issues
Mar 16, 2026
Member
|
linked the issues you mentioned in your table, bc silly github i think i missed some tho :/ |
Collaborator
Author
Danke! |
Removed closed issue references from the changeset.
Member
|
Should the changesets maybe be like... 10 separate files instead of one thing? Also, that matrix.to config won't work. There's a lot more than just that one line... it's hardcoded in a few places, the regex later in the file, and we'd still want outgoing links to use the normal matrix.to, we just need to parse messages we receive to get replaced with the custom matrix.to I think. |
Contributor
Deploying with
|
| Status | Preview URL | Commit | Alias | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! | https://pr-310-sable.raspy-dream-bb1d.workers.dev | 097e12d | pr-310 |
Tue, 17 Mar 2026 01:05:07 GMT |
Collaborator
Author
|
Moved the matrix.to changes into another branch, as that'll be more work. Fixed the changesets, and setup the voice messages to use the same audio as calling. |
7w1
approved these changes
Mar 17, 2026
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.
A collection of small UI/UX and interaction fixes across the app.
Changes
animation-iteration-count: 1so loading spinners stop after one cycle instead of running indefinitely at a near-zero speedautoCapitalize="sentences"to respect the OS/keyboard capitalisation setting on mobile#ffffff) / dark (#1b1a21) colours via media-query<meta>tags and update the PWA manifestlocalStorageand shared between all media playersNote
The
matrix.tocustom base URL change (#67) has been moved to a separate branch:fix/matrix-to-custom-base. It needs more work (hardcoded regex, incoming link parsing).Files changed
src/index.css— reduced-motion animation-iteration-countsrc/app/pages/auth/ServerPicker.tsx— iOS focus guard for server inputsrc/app/components/editor/Editor.tsx— autoCapitalize on Editableindex.html/public/manifest.json— light/dark theme-color metasrc/app/pages/client/sidebar/AccountSwitcherTab.tsx— sign-out confirmation dialogsrc/app/pages/auth/AuthLayout.tsx— cancel button in add-account flowsrc/app/state/settings.ts+src/app/pages/client/ClientNonUIFeatures.tsx+src/app/features/settings/notifications/SystemNotification.tsx— faviconForMentionsOnly settingsrc/app/components/media/Video.tsx+src/app/components/message/content/AudioContent.tsx+src/app/components/RenderMessageContent.tsx— shared volume persistencesrc/app/components/editor/autocomplete/BaseAutocompleteMenu.tsx— data-autocomplete-menu attributesrc/app/features/room/RoomInput.tsx— virtual autocomplete selection, arrow key navigationsrc/app/components/editor/autocomplete/AutocompleteMenu.tsx— selectedIndex state, navigate event listenersrc/app/components/editor/autocomplete/{Emoticon,UserMention,RoomMention}Autocomplete.tsx— ReactEditor.focus after completion