Skip to content

feat(ui): download filtered / visible canvas lines - #55

Merged
ArianAr merged 1 commit into
mainfrom
feat/29-download-filtered
Jul 15, 2026
Merged

feat(ui): download filtered / visible canvas lines#55
ArianAr merged 1 commit into
mainfrom
feat/29-download-filtered

Conversation

@ArianAr

@ArianAr ArianAr commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Summary

Implements roadmap v1.2.6 / issue #29.

  • Sidebar Download filtered (N) when filters hide lines; Download visible when unfiltered
  • Exports original line text (ANSI preserved) via joinLinesForExport
  • Disabled when zero lines match
  • Full Download .log unchanged

Test plan

  • Unit tests for joinLinesForExport
  • typecheck + lint + full server tests
  • Manual: filter by ERROR, download filtered, confirm only those lines

Closes #29

Export currently visible lines (after level + search filters) as
paste-<id>-filtered.log. Full raw download remains available.

Closes #29
@ArianAr ArianAr added enhancement New feature or request area:ui Log canvas and web UI labels Jul 15, 2026
@ArianAr
ArianAr merged commit 1b40d24 into main Jul 15, 2026
9 of 10 checks passed
@ArianAr
ArianAr deleted the feat/29-download-filtered branch July 15, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ui Log canvas and web UI enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Canvas: download filtered view

1 participant