pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:JavaScript
Filter by
212M results
Two requested upgrades.
Clearer page transitions
- .view now animates with a more pronounced slide-up + fade (translateY(18px), snappier easing) so switching
tabs/pages reads as a real page change ...
Summary
채널 스케줄 페이지 가독성 전면 개선 — 글자가 너무 작아 가독성이 떨어지던 문제
- 전역 폰트 크기 상향: text-xs(12)→14, 11px→13, 10.5/10px→12, 채널명 14px→17, sm→15
- 작은 입력칸 높이 확대 (h-5→h-7 등) — 큰 글자 클리핑 방지
- 테이블 셀 세로 여백 py-2.5→py-3 ...
This PR contains the following updates:
| Package | Update | Change |
| --- | --- | --- |
| supabase/realtime | patch | v2.111.1 → v2.111.2 |
Configuration
📅 Schedule: (in timezone Europe/Berlin)
...
Superseded by a clean branch based directly on the merged connector work. The implementation remains the same; the
replacement PR avoids duplicated stacked history.
Summary
Removed disabled={isRunning} from all 11 Input elements and the Ayarları Kaydet / Varsayılana Dön buttons in
AutoTraderPanel.tsx. Users can now edit and save configuration settings while the auto ...
원인
document.addEventListener( click ) 리스너가 React의 이벤트 처리 순서와 충돌 — 모바일 tap 이벤트 타이밍에 따라 document 리스너가 React onClick보다 먼저 실행되어
드롭다운이 열리자마자 닫히는 현상이 간헐적으로 발생.
해결
useEffect / document.addEventListener 방식을 ...
Problem
MemoryCMRImpl.of() read errno after the cleanup close() call when a file s length could not be read:
newSize = ff.length(fd);
if (newSize 0) {
close(); ...
Bug
Core
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| ls-engines | 0.10.0 → 0.10.1 | age | confidence |
Release Notes
details summary ljharb/ls-engines ...
Bumps globals from 17.6.0 to 17.7.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/sindresorhus/globals/releases globals s releases /a . /em /p blockquote h2 v17.7.0 ...
dependencies
javascript
概要
UML 図の日本語フォントを、どの実行環境でも見やすい書体に統一しました。
これまでは「実行環境にインストール済みの日本語フォント任せ」(JapaneseFontSupport の自動検出)だったため、環境によってフォントがばらつき、見やすくないフォント(例:
IPAGothic)になることがありました。読みやすさ重視のユニバーサルデザイン書体 BIZ UDPGothic(モリサワ、SIL ...