pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public is:public language:JavaScript
Filter by
48.6M results
수정
screens.module.css .listBottom 의 padding-bottom 을 7rem(112px) → 5rem(80px) 로 축소. 짧은 리스트(예: 장소 탭 2개)에서 마지막 카드 아래 고정
여백을 32px 줄임.
FAB 가림 확인 (수치)
.fab { bottom: calc(env(safe-area-inset-bottom) + 1.25rem) ...
Summary
- Add automatic vertical scrolling while dragging or reconnecting Identity Mapping edges near the canvas bounds.
- Keep the dragged edge endpoint and target validation in sync while the page ...
What
Restores the centered launcher menu layout that was lost when commit 5743b1d left-aligned the rows. This brings back the
carefully-tuned centered state from yesterday s mockup session.
The regression ...
What
Give sb-tui a version string:
- sb-tui version / --version prints sb-tui x.y.z and exits (before any TTY use, so it works in a pipe).
- The launcher footer shows sb-tui version .
- Default ...
Changes
1. Flag Mode — basket no longer cut off at bottom
- Root cause: basket.y was hardcoded to canvas.height - 52 regardless of basket height
- Fix: basket.y = canvas.height - (flagMode ? scaledFont(58) ...
The updates listing page called getI18n() without setStaticParamsLocale(), so with the rewrite urlMappingStrategy the
server-side locale always fell back to the default (English) regardless of the selected ...