Label the file-modified
in listing grid cards to differentiate it from the date published
#3633
cgoo4
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By adding this CSS my listing page differentiates the date modified from the date published.
.card-file-modified:before { content: "Updated: "; }
Worth including in the base CSS?
Note, I also changed the
file-modified
label per below to "Updated" so that thesort-ui:
then uses the same label. I thought that would also change the meta label in each of the projects, but they still say "MODIFIED". Not sure if that's a bug?Beta Was this translation helpful? Give feedback.
All reactions