Skip to content

Conversation

@connortsui20
Copy link
Contributor

Closes: #5742

Also adds documentation everywhere and refactors a bunch of stuff to be more ergonomic since it's now "more" user facing.

@connortsui20 connortsui20 added the feature Release label indicating a new feature or request label Dec 17, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Dec 17, 2025

CodSpeed Performance Report

Merging #5779 will not alter performance

Comparing ct/tui-lib (35330a5) with develop (9159495)

Summary

✅ 1254 untouched
⏩ 623 skipped1

Footnotes

  1. 623 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.03%. Comparing base (9159495) to head (35330a5).

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
/// # Errors
///
/// Raises any errors from subcommands.
pub async fn launch() -> anyhow::Result<()> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to take session as an argument here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Release label indicating a new feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose Vortex TUI as a library crate

4 participants