summaryrefslogtreecommitdiff
path: root/lib/VNWeb
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-19 16:35:48 +0100
committerYorhel <git@yorhel.nl>2019-11-19 16:35:50 +0100
commit7d3b2e1f05a14e953d0dd4b71446203ca4b46390 (patch)
tree5b622241f27a967a15d56bca6dd67d5e9eb3b847 /lib/VNWeb
parentcd1a04cdc4bf8c17ac9b69b47dba84862c3d89d0 (diff)
ulist: Remove the notes icon
It's redundant. The goal was to make the notes feature more prominent so it'd stand out more, but in hindsight it seems more like a distraction.
Diffstat (limited to 'lib/VNWeb')
-rw-r--r--lib/VNWeb/User/Lists.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VNWeb/User/Lists.pm b/lib/VNWeb/User/Lists.pm
index c7adf0ec..9fd95b39 100644
--- a/lib/VNWeb/User/Lists.pm
+++ b/lib/VNWeb/User/Lists.pm
@@ -309,7 +309,6 @@ sub vn_ {
b_ id => 'ulist_relsum_'.$v->{id},
mkclass(done => $total && $obtained == $total, todo => $obtained < $total, neutral => 1),
sprintf '%d/%d', $obtained, $total;
- span_ id => 'ulist_noteflag_'.$v->{id}, mkclass(blurred => !$v->{notes}), ' 💬';
if($own) {
my $public = List::Util::any { $labels{$_->{id}} && !$_->{private} } @$labels;
my $publicLabel = List::Util::any { $_->{id} != 7 && $labels{$_->{id}} && !$_->{private} } @$labels;