Cut 4.1.1: the dashboard's narrow-viewport rendering - #65
Merged
Conversation
Four fixes, all of them the dashboard drawing itself wrong below a wide desktop, and the one that prompted this: the last column was clipped on an ordinary 1280 laptop, so "54s ago" rendered as "54s ag". The live board on the landing page has been showing that since 4.1.0, because the fix has only ever existed on main. No public surface moves, so this is a patch. The Changed entries are packaging metadata -- PackageProjectUrl now points at the documentation site, and releases carry build provenance -- not behaviour a consumer compiles against. The release workflow reads its notes from the heading it is given, so the entries move under [4.1.1] rather than staying in [Unreleased].
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.
Four dashboard rendering fixes have been sitting in
[Unreleased]since 4.1.0, so the live board at board.healthie-dotnet.dev still draws them wrong — it can only install what is published, which is 4.1.0.The one that prompted this: the last column is clipped on an ordinary 1280 laptop, so
54s agorenders as54s ag.Shipping
Plus the packaging metadata already on main:
PackageProjectUrlpointing at the docs site, and build provenance on releases.Why a patch
No public surface moves. The fixes are CSS in
Healthie.Dashboard; the Changed entries are package metadata, not behaviour anyone compiles against.Once this merges I will run Release with
4.1.1, then bump the landing's board (demo/HealthieBoard, four package references) andSITE.version, which redeploys the board.