Bump smooai-ui to v0.1.1 — the studio monogram was missing its S - #106
Merged
Conversation
desktop/Cargo.toml pinned `tag = "v0.1.0"`, a lightweight tag on ui's INITIAL commit, so Observability Studio has been rendering a monogram with no inner "S" and no dot since it shipped. v0.1.1 fixes it. No breaking renames: the tokens module is now generated from shared/tokens.json with every prior constant name preserved (RADIUS_PX kept as an alias of RADIUS_MD_PX), and it adds six tokens the CSS already had and Rust omitted (MUTED, MUTED_FOREGROUND, ACCENT, INPUT, RING, SIDEBAR) plus the `.input` CSS family. Nothing here consumes the new names yet — this is the pin bump only. Verified on the bumped lock: cargo fmt --check clean, clippy --workspace --all-targets -D warnings clean, cargo test --workspace green. Closes th-ae618e. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0152bbE1veqfG1SVJdyLCBxC
|
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.
desktop/Cargo.tomlpinnedtag = "v0.1.0"— a lightweight tag on ui's initial commit — so Observability Studio has been rendering a monogram with no inner "S" and no dot since it shipped.v0.1.1fixes it. No breaking renames: the tokens module is now generated fromshared/tokens.jsonwith every prior constant name preserved (RADIUS_PXkept as an alias ofRADIUS_MD_PX), and it adds six tokens the CSS already had and Rust omitted (MUTED,MUTED_FOREGROUND,ACCENT,INPUT,RING,SIDEBAR) plus the.inputCSS family. Nothing indesktop/consumes the new names yet — this is the pin bump only.Verification
On the bumped lock:
cargo fmt --all --checkclean,cargo clippy --workspace --all-targets -- -D warningsclean,cargo test --workspacegreen. ThedesktopPR lane added in #96 exercises all three here.Closes th-ae618e.
🤖 Generated with Claude Code
https://claude.ai/code/session_0152bbE1veqfG1SVJdyLCBxC