Skip to content

style: fix site-documentation styling - #506

Open
hlolli wants to merge 1 commit into
developfrom
fix/help-menu-style
Open

style: fix site-documentation styling#506
hlolli wants to merge 1 commit into
developfrom
fix/help-menu-style

Conversation

@hlolli

@hlolli hlolli commented Aug 16, 2026

Copy link
Copy Markdown
Member

closes #505

Copilot AI 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.

Pull request overview

This PR addresses issue #505 where the documentation page was unreadable and not scrollable (notably on iPad) by aligning the Site Documents view with the app theme and removing layout constraints that prevented scrolling.

Changes:

  • Update Site Documents styles to use the active theme for background/text/link colors and improve basic content styling.
  • Adjust the Site Documents layout so the documentation content is no longer constrained by the fixed/overflow-hidden “projects” main layout (restoring normal page scrolling).
  • Apply formatting-only refactors in search-related TypeScript files (no functional logic changes apparent in the diff).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/components/site-documents/styles.ts Switch styles to theme-driven colors and add image/link styling for readability.
src/components/site-documents/site-documents.tsx Use the current theme and remove the fixed/overflow-hidden main layout so docs can scroll normally.
search/search.ts Formatting-only refactor (line wrapping/object formatting/export formatting).
functions/src/search_projects.ts Formatting-only refactor of the onCall handler parameter typing/layout.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

Site Documentation / Web-IDE Documentation not accessible

2 participants