More tweaks

This commit is contained in:
Jeremy Ruston
2026-02-11 17:51:18 +00:00
parent 65fef1a731
commit e11c3033cf
4 changed files with 13 additions and 5 deletions
@@ -5,7 +5,7 @@ category-order: translation usability hackability performance widget filters plu
summary-section-order: highlights big-bug-fixes clearing-the-decks
change-type-order: feature enhancement performance bugfix deprecation security
impact-type-order: compatibility-break deprecation pluginisation
tab-order: [[Summary]] [[Change Types]] [[Change Categories]] [[Impacts]] [[Credits]]
tab-order: [[Summary]] [[Change Types]] [[Change Categories]] [[Impacts]]
categories/developer/singular: Developer
categories/developer/plural: Developer
categories/filters/singular: Filters
@@ -271,13 +271,13 @@ tags: $:/tags/Global
\procedure impact-note-item()
\whitespace trim
<div class="doc-impact-note-item">
<div class="doc-impact-note-heading"
<h3 class="doc-impact-note-heading"
style.backgroundColor={{{ [<impact>get[impact-type]addprefix[$:/tw5.com/releases/info/impact-types/]addsuffix[/colour/background]get[text]] }}}
>
<$transclude $variable="impact-pill" $mode="inline" impact-type={{{ [<impact>get[impact-type]] }}}/>
<$text text=": "/>
<%if [<show-tiddler-link>match[yes]] %><$link to=<<impact>> class="doc-change-note-description-link"><$transclude $tiddler=<<impact>> $field="description" $mode="inline"/></$link><%else%><$transclude $tiddler=<<impact>> $field="description" $mode="inline"/><%endif%>
</div>
</h3>
<div class="doc-impact-note-details">
<$transclude $tiddler=<<impact>> $field="text" $mode="block"/>
</div>
@@ -366,5 +366,9 @@ See <<github-release-changes-link>> and [[other releases|TiddlyWiki Releases]].
<<release-tabs>>
! Credits
<<credits-tab>>
</$let>
\end releasenote
@@ -146,11 +146,15 @@ type: text/vnd.tiddlywiki
.doc-impact-note-heading {
font-weight: 600;
margin-bottom: 0.25em;
margin: 0 0 0.25em 0;
padding: 0.25em 0.5em;
border-radius: 0.25em;
}
.doc-impact-note-item > .doc-change-note-item {
font-size: 0.9em;
}
.doc-impact-note-details {
font-size: 0.9em;
margin-bottom: 0.5em;
@@ -1,6 +1,6 @@
title: $:/tw5.com/releases/ViewTemplate/body/impactnote
\whitespace trim
<$let impact=<<currentTiddler>>>
<$let impact=<<currentTiddler>> show-tiddler-link="yes">
<<impact-note-item>>
</$let>