pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:JavaScript
Filter by
121M results
What you reported
After jumping to a message from search, scrolling down a bit snapped you to the bottom of the chat.
Why
Jumping loads a small window (~30 messages after the target) and there was no ...
Summary
- add descriptor-level client optimizeDeps excludes and make excludes win over auto includes
- mark @jskit-ai/shell-web/client as excluded from Vite dep optimization
- enforce 48px shell ...
This is an automated PR that syncs the repo with its source upstream.
제목
!-- [커밋 컨벤션의 타입] 제목 --
작업사항
!-- 주요 작업 내용을 적어주세요. --
- SSE(Server Sent Events) 기반 실시간 알림 기능 구현
- 알림 생성 시 실시간 전송 로직 추가
- 구매 완료 알림 구현
- 품절 알림 구현
- 교환 제안 알림 구현
- 교환 수락 알림 구현
- 교환 거절 알림 ...
feat
한희나
Summary
Article and article-utility pages render the tab strip as nav class= mw-article-toolbar , but those navigation landmarks
have no accessible name. Article pages already expose several navigation ...
other
Add a 300ms debounce to the global search input to reduce excessive API calls and improve responsiveness. This change
wraps the onChange handler with lodash.debounce and ensures cleanup on unmount.