Skip to content

fix: loader and navigation and update v0.1.3-alpha changelog entries #25

Merged
kYaRick merged 4 commits intomainfrom
kya-feat-extra
Apr 27, 2026
Merged

fix: loader and navigation and update v0.1.3-alpha changelog entries #25
kYaRick merged 4 commits intomainfrom
kya-feat-extra

Conversation

@kYaRick
Copy link
Copy Markdown
Owner

@kYaRick kYaRick commented Apr 27, 2026

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

  • ✨ feat - new feature
  • 🐛 fix - bug fix
  • 📚 docs - documentation
  • ♻️ refactor - code change, no new feature / no fix
  • 🚀 perf - performance improvement
  • 🧪 test - add or fix tests
  • 🧹 chore - tooling, config, CI, deps

🔗 Related issues

Closes #

✅ Checklist

  • Commits follow Conventional Commits
  • [x ] Code builds locally without warnings (dotnet build)
  • Tests added / updated where relevant
  • Fluent UI components used correctly - no inline styles or hex colors
  • PWA offline capability not broken
  • Documentation updated (README, AGENTS.md) if behavior or conventions changed

💬 Notes for reviewers

  • Diff target: current branch vs main.
  • Main change is changelog content for v0.1.3-alpha.
  • bUnit test migration is already in main and is not part of the effective content diff.

Copy link
Copy Markdown

Copilot AI left a comment

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 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.md and CHANGELOG.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.

Comment thread srcs/Preflight.App/wwwroot/index.html Outdated
Comment thread Directory.Build.props
kYaRick and others added 2 commits April 27, 2026 15:42
@kYaRick kYaRick merged commit d4e71a4 into main Apr 27, 2026
2 checks passed
@kYaRick kYaRick deleted the kya-feat-extra branch April 27, 2026 14:31
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.

2 participants