Skip to content

feat: add adaptive device-first module console - #1

Merged
menghuaban520 merged 3 commits into
mainfrom
feat/mvp-plugin-kernel
Aug 30, 2026
Merged

feat: add adaptive device-first module console#1
menghuaban520 merged 3 commits into
mainfrom
feat/mvp-plugin-kernel

Conversation

@menghuaban520

Copy link
Copy Markdown
Owner

Summary

  • Refine the desktop and product-site module experience around honest, runtime-backed actions.
  • Add a property-driven adaptive Android capability console with a compact dark Material interface.
  • Prepare the open-source application materials and make android-module-host.md the source of truth for current Android candidate evidence.

Verification

  • pnpm check — 91 Vitest tests, 3 verification-script tests, lint, typecheck, and production builds.
  • pnpm --filter @opendevice/desktop test:e2e — 1 Playwright workflow passed.
  • pnpm --filter @opendevice/site test:e2e — 2 responsive/release-honesty workflows passed.
  • cargo test --manifest-path apps/desktop/src-tauri/Cargo.toml --locked — 18 tests passed.
  • cargo clippy --manifest-path apps/desktop/src-tauri/Cargo.toml --locked --all-targets -- -D warnings.
  • Android :app:testDebugUnitTest :app:lintDebug :app:assembleDebug :app:assembleDebugAndroidTest — build successful.

Release boundaries

This PR publishes source for review only. It does not create a tag or Release, deploy the product site, add production signing/notarization, enable online module acquisition, or publish a public gateway. Current phone evidence remains version-bound to the hashes recorded in the verification documents.

@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-30T15:40:30.663826Z 25a93f3 New commits
ℹ️ 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.

@menghuaban520
menghuaban520 force-pushed the feat/mvp-plugin-kernel branch from 4c59a83 to 25a93f3 Compare August 30, 2026 15:35

@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: 25a93f3b54

ℹ️ 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".

ScreenColumn(
modifier = Modifier
.verticalScroll(rememberScrollState())
.windowInsetsPadding(WindowInsets.safeDrawing.only(WindowInsetsSides.Top)),

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include the bottom safe-drawing inset on model setup

When the initial model-setup flow is displayed on a device using three-button navigation, the newly enabled edge-to-edge mode lets content extend beneath the navigation bar, but this screen applies only the top safe-drawing inset and is rendered outside NavigationSuiteScaffold. At maximum scroll, the 32 dp generic bottom padding is smaller than common navigation-bar insets, so the final explanatory content can remain obscured; include the bottom safe-drawing inset on this standalone screen.

Useful? React with 👍 / 👎.

@menghuaban520
menghuaban520 merged commit ae8d34e into main Aug 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant