[PR #1412] [MERGED] [FIX] Make height and width data options apply to mobile styles #3671

Closed
opened 2026-02-22 18:34:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1412
Author: @shatfield4
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @timothycarambat

Base: masterHead: 1403-bug-new-width-and-height-resizing-options-for-embed-chat-widget-1214-ignored-on-mobile-device


📝 Commits (3)

  • 5fb2999 make height and width data options apply to mobile styles
  • e6eb975 update build and respect viewport on dev index
  • 62897fc Merge branch 'master' into 1403-bug-new-width-and-height-resizing-options-for-embed-chat-widget-1214-ignored-on-mobile-device

📊 Changes

3 files changed (+10 additions, -6 deletions)

View changed files

📝 embed/index.html (+4 -0)
📝 embed/src/App.jsx (+5 -5)
📝 frontend/public/embed/anythingllm-chat-widget.min.js (+1 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1403

What is in this change?

  • The data-window-width and data-window-height now applies to mobile styles instead of just making the embedded chat full screen on mobile devices

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/1412 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1403-bug-new-width-and-height-resizing-options-for-embed-chat-widget-1214-ignored-on-mobile-device` --- ### 📝 Commits (3) - [`5fb2999`](https://github.com/Mintplex-Labs/anything-llm/commit/5fb2999e56f8c60a8dfd70ff372b7dbc710de841) make height and width data options apply to mobile styles - [`e6eb975`](https://github.com/Mintplex-Labs/anything-llm/commit/e6eb975df7054507b5f0d59562ff54637cb71e1c) update build and respect viewport on dev index - [`62897fc`](https://github.com/Mintplex-Labs/anything-llm/commit/62897fc0bf90354e2edb3ee449834da0d7dfda4c) Merge branch 'master' into 1403-bug-new-width-and-height-resizing-options-for-embed-chat-widget-1214-ignored-on-mobile-device ### 📊 Changes **3 files changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `embed/index.html` (+4 -0) 📝 `embed/src/App.jsx` (+5 -5) 📝 `frontend/public/embed/anythingllm-chat-widget.min.js` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1403 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - The `data-window-width` and `data-window-height` now applies to mobile styles instead of just making the embedded chat full screen on mobile devices ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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-22 18:34:15 -05:00
yindo closed this issue 2026-02-22 18:34:15 -05:00
yindo changed title from [PR #1412] [FIX] Make height and width data options apply to mobile styles to [PR #1412] [MERGED] [FIX] Make height and width data options apply to mobile styles 2026-06-05 15:14:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3671