Conversation
…erge validation ci.yml and deploy-snapshot.yml both triggered on push to main and both called test.yml — running the full Java matrix (17/21/25 × 22 modules) twice in parallel for every merge. Removes ci.yml's push trigger so: - ci.yml validates PRs to main and develop (gate before merge) - deploy-snapshot.yml validates the merged state on main + publishes snapshot Same test coverage, half the CI minutes per merge. Direct pushes to main (bypassing PR) are still test-covered via deploy-snapshot.yml's preflight -> test chain.
Adds three SVG variants under assets/logo/: - ark-icon.svg: 128×128 square tile, ark silhouette on teal gradient (peaked roof + trapezoidal hull + waves) — for favicons and avatars - ark-logo.svg: 420×128 icon + wordmark for light theme (slate-900) - ark-logo-dark.svg: same with near-white wordmark for dark theme README header replaces the plain '# Ark 🛳' with a centered <h1> wrapping a <picture> element that swaps between light and dark logo variants based on the viewer's color-scheme preference. Tagline and badges are now also centered for a cohesive header.
The 420×128 viewBox left ~150 units of empty space to the right of the wordmark — when centered in the README, the bounding box was centered but the visible content appeared off-center to the left. Tightens viewBox to 280×128 so it matches the actual content bounds: icon ends at x=120, wordmark ends near x=265. Centering now reflects the visible content.
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.
No description provided.