pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:Java language:C#
Filter by
222M results
Increase accessibility by improving button focus outline contrast and thickness. Update CSS to use a 2px solid accent
color with a high-contrast fallback and ensure the rule applies to :focus-visible so ...
- Close #1272
What is this PR? 🔍
- 기능 : 클릭 이벤트 로깅 추가
- issue : #1272
Changes 📝
클릭 이벤트에 대한 로깅을 추가합니다.
Precaution
- 진입, A/B, 하단바 로깅은 이번에 진행하지 않습니다.
✔️ Please check if the PR fulfills these ...
📊DA
Bumps @types/node from 22.19.17 to 25.9.1. details summary Commits /summary ul li See full diff in a href=
https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node compare view /a /li ...
dependencies
javascript
Summary
Upgrade the approved type-only dependency set after the tooling baseline merge.
Added
None.
Changed
- Updated @types/react to the latest patch release.
- Kept @types/node pinned to the ...
API now fetches all ranges (7/30/90/365) in a single Dune execution and returns { 7 : {...}, 30 : {...}, 90 : {...}, 365
: {...} }. Cache key is wallet-only (no range). Frontend switches ranges instantly ...
Bumps canonicalize from 2.1.0 to 3.0.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/erdtman/canonicalize/releases canonicalize s releases /a . /em /p blockquote ...
dependencies
javascript
Summary
- Rename: \ The Pulse\ → \ The Chat\ across all surfaces (sidebar submenu, guild threshold grid, focus card, hearth
dashboard, chat page header)
- @mention tagging: type @ in the chat ...
問題
DONカードをキャラ/リーダーに付与する際、ハイライトは正しいのに近くの別カードに付与されることがあった。
原因
ハイライト(onPointerMove)と実行(onPointerUp)が別々の同型ループで判定しており、
- X軸の閾値にカード高さ CH(カード幅 CW より大きい)を使用
- break で最初にヒットした左端カードを採用(最近傍ではない)
このためカードが詰まると隣のカードが先に閾値内へ入り、リリース時の指のドリフトで「ハイライトは正・付与は隣」になっていた。 ...