[PR #1665] [MERGED] [STYLE] Agent UI mobile styles #3736

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1665
Author: @shatfield4
Created: 6/12/2024
Status: Merged
Merged: 6/13/2024
Merged by: @timothycarambat

Base: masterHead: agent-ui-mobile-styles-2


📝 Commits (9)

  • b164ed2 implement mobile styles for new agent settings ui
  • 07ca5f2 fix on off label not updating for generate & save files to browser
  • 4a9cacb update sql connector modal for mobile
  • 8da1a12 Merge branch 'master' into agent-ui-mobile-styles-2
  • 19e1f54 Merge branch 'master' into agent-ui-mobile-styles-2
  • 33d4895 small changes for UI normalization
  • 1377594 Merge branch 'agent-ui-mobile-styles-2' of github.com:Mintplex-Labs/anything-llm into agent-ui-mobile-styles-2
  • ee921f3 breakout layout from forms for mobile/desktop
  • c5bcc42 add back no-borders

📊 Changes

3 files changed (+165 additions, -51 deletions)

View changed files

📝 frontend/src/components/ContextualSaveBar/index.jsx (+2 -2)
📝 frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx (+10 -10)
📝 frontend/src/pages/Admin/Agents/index.jsx (+153 -39)

📄 Description

Pull Request Type

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

Relevant Issues

closes #1658

What is in this change?

  • Implement the mobile styles for the new agent UI
  • Update SQL connector modal to work on mobile

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/1665 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 6/12/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `agent-ui-mobile-styles-2` --- ### 📝 Commits (9) - [`b164ed2`](https://github.com/Mintplex-Labs/anything-llm/commit/b164ed2bff8f6bbec7fc560df57dfe2e13a0eb10) implement mobile styles for new agent settings ui - [`07ca5f2`](https://github.com/Mintplex-Labs/anything-llm/commit/07ca5f2167795738e3c862762ba90c28a6bcc11e) fix on off label not updating for generate & save files to browser - [`4a9cacb`](https://github.com/Mintplex-Labs/anything-llm/commit/4a9cacbc4081645cf6e2b8b8ecfe0c08c92cb332) update sql connector modal for mobile - [`8da1a12`](https://github.com/Mintplex-Labs/anything-llm/commit/8da1a12c303bf289aefe8f72690eba6dec41454b) Merge branch 'master' into agent-ui-mobile-styles-2 - [`19e1f54`](https://github.com/Mintplex-Labs/anything-llm/commit/19e1f546c0505229baf6473553d30f5dc1608282) Merge branch 'master' into agent-ui-mobile-styles-2 - [`33d4895`](https://github.com/Mintplex-Labs/anything-llm/commit/33d48951f8647090076ae2973a898bf061a7cc97) small changes for UI normalization - [`1377594`](https://github.com/Mintplex-Labs/anything-llm/commit/1377594208e65bd3a2784ff38320817d179f950d) Merge branch 'agent-ui-mobile-styles-2' of github.com:Mintplex-Labs/anything-llm into agent-ui-mobile-styles-2 - [`ee921f3`](https://github.com/Mintplex-Labs/anything-llm/commit/ee921f36660dcadf6a6ea3c58122bf1062b1eb22) breakout layout from forms for mobile/desktop - [`c5bcc42`](https://github.com/Mintplex-Labs/anything-llm/commit/c5bcc42b8eb55e25396ec7adc1c9c9b4d0656010) add back no-borders ### 📊 Changes **3 files changed** (+165 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/ContextualSaveBar/index.jsx` (+2 -2) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx` (+10 -10) 📝 `frontend/src/pages/Admin/Agents/index.jsx` (+153 -39) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> closes #1658 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Implement the mobile styles for the new agent UI - Update SQL connector modal to work on mobile ### 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:23 -05:00
yindo closed this issue 2026-02-22 18:34:23 -05:00
yindo changed title from [PR #1665] [STYLE] Agent UI mobile styles to [PR #1665] [MERGED] [STYLE] Agent UI mobile styles 2026-06-05 15:14:58 -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#3736