From 8d8cb90de5eb25be593b0f3a7254183bb5c19f4a Mon Sep 17 00:00:00 2001 From: ChaoticGood007 Date: Tue, 5 May 2026 16:18:35 -0500 Subject: [PATCH] fix: responsive location picker dropdown --- CHANGELOG.md | 5 +++++ src/components/LocationPicker.tsx | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5389c..e2f12e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2026-05-05 + +### Fixed +- Fixed an issue where the location picker dropdown in the disc edit screen had a fixed width, causing longer location names to be truncated and unreadable. The dropdown now intelligently expands to fit the location names up to a reasonable max width. + ## [0.5.0] - 2026-04-25 ### Added diff --git a/src/components/LocationPicker.tsx b/src/components/LocationPicker.tsx index 3f7f081..2369da7 100644 --- a/src/components/LocationPicker.tsx +++ b/src/components/LocationPicker.tsx @@ -101,14 +101,14 @@ export default function LocationPicker({ tree, value, onChange, className = '' } {/* Dropdown */} -
) })}