goingforstudying-ctrl commented on PR #1593:
URL: 
https://github.com/apache/datafusion-ballista/pull/1593#issuecomment-4396206223

   Hi @martin-g, thanks for the heads-up! 🎉
   
   I've updated the TUI documentation to reflect all the new features from 
#1574:
   
   **Changes made:**
   1. **Install instructions**: Updated since `tui` is now a default feature 
(users can use `--no-default-features` to disable)
   2. **New TUI Features documented**:
      - Job Stages popup (press `Enter` on a job)
      - Stage Tasks \& Plan views (within Job Stages popup)
      - Job Plans popup for completed jobs (`p`)
      - Job Stages Graph (`g`)
   3. **Navigation keybindings completely rewritten**:
      - Global: `j` Jobs, `e` Executors, `m` Metrics, `i` Scheduler Info, 
`?`/`h` Help, `q`/`Esc` Quit
      - Jobs view: `↑`/`↓` navigate, `1`/`2`/`3` sort (press again to reverse, 
third press removes), `/` search, `Enter` stages, `g` graph, `c` cancel, `p` 
plans
      - Job Stages popup: `↑`/`↓` navigate stages, `Enter` tasks, `p` plan, 
`Esc` close
      - Job Plans popup: `s` Stage plan, `p` Physical, `l` Logical, `↑`/`↓` 
scroll, `Esc` close
      - Executors: `1`/`2`/`3` sort
      - Metrics: `/` search
   
   The PR is ready for review. Please let me know if anything else needs 
adjustment!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to