[PR #301] [CLOSED] fix #299 #595

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

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-web/pull/301
Author: @Rushmore75
Created: 7/16/2024
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

10 files changed (+49 additions, -31 deletions)

View changed files

.dockerignore (+16 -0)
📝 .gitignore (+1 -0)
📝 README.md (+10 -25)
📝 package.json (+1 -0)
📝 packages/client/.env.example (+15 -0)
📝 packages/client/components/auth/src/flows/FlowHome.tsx (+1 -1)
📝 packages/client/components/auth/src/flows/FlowLogin.tsx (+1 -1)
📝 packages/client/components/common/lib/env.ts (+2 -2)
📝 packages/client/package.json (+1 -1)
📝 packages/client/src/interface/Home.tsx (+1 -1)

📄 Description

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide (probably, signing old commits is too hard)
  • I have tested my changes locally and they are working as intended

remove references to wordmark_wide_500px.svg and replace them with wide.svg


🔄 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/301 **Author:** [@Rushmore75](https://github.com/Rushmore75) **Created:** 7/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`1d22a08`](https://github.com/stoatchat/for-web/commit/1d22a08d6a9b088df49ff37ca047c9f30741aa42) fix #299 - [`0e9e4c2`](https://github.com/stoatchat/for-web/commit/0e9e4c2954fe66392781537d0b1836256c873ef1) add docker support - [`4b95ced`](https://github.com/stoatchat/for-web/commit/4b95ced6e741e6337fa940bf61c20f8728d2fff3) fix #299 - [`8a48dbd`](https://github.com/stoatchat/for-web/commit/8a48dbdb2fbf534bf7d58b428741b23214058316) Merge branch 'main' of https://github.com/Rushmore75/frontend - [`a16aed5`](https://github.com/stoatchat/for-web/commit/a16aed5a1616ea673a9c0817601ad5f76d2b8fd1) Fix env variables - [`529b8c5`](https://github.com/stoatchat/for-web/commit/529b8c517f3c682b4b77ae0e842e49eeacd45db2) note about .env file - [`742af95`](https://github.com/stoatchat/for-web/commit/742af95922ebeedcda3e0e0592b63c7fd4ea031a) referenced repo doesn't exist anymore - [`f3affb5`](https://github.com/stoatchat/for-web/commit/f3affb5c40d1379dabb4b27223a78bc95ac3e7ef) cleanup - [`b8cb256`](https://github.com/stoatchat/for-web/commit/b8cb2564dbea8073230fb228f34eb035e816be1a) docker env? - [`5f66247`](https://github.com/stoatchat/for-web/commit/5f662477b0f193c907de947956c14cac757dfd8d) Stop trying to dockerize a static site when the stack already has Caddy. ### 📊 Changes **10 files changed** (+49 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+16 -0) 📝 `.gitignore` (+1 -0) 📝 `README.md` (+10 -25) 📝 `package.json` (+1 -0) 📝 `packages/client/.env.example` (+15 -0) 📝 `packages/client/components/auth/src/flows/FlowHome.tsx` (+1 -1) 📝 `packages/client/components/auth/src/flows/FlowLogin.tsx` (+1 -1) 📝 `packages/client/components/common/lib/env.ts` (+2 -2) 📝 `packages/client/package.json` (+1 -1) 📝 `packages/client/src/interface/Home.tsx` (+1 -1) </details> ### 📄 Description ## Please make sure to check the following tasks before opening and submitting a PR - [x] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) (probably, signing old commits is too hard) - [X] I have tested my changes locally and they are working as intended remove references to `wordmark_wide_500px.svg` and replace them with `wide.svg` --- <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:01 -05:00
yindo closed this issue 2026-02-16 12:36:01 -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#595