-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve layout and fix unknown locale of DisabledMessageInput
#3537
Conversation
I think I would keep the unknown, but throw the error instead when the Why? to not crash the whole app when core adds a new feature to disable sending in a new case. but to have the error when desktop devs forget to fully implement a |
How is this now @Simon-Laux? Now as you said the unknown case is not crashing but returning a "weird" string to signal something is off. I didn't use the |
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
* master: (29 commits) fix double message context menu (#3551) fix displaying sticker that has wrong mimetype (#3552) fix bug where composer was locked after joining a group via qr code (#3547) prepare 1.41.3 comment out verbose logging of store add `vi` to appx supported languages let's hope that this does not break the ms store again, it was on the ms list of supported languages, so I hope that it does not break it. Update translations (17.11.2023) and add Vietnamese language fix translation key for `add_to_sticker_collection` in context menu (#3544) fix eslint Select device message chat automatically to welcome first users (#3531) Improve layout and fix unknown locale of `DisabledMessageInput` (#3537) Use `dc_chat_can_send` to show or hide reply functionality (#3541) add more debug logging when clearing notifications (#3534) update deltachat-node and deltachat/jsonrpc-client to `v1.131.4` (#3539) update local help (#3538) Fix: Do not show reply option in read-only groups (#3536) Update options for disappearing messages (#3530) Do not show redundant read-only message when in device messages chat (#3532) fix: bug in emoji detection for jumbomoji #3508 update deltachat-node and deltachat/jsonrpc-client to `v1.131.3` ...
Follow up PR from #3532
Minor fixes:
useRef
as it doesn't really have a use in this scenarioLayout fix:
CSS: Center text always, also in narrow window sizes, independent of padding
Before:
After: