Add splash screen overview documentation page#22331
Conversation
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
|
|
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This pull request adds a comprehensive splash screen overview page to the Uno Platform documentation, addressing issue #15431. The new documentation provides a centralized starting point for developers to understand splash screen capabilities across all Uno Platform targets, with clear guidance on setup approaches and customization options.
Key Changes
- Added new splash screen overview documentation at
doc/articles/features/splash-screen-overview.md - Updated table of contents in
doc/articles/toc.ymlto include the new page under Features - Updated minified CSS build artifacts (auto-generated files)
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| doc/articles/features/splash-screen-overview.md | New comprehensive overview covering splash screen concepts, default behavior, setup approaches for modern and legacy templates, and platform-specific customization options |
| doc/articles/toc.yml | Added "Splash screen" entry in Features section with proper alphabetical ordering |
| doc/templates/uno/styles/main.css | Auto-generated minified CSS with webkit-backdrop-filter prefix addition |
| doc/templates/uno/styles/main.css.map | Auto-generated source map for CSS debugging |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot undo the changes to main.css and main.css.map |
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
Added links to platform-specific design guidelines and customization options for splash screens.
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22331/docs/index.html |
|
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days. |
|
This PR was closed because it has been stalled for 10 days with no activity. |
GitHub Issue: closes #18194
PR Type:
📚 Documentation content changes
What is the current behavior? 🤔
The documentation lacks a centralized overview page for splash screen functionality. Developers must navigate multiple disparate documents (manual setup tutorial, Resizetizer docs, WebAssembly AppManifest) without understanding how they relate or which approach applies to their project.
What is the new behavior? 🚀
Added a comprehensive splash screen overview page (
doc/articles/features/splash-screen-overview.md) that serves as the entry point for splash screen documentation. The page includes:Updated
doc/articles/toc.ymlto include the page in UI > Features section.PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information ℹ️
Documentation builds successfully with all xref links validated. The page follows existing documentation structure and style conventions.
Auto-generated CSS build artifacts (main.css and main.css.map) have been reverted to avoid including unintended build outputs in the PR.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.