[PR #468] [MERGED] Fix: long model names overflowing in delete dialog #2638

Closed
opened 2026-05-29 06:44:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/468
Author: @Xav147
Created: 5/26/2026
Status: Merged
Merged: 5/27/2026
Merged by: @gschier

Base: mainHead: fix/model_delete_overflow


📝 Commits (1)

  • 1a16788 Fix: long model names overflowing in delete dialog

📊 Changes

1 file changed (+7 additions, -2 deletions)

View changed files

📝 apps/yaak-client/lib/deleteModelWithConfirm.tsx (+7 -2)

📄 Description

Long model names would overflow When deleting more than 1 and less than 10 models.
Opted for truncate to keep the list functionally similar to how it was
intended.


🔄 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/mountain-loop/yaak/pull/468 **Author:** [@Xav147](https://github.com/Xav147) **Created:** 5/26/2026 **Status:** ✅ Merged **Merged:** 5/27/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `fix/model_delete_overflow` --- ### 📝 Commits (1) - [`1a16788`](https://github.com/mountain-loop/yaak/commit/1a16788e0934f1b6119ed99a8328ceb69799542e) Fix: long model names overflowing in delete dialog ### 📊 Changes **1 file changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/yaak-client/lib/deleteModelWithConfirm.tsx` (+7 -2) </details> ### 📄 Description Long model names would overflow When deleting more than 1 and less than 10 models. Opted for truncate to keep the list functionally similar to how it was intended. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-29 06:44:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#2638