Skip to content

feat: reply-all#1673

Open
andrinoff wants to merge 2 commits into
floatpane:masterfrom
andrinoff:feat/reply-all
Open

feat: reply-all#1673
andrinoff wants to merge 2 commits into
floatpane:masterfrom
andrinoff:feat/reply-all

Conversation

@andrinoff

Copy link
Copy Markdown
Member

What?

Adds a Reply-All function (shift+r)

Why?

Closes #1667

Signed-off-by: drew <me@andrinoff.com>
@andrinoff andrinoff requested a review from a team as a code owner July 10, 2026 17:11
@floatpanebot floatpanebot added enhancement New feature or request area/tui Terminal UI / view layer area/config Configuration / settings area/docs Docs site / README size/M Diff: 51–200 lines labels Jul 10, 2026
@andrinoff

Copy link
Copy Markdown
Member Author

/backport v1

@floatpanebot floatpanebot added the backport/v1 Merge to master and backport to release/v1 label Jul 10, 2026
@floatpanebot

floatpanebot commented Jul 10, 2026

Copy link
Copy Markdown
Member

Benchmark report — no significant change

Metrics worse: 0 · better: 0 (threshold: ±3%).

benchstat output
goos: linux
goarch: amd64
pkg: github.com/floatpane/matcha/backend
cpu: AMD EPYC 7763 64-Core Processor                
                           │   old.txt    │              new.txt               │
                           │    sec/op    │    sec/op     vs base              │
ParseSearchQuery_Simple-4    3.236µ ± 96%   2.899µ ± 24%       ~ (p=0.394 n=6)
ParseSearchQuery_Complex-4   6.237µ ± 45%   7.743µ ± 35%       ~ (p=0.699 n=6)
TokenizeSearchQuery-4        4.581µ ± 29%   5.038µ ± 14%       ~ (p=0.394 n=6)
geomean                      4.522µ         4.836µ        +6.94%

                           │  old.txt   │              new.txt               │
                           │    B/op    │    B/op     vs base                │
ParseSearchQuery_Simple-4    26.00 ± 0%   26.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseSearchQuery_Complex-4   762.0 ± 0%   762.0 ± 0%       ~ (p=1.000 n=6) ¹
TokenizeSearchQuery-4        176.0 ± 0%   176.0 ± 0%       ~ (p=1.000 n=6) ¹
geomean                      151.6        151.6       +0.00%
¹ all samples are equal

                           │  old.txt   │              new.txt               │
                           │ allocs/op  │ allocs/op   vs base                │
ParseSearchQuery_Simple-4    2.000 ± 0%   2.000 ± 0%       ~ (p=1.000 n=6) ¹
ParseSearchQuery_Complex-4   23.00 ± 0%   23.00 ± 0%       ~ (p=1.000 n=6) ¹
TokenizeSearchQuery-4        9.000 ± 0%   9.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                      7.453        7.453       +0.00%
¹ all samples are equal

pkg: github.com/floatpane/matcha/tui
                    │   old.txt    │              new.txt               │
                    │    sec/op    │    sec/op     vs base              │
LogPanelView-4        175.2µ ±  9%   160.8µ ±  9%  -8.23% (p=0.015 n=6)
SearchOverlayView-4   196.1µ ± 14%   182.1µ ± 10%       ~ (p=0.310 n=6)
InboxConstruction-4   1.001m ±  6%   1.045m ± 31%       ~ (p=0.485 n=6)
geomean               325.3µ         312.8µ        -3.85%

                    │    old.txt    │               new.txt                │
                    │     B/op      │     B/op       vs base               │
LogPanelView-4        44.67Ki ± 51%   33.23Ki ± 34%        ~ (p=0.675 n=6)
SearchOverlayView-4   56.14Ki ± 41%   44.68Ki ± 26%        ~ (p=0.660 n=6)
InboxConstruction-4   874.4Ki ±  0%   874.2Ki ±  0%        ~ (p=0.485 n=6)
geomean               129.9Ki         109.1Ki        -16.04%

                    │   old.txt   │              new.txt              │
                    │  allocs/op  │  allocs/op   vs base              │
LogPanelView-4         714.0 ± 0%    713.0 ± 0%       ~ (p=1.000 n=6)
SearchOverlayView-4    926.0 ± 0%    925.0 ± 0%       ~ (p=0.545 n=6)
InboxConstruction-4   3.478k ± 0%   3.478k ± 0%       ~ (p=0.429 n=6)
geomean               1.320k        1.319k       -0.09%

auto-generated by benchmarks.yml

Signed-off-by: drew <me@andrinoff.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/config Configuration / settings area/docs Docs site / README area/tui Terminal UI / view layer backport/v1 Merge to master and backport to release/v1 enhancement New feature or request size/M Diff: 51–200 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEAT: Reply to ALL

2 participants