]> danix's work - danix.xyz-2.git/commit
feat: replace tier-based sizing with continuous scaling in tag cloud
authorDanilo M. <redacted>
Tue, 21 Apr 2026 21:10:48 +0000 (23:10 +0200)
committerDanilo M. <redacted>
Tue, 21 Apr 2026 21:10:48 +0000 (23:10 +0200)
commit8bcdbe5ab1d02213786b8527d97b60ff7464fb7d
tree85e0794d16c8cf4ea5bc96aaea45160cbe97bd3c
parentafa8811106653a59444cad423da17ba2932030df
feat: replace tier-based sizing with continuous scaling in tag cloud

- Compute size per tag: 0.6rem + (count/maxCount) * 1.2rem
- Compute opacity per tag: 0.7 + (count/maxCount) * 0.3
- Color gradient: small tags var(--text-dim), large (>50%) tags var(--accent)
- Remove .tag-tier-* classes, use inline style attributes
- Update sidebar label to use topTags i18n key
themes/danix-xyz-hacker/layouts/partials/tag-cloud.html