diff --git a/.changeset/navigation-overflow-lens.md b/.changeset/navigation-overflow-lens.md new file mode 100644 index 0000000..ce429ce --- /dev/null +++ b/.changeset/navigation-overflow-lens.md @@ -0,0 +1,5 @@ +--- +"@jmfederico/pi-web": patch +--- + +Add in-place overflow lenses for workspace rows so truncated workspace labels and plugin links can be read or clicked, and cap long project and session names to two lines. diff --git a/src/client/src/components/ProjectList.ts b/src/client/src/components/ProjectList.ts index 3d86118..a20c02e 100644 --- a/src/client/src/components/ProjectList.ts +++ b/src/client/src/components/ProjectList.ts @@ -52,7 +52,7 @@ export class ProjectList extends LitElement { @keydown=${(event: KeyboardEvent) => { activateSelectableRowFromKeyboard(event, () => this.onSelect?.(project)); }} >