Skip to content

Fix Android touch scrolling and rework mobile/tablet UI - #164

Merged
bifrost0x merged 2 commits into
mainfrom
dev/mobile-terminal-dock
Aug 30, 2026
Merged

Fix Android touch scrolling and rework mobile/tablet UI#164
bifrost0x merged 2 commits into
mainfrom
dev/mobile-terminal-dock

Conversation

@bifrost0x

Copy link
Copy Markdown
Owner

Summary

  • add a viewport- and capability-aware mobile application shell with a terminal-first phone layout, session summary, command input, and bottom navigation
  • add touch scrollback and pointer-capable terminal scrollbar handling with deterministic listener and timer cleanup
  • rework Hosts, File Manager, Commands, Settings, and Admin layouts for phone and tablet containment while preserving every existing local feature
  • add accessible tablet navigation and a modal More sheet with inert background handling, focus trapping, Escape support, and focus restoration
  • localize all new controls across the six supported locale blocks and add regression coverage for the responsive behavior

Validation

  • npm run lint:js
  • npm run test:js — 34/34 test files passed
  • focused Python UI, shell, and locale suite — 74/74 passed
  • broad Python suite — effective 2,274 passed and 29 skipped after the four sandbox-blocked loopback cases passed with local socket permission
  • npm run test:e2e — 100/100 passed
  • git diff --check
  • completed Codex Security diff scan — 13/13 changed source and template surfaces reviewed, 0 reportable findings

Closes #163

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-30T11:50:30.464500Z f56fae6 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f56fae6251

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread static/js/terminal-manager.js
@bifrost0x
bifrost0x merged commit c9a2fd8 into main Aug 30, 2026
16 of 17 checks passed
@bifrost0x
bifrost0x deleted the dev/mobile-terminal-dock branch August 30, 2026 12:09
@github-project-automation github-project-automation Bot moved this from Backlog to Done in WebSSH Roadmap Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

No scroll on touch device: TUI unusable

1 participant