mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-11 04:01:46 -04:00
[PR #729] feat: Added Amoled Support, Fixed Border Radius Issues and made the contrast better for non-amoled Dark Mode #758
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/729
Author: @uaxdotnet
Created: 2/13/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (2)
0adbe85Fixed Border Radius Issues and made the contrast better for Dark Mode1346c7eAdded Amoled Support📊 Changes
5 files changed (+37 additions, -9 deletions)
View changed files
📝
packages/client/components/app/interface/settings/_layout/Content.tsx(+2 -2)📝
packages/client/components/app/interface/settings/user/appearance/AppearanceMenu.tsx(+9 -1)📝
packages/client/components/state/stores/Theme.ts(+4 -3)📝
packages/client/components/ui/components/layout/Main.tsx(+2 -2)📝
packages/client/components/ui/themes/materialTheme.ts(+20 -1)📄 Description
Hi,
I fixed some UI issues with bad looking border radius being applied on the main UI and the settings page.
Didn't touch border radius for anything else right now since it looked alright but I'll work to make the UI uniform.
Additionally, removed the black background from the main chat window because the contrast was bad.
Edit #1 :
Added Amoled Support

Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.