refactor(api): normalize application='ufs' to storage='ufs'#9
refactor(api): normalize application='ufs' to storage='ufs'#9SuperKali merged 2 commits intoarmbian:mainfrom
Conversation
|
This should be fixed API side not directly, i'm looking into it |
Promote UFS from app overlay to storage dimension in the normalizer so the UI treats it uniformly with other storage/format variants via the existing chip mechanism. Removes the dedicated UFS section and the duplicated table in the downloads component.
|
Hi @HeyMeco, thanks a lot for spotting this and putting the work in — you correctly identified that UFS images were essentially invisible in the UI. Looking at the root cause, the issue lived one layer upstream: the feed tags these images with I pushed a small refactor on top of your branch ( Net effect: the dedicated section, the duplicated table, and the three local filters in the downloads component all go away, and the whole thing collapses to 9 lines in the normalizer. Verified end-to-end against Thanks again — your PR is what surfaced this, and the data-model discussion wouldn't have happened otherwise. |
Overview
This PR is one possible implementation of showing UFS images on the website as currently these images are only part of the dedicated applications section with no type showing. You could only make out that it is an UFS image by hovering over the link.
Another implementation could be just to show them in their respective category (like Desktop) with the correct UFS type
Screenshot
Before this PR:
