mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-06-04 03:32:17 +00:00
More improvements to control panel plugin formatting
This commit is contained in:
@@ -16,8 +16,8 @@ $(currentTiddler)$/icon
|
||||
<$set name="qualified-state" value=<<qualify "$:/state/plugin-info">>>
|
||||
<$list filter="[!has[draft.of]plugin-type[$type$]sort[description]]">
|
||||
<$set name="popup-state" value=<<popup-state-macro>>>
|
||||
<div class="tw-plugin-info">
|
||||
<div class="tw-plugin-info-dropdown-button">
|
||||
<$link to={{!!title}} class="tw-plugin-info">
|
||||
<div class="tw-plugin-info-chunk">
|
||||
<$reveal type="nomatch" state=<<popup-state>> text="yes">
|
||||
<$button class="btn-invisible btn-dropdown" set=<<popup-state>> setTo="yes">
|
||||
{{$:/core/images/right-arrow}}
|
||||
@@ -29,14 +29,12 @@ $(currentTiddler)$/icon
|
||||
</$button>
|
||||
</$reveal>
|
||||
</div>
|
||||
<$link to={{!!title}} class="tw-plugin-info-link">
|
||||
<div>
|
||||
<div style="display:inline-block;vertical-align:middle;">
|
||||
<div class="tw-plugin-info-chunk">
|
||||
<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>
|
||||
<$transclude tiddler="$:/core/images/plugin-generic-$type$"/>
|
||||
</$transclude>
|
||||
</div>
|
||||
<div style="display:inline-block;vertical-align:middle;">
|
||||
<div class="tw-plugin-info-chunk">
|
||||
<div>
|
||||
''<$view field="description"><$view field="title"/></$view>''
|
||||
</div>
|
||||
@@ -47,7 +45,6 @@ $(currentTiddler)$/icon
|
||||
<$view field="version"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</$link>
|
||||
<$reveal type="match" text="yes" state=<<popup-state>>>
|
||||
<$reveal type="nomatch" text="" state="!!list">
|
||||
@@ -61,7 +58,6 @@ No information provided
|
||||
</div>
|
||||
</$reveal>
|
||||
</$reveal>
|
||||
</div>
|
||||
</$set>
|
||||
</$list>
|
||||
</$set>
|
||||
|
||||
Reference in New Issue
Block a user