mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-15 07:15:54 -04:00
[PR #764] fix: UI improvements for mobile & small screens #769
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-web/pull/764
Author: @Pecacheu
Created: 2/14/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (6)
ff1cd1afix: Fix for #541, add call button to header bar insteadd6e8bedfix: More mobile UI fixesef699c1fix: Mobile UI marches onwardsb903dc3fix: Add back button to Channel & Server settingsc9c085efix: Simplified CSS8cac531fix: Move the CSS again & misc📊 Changes
28 files changed (+203 additions, -169 deletions)
View changed files
📝
.gitmodules(+1 -2)📝
packages/client/components/app/interface/settings/ChannelSettings.tsx(+3 -1)📝
packages/client/components/app/interface/settings/ServerSettings.tsx(+3 -1)📝
packages/client/components/app/interface/settings/Settings.tsx(+8 -4)📝
packages/client/components/app/interface/settings/UserSettings.tsx(+3 -2)📝
packages/client/components/app/interface/settings/_layout/Content.tsx(+15 -17)📝
packages/client/components/app/interface/settings/_layout/Sidebar.tsx(+8 -7)📝
packages/client/components/app/interface/settings/_layout/SidebarButton.tsx(+0 -2)📝
packages/client/components/app/interface/settings/index.tsx(+5 -1)📝
packages/client/components/app/interface/settings/user/_AccountCard.tsx(+16 -0)📝
packages/client/components/modal/modals/Settings.tsx(+1 -7)📝
packages/client/components/state/index.tsx(+3 -0)📝
packages/client/components/ui/components/design/Button.tsx(+8 -0)📝
packages/client/components/ui/components/design/IconButton.tsx(+8 -0)📝
packages/client/components/ui/components/features/messaging/composition/MessageBox.tsx(+1 -0)📝
packages/client/components/ui/components/features/messaging/elements/Container.tsx(+8 -1)📝
packages/client/components/ui/components/features/texteditor/TextEditor2.tsx(+7 -1)📝
packages/client/components/ui/components/features/texteditor/codeMirrorLineWrap.ts(+14 -5)📝
packages/client/components/ui/components/features/voice/callCard/VoiceCallCard.tsx(+6 -9)➖
packages/client/components/ui/components/features/voice/callCard/VoiceCallCardPreview.tsx(+0 -69)...and 8 more files
📄 Description
Made a few UI improvements for Stoat on phones and tablets, namely:
Planning on more mobile improvements but this is what I gots for now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.