davsclaus opened a new pull request, #23403:
URL: https://github.com/apache/camel/pull/23403

   ## Summary
   
   - Adds an F2 actions menu to the TUI overview tab with a "Run an example..." 
action
   - Example browser popup shows all 21 curated examples grouped by level 
(beginner/intermediate/advanced)
   - Each example shows bundled/online and Docker icons (📦/🌐/🐳) with a legend
   - Long descriptions word-wrap without splitting words
   - Selecting an example launches it asynchronously via `camel run 
--example=<name>`
   - Status notifications appear in the header (green on success, red on 
failure)
   - Supports Up/Down, Page Up/Down navigation and auto-scrolling
   
   ## Test plan
   
   - [ ] Press F2 on overview tab → actions menu appears centered
   - [ ] Select "Run an example..." → example browser shows 21 examples grouped 
by level
   - [ ] Verify emojis and legend display correctly
   - [ ] Navigate with Up/Down and Page Up/Down → cursor skips separator lines
   - [ ] Select a bundled example (e.g., timer-log) → popup closes, process 
starts, notification shows
   - [ ] Verify launched integration appears in overview after a few seconds
   - [ ] Esc from browser → back to actions menu; Esc from actions → closes
   - [ ] Footer hints update correctly for each popup state
   
   _Claude Code on behalf of Claus Ibsen_
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to