style: fix site-documentation styling - #506
Open
hlolli wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
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.
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.
closes #505