thunderbird-patch-review
Easy-to-use patch review interface for Thunderbird
Contribute: ~marcc/thunderbird-review-plugin@lists.sr.ht
git clone git://mccd.space/thunderbird-patch-review
| Log | Files | Refs | README | LICENSE |
commit 48efe4915803a3bb208bc3284745f3d434ea3ab3 parent 0280f8ffaa21e93d514b04a3cb29bade12bb28a3 Author: Pi Agent <agent@pi.local> Date: Sat, 18 Jul 2026 13:49:18 +0200 review: de-emphasize Apply series to a secondary button Drop the primary class on the Apply series button and its menu toggle so Send review stays the lone primary action and git-am into the repository defaults to the secondary (bordered) treatment. Diffstat:
| M | extension/review/review.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extension/review/review.html b/extension/review/review.html
@@ -13,8 +13,8 @@
<input id="repo-path" type="text" placeholder="repository path" spellcheck="false">
<button id="btn-browse" title="Choose the repository directory">Browse…</button>
<div class="split" id="apply-split">
- <button id="btn-apply" class="primary" title="git am the series into the repository">Apply series</button>
- <button class="menu-toggle primary" title="Apply options">▾</button>
+ <button id="btn-apply" title="git am the series into the repository">Apply series</button>
+ <button class="menu-toggle" title="Apply options">▾</button>
<div class="menu" hidden>
<button data-mode="modify">Modify and apply</button>
<button data-mode="download">Download patchset…</button>