pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java is:merged language:HTML
Filter by
134M results
- Updated the website preview functionality to enhance visual presentation.
- Refined core UI components to improve design consistency across the site.
v0 Session
v0
Closes #185
Summary
- Added a launch CLI command and templates:launch npm script.
- Printed the community launch pack, no-clone npx trial path, feedback issue URL, Good First PR Briefs, and #51 record ...
What
Alex s S65 ruling: every check shows at most one row per position number, and Check 11 s two conditions collapse into
one row.
Changes
- mergeIssuesByPosition (lib/quality/merge.ts) — run once ...
Mute alerts → inline on the row
Moved the per-ad Mute alerts control out of the expanded view onto the collapsed summary row — an icon toggle in its own
aligned column just left of Actual, so it lines ...
Summary
Replaces the PayChaser and ReviewChaser cards on the home page with Lead Heater and CallCatch, both marked Live Now with
correct descriptions and linking to their respective pages.
https://claude.ai/code/session_01FEBJ5EFb7RGXThFkjzTPjY ...
github actions test
This is an automated pull request to synchronize this repository with the latest configuration
!-- CURSOR_SUMMARY --
[!NOTE] Low Risk Single-domain removal from a static blocklist; no application logic ...
blocklist addition
バグ(スクショ報告)
やること画面のヘッダーが『今日 -1 / 0』と負の数に。
原因
ヘッダーの式が counts.today(未完了today) − (完了today数)。完了タスクがあると 0 − 1 = -1 になっていた(分子分母の定義が不一致)。
修正
counts に todayDone/todayTotal を追加し、ヘッダーを 『完了 / 合計』 に。→ 『今日 1 / ...