mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #141] [CLOSED] Hide dropdown when no valid recent requests exist #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/141
Author: @peimn
Created: 12/13/2024
Status: ❌ Closed
Base:
master← Head:ghost-dropdown📝 Commits (4)
aba1865hide dropdown when no valid recent requests exist084ab27Merge branch 'master' into ghost-dropdowndb8bc16chore: optimize dropdown handling for empty requests595228eMerge branch 'master' into ghost-dropdown📊 Changes
1 file changed (+18 additions, -15 deletions)
View changed files
📝
src-web/components/RecentRequestsDropdown.tsx(+18 -15)📄 Description
Fixes an issue where the dropdown would display even when no valid recent requests were available. Ensures the dropdown only appears when there are meaningful items to show.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.