Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Show completed date in done action lists
Browse files Browse the repository at this point in the history
Add the logic to list-view-suffix next to the delete button so it's
consistent everywhere. Also add a general purpose class to the
stylesheet for lighter text.
  • Loading branch information
simonbaird committed Mar 1, 2015
1 parent fe71ba6 commit 48722e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/gsd5/core/ui/lists/list-view-suffix.tid
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: $:/plugins/gsd5/core/ui/lists/ListViewSuffix
<$transclude tiddler="$:/plugins/gsd5/core/images/excerpt"/>
</$list>
<$list filter="[is[current]field:gsd_complete[true]]">
<span class="gsd-muted">(<$view field="gsd_comp_date" format="relativedate"/>)</span>
<$transclude tiddler="$:/plugins/gsd5/core/ui/buttons/delete-tiddler-button"/>
</$list>
</$list>
Expand Down
4 changes: 4 additions & 0 deletions plugins/gsd5/core/ui/stylesheet/gsd5-stylesheet.tid
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ tags: $:/tags/Stylesheet
width:100$;
}

.gsd-muted {
color: <<colour muted-foreground>>;
}

.gsd-list-title input[type=checkbox]{
display:none;
}
Expand Down

0 comments on commit 48722e5

Please sign in to comment.