fix: loader and navigation and update v0.1.3-alpha changelog entries #25
Merged
fix: loader and navigation and update v0.1.3-alpha changelog entries #25
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the v0.1.3-alpha release documentation while also applying fixes to the docs navigation and the loading overlay behavior (notably for WebView2 / older Chromium).
Changes:
- Add v0.1.3-alpha entries to
CHANGELOG.mdandCHANGELOG.uk.md, and bump the repo/package version to 0.1.3-alpha. - Fix docs “Open in Advanced” navigation to work under a GitHub Pages base path.
- Rework the loader “runway trail” rendering to avoid the pre-drawn / repeating-dash effect (JS/CSS changes), plus minor loader layout tweaks; adjust the related bUnit test API usage.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/Preflight.Tests/LandingPageTests.cs | Updates bUnit context/render API usage for the Landing page test. |
| srcs/Preflight.App/wwwroot/index.html | Loader runtime logic updated (trail progress sync + trail length measurement). |
| srcs/Preflight.App/wwwroot/css/app.css | Loader styling/animation changes (trail dash math, typed custom property, layout tweaks). |
| srcs/Preflight.App/Pages/Docs/DocsEntry.razor | Adjusts Advanced-link Href to avoid escaping the app base path on GH Pages. |
| README.md | Updates displayed version badge and pre-alpha warning version. |
| Preflight.slnx | Adds docs/changelog/legal files into the solution structure. |
| Directory.Build.props | Bumps VersionPrefix to 0.1.3. |
| CHANGELOG.uk.md | Adds v0.1.3-alpha Ukrainian release notes. |
| CHANGELOG.md | Adds v0.1.3-alpha English release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… commitish is set in workflow Co-authored-by: Copilot <copilot@github.com>
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.
This branch updates the v0.1.3-alpha release notes in CHANGELOG.md.
Scope is documentation/changelog alignment vs main, with no runtime behavior change.
🏷️ Type of change
🔗 Related issues
Closes #
✅ Checklist
💬 Notes for reviewers