Skip to content

feat(core): focus single tasks#31159

Merged
FrozenPandaz merged 1 commit intomasterfrom
single-task-tui
May 9, 2025
Merged

feat(core): focus single tasks#31159
FrozenPandaz merged 1 commit intomasterfrom
single-task-tui

Conversation

@AgentEnder
Copy link
Copy Markdown
Member

@AgentEnder AgentEnder commented May 9, 2025

Current Behavior

When running a single task it is automatically focused, but the tasks list is visible and the task is not interactive

Expected Behavior

When running a single task, the tui is minimal without a tasks list and with interactivity by default

Related Issue(s)

Fixes #

@vercel
Copy link
Copy Markdown

vercel Bot commented May 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview May 9, 2025 9:49pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented May 9, 2025

View your CI Pipeline Execution ↗ for commit 511aea2.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 4m 19s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 21s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx format:check ✅ Succeeded <1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗
nx documentation ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-05-09 22:42:49 UTC

@AgentEnder AgentEnder marked this pull request as ready for review May 9, 2025 20:06
@AgentEnder AgentEnder requested review from a team as code owners May 9, 2025 20:06
@AgentEnder AgentEnder requested a review from Cammisuli May 9, 2025 20:06
Comment thread packages/nx/src/native/tui/app.rs Outdated
self.task_list_hidden = false;
self.layout_manager
.set_task_list_visibility(TaskListVisibility::Visible);
if self.tasks.len() != 1 {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remove this 👀

@FrozenPandaz FrozenPandaz enabled auto-merge (squash) May 9, 2025 22:42
@FrozenPandaz FrozenPandaz merged commit bf1eec5 into master May 9, 2025
6 checks passed
@FrozenPandaz FrozenPandaz deleted the single-task-tui branch May 9, 2025 22:44
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants