Compare commits
2 Commits
main
...
refactor/c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53cae51b71 | ||
|
|
6d45edec8e |
@ -9,6 +9,7 @@
|
||||
- Dependencies: bump `@lucide/astro` to `0.577.0` and sync `bun.lock` (#99, thanks @dependabot).
|
||||
- CI: update Bun setup pin and move the install-smoke Node setup to the pinned `actions/setup-node` v6 SHA (#98, thanks @dependabot).
|
||||
- Installer: recover from older PATH-bound Node runtimes after install, but keep the fallback `openclaw` shim in `~/.local/bin` instead of mutating version-manager bins (#68, thanks @rolandkakonyi).
|
||||
- UI: center feature card titles on the homepage for cleaner alignment (#91, thanks @geoffrey-xiao).
|
||||
## 2026-02-22
|
||||
|
||||
- Installer: make gum behavior fully automatic (interactive TTYs get gum, headless shells get plain status), and remove manual gum toggles.
|
||||
|
||||
@ -1250,6 +1250,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
|
||||
font-weight: 600;
|
||||
color: var(--text-primary);
|
||||
margin-bottom: 6px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.feature-desc {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user