You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix(containers): replace tagPrecision with computed tagPinned for hide-pinned filter (#270)
- Add isTagPinned() in tag/precision.ts with rolling-tag alias detection
(latest, stable, edge, nightly, etc.) so non-versioned tags are correctly
treated as unpinned
- Add tagPinned computed property on Container model via defineProperty getter
- Separate store startup initialization from collection creation to fix
migration timing
- UI: hide-pinned filter now checks tagPinned instead of tagPrecision
- 🧪 Tests for rolling alias detection, container model property, mapper, and
hide-pinned filter
0 commit comments