upstream/2026-04-26 PR1: 無競合・軽量 3 commits 取り込み#435
Conversation
…t-sh#3733) Workspace name already falls back to branch when missing, so the dedicated branch row was redundant. Slightly bumps row padding for breathing room.
* feat(desktop): add fade-edge mask utilities
Add composable `.fade-edge-{t,r,b,l}` utility classes that fade out one
or more edges of an element via a linear-gradient mask. Useful for
indicating horizontal/vertical scroll affordance.
Lives in `apps/desktop/src/renderer/styles/fade-edge.css` (single
import in `globals.css`) so the file can be promoted to `packages/ui`
once a second consumer needs it.
* style: blank line before mask-image declaration
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 31 minutes and 36 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
PR1〜PR5 (#435 #436 #437 #438 #440) で 13 commits 全件 cherry-pick + 手動 conflict 解消で取り込み済み。 本コミットは git 履歴上 behind=0 とするための ours マージ記録。 取り込み済み 13 commits: - 1f55c62 Fix host service restart adoption (superset-sh#3732) - 0fe65d2 test(desktop): remove host-service-coordinator test (superset-sh#3734) - 3012b5a Add optimistic Electric collection updates (superset-sh#3722) - c272a51 fix(desktop): drop branch row from v2 sidebar workspace item (superset-sh#3733) - c2f3fdc feat(desktop): add fade-edge mask utilities (superset-sh#3735) - 682d07c fix v2 terminal osc links (superset-sh#3736) - 7c0d22b feat(ports): surface remote host-service ports in the sidebar (superset-sh#3676) - 6a3be2d [codex] Stabilize v2 terminal resize (superset-sh#3739) - 8928ac6 [codex] Improve v2 pane header responsiveness (superset-sh#3737) - 5fe3d22 refactor(desktop): tidy v2 terminal session dropdown (superset-sh#3743) - 66c23d6 Fix automation timezone scheduling (superset-sh#3738) - 16e270c [codex] Add terminal session titles (superset-sh#3740) - 583fa5d fix(desktop): refit v2 terminal after font settle (superset-sh#3742)
Summary
upstream (superset-sh/superset) からの 9 commits 取り込みバッチの PR1(無競合・軽量)。3 commits を
cherry-pickで取り込み、merge-tree dry-run で conflict 0 を確認済み。取り込み内容
c272a5158c2f3fdcda.fade-edge-{t,r,b,l}ユーティリティ CSS 追加(水平/垂直スクロールのアフォーダンス表現用)682d07c87terminal-link-managerに test 追加)Fork 側のコンフリクト解決
なし(
git merge-tree --write-tree --merge-base実行で 3 commits すべて conflict 0 を事前確認、cherry-pick 中も auto-merge のみ)。Fork 固有機能ヘルスチェック
baseline(
/tmp/upstream-202604-baseline/fork-features.txt)と取り込み後の grep を比較済み:dmg.size="4g"維持検証
bun install: ✅bun run typecheck: ✅ (27/27 successful)bun run lint: ✅ (Biome: 4322 files, no fixes applied)bun run --filter @superset/desktop build: PR2 と一括で確認予定(PR1 は型/lint で十分)後続 PR の予定
8928ac62e(v2 pane header),6a3be2d35(v2 terminal resize),3012b5a57(Optimistic Electric collection updates)1f55c623a+0fe65d2307c0d22b77Test plan
.fade-edge-r等のユーティリティクラスが利用可能(PR2 以降で実消費見込み)