Mobile polish: secondary pages (Ontology/Admin/Agents) + quiet OAuth-config log - #78
Merged
Merged
Conversation
…th-config log Follow-up sweep of the non-workspace pages at phone widths (concrete overflow / squeeze fixes found by a mobile audit): - Ontology: search/filter rows stack on mobile (flex-col → row at sm) instead of crushing the search input next to the count. - Admin: database-stats grid is 2-up on phones (was 1 tiny column), quick-actions and the TLS legend collapse responsively (sm:grid-cols-2) instead of overflowing. - Agents: header stacks title over actions on mobile and the action buttons wrap. - Sign-in/up: the optional OAuth-config fetch failing (expected on the D1-first cloud with no OAuth backend) now logs at debug, not as a red console error. Web typecheck clean. Workspace/Layout/sign-in mobile work shipped separately in #77. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🧪 Comprehensive Test Suite
Full-stack smoke gate runs in the CI workflow. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #77 — sweeps the non-workspace pages for phone-width overflow/squeeze (from a mobile audit).
debug, not a red console error.Web typecheck clean. No graph-canvas or data-path changes.