[PR #729] feat: Added Amoled Support, Fixed Border Radius Issues and made the contrast better for non-amoled Dark Mode #758

Open
opened 2026-02-16 12:36:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-web/pull/729
Author: @uaxdotnet
Created: 2/13/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

  • 0adbe85 Fixed Border Radius Issues and made the contrast better for Dark Mode
  • 1346c7e Added 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.

image image

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.

image

Edit #1 :

Added Amoled Support
image

Thanks!


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

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/for-web/pull/729 **Author:** [@uaxdotnet](https://github.com/uaxdotnet) **Created:** 2/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`0adbe85`](https://github.com/stoatchat/for-web/commit/0adbe853c71d639328bc43df3572e8174619f54a) Fixed Border Radius Issues and made the contrast better for Dark Mode - [`1346c7e`](https://github.com/stoatchat/for-web/commit/1346c7e286a05e58b1532d8f788bdd60ccab7364) Added Amoled Support ### 📊 Changes **5 files changed** (+37 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Hi, I fixed some UI issues with bad looking border radius being applied on the main UI and the settings page. <img width="1440" height="784" alt="image" src="https://github.com/user-attachments/assets/de527192-491f-4939-8874-0ce4e1f7a2d1" /> <img width="1440" height="786" alt="image" src="https://github.com/user-attachments/assets/22928216-6846-4715-835d-9018cde0d88b" /> 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. <img width="1379" height="783" alt="image" src="https://github.com/user-attachments/assets/ff5b6222-8fba-4e0a-9748-bd52de21f093" /> Edit #1 : Added Amoled Support <img width="1440" height="788" alt="image" src="https://github.com/user-attachments/assets/4dc3f055-3c6a-482c-9a38-67bad12a1207" /> Thanks! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:36:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/for-web#758