The series rail synced ?series=<key> via Livewire #[Url] with a bare numeric key like "0.10". Livewire type-juggles that to 0.1 (the trailing zero is lost), so reloading while viewing the 0.10 series silently switched to 0.1 and rewrote the URL. Prefix the series key with a non-numeric "v" (?series=v0.10) so it round-trips as a string; the rail label still shows the dotted "0.10". Surfaced now that a 0.10 series exists. Browser-verified: selecting 0.10 -> ?series=v0.10, and it survives a reload. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Index.php | ||