Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-09-11 14:14:03 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-09-11 14:14:03 +0300
commitb07b6c343cd22a8b967b2af4e5dbcfae3f338fc0 (patch)
tree897dfa1ce47458ec01a36e9e1565e60d54faa51e /src
parentef10d136088d8c590671153c357508a71981f63b (diff)
Minor cleanup
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/ListItemCalendar.vue1
-rw-r--r--src/components/TaskBody.vue1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/components/AppNavigation/ListItemCalendar.vue b/src/components/AppNavigation/ListItemCalendar.vue
index b9ea0fe9..599341fc 100644
--- a/src/components/AppNavigation/ListItemCalendar.vue
+++ b/src/components/AppNavigation/ListItemCalendar.vue
@@ -58,7 +58,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<template v-if="!deleteTimeout" #actions>
<ActionButton
v-if="!calendar.readOnly"
- icon="icon-rename"
class="edit-calendar"
:close-after-click="true"
@click="editCalendar">
diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue
index e6ed1599..5d30eab3 100644
--- a/src/components/TaskBody.vue
+++ b/src/components/TaskBody.vue
@@ -90,7 +90,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
v-if="task.note!=''"
:size="24"
:title="t('tasks', 'Task has a note')"
- class="icon-note"
@click.stop="openAppSidebarTab($event, 'app-sidebar-tab-notes')" />
<div v-if="task.due || task.completed" :class="{'date--overdue': overdue(task.dueMoment) && !task.completed}" class="date">
<span class="date__short" :class="{ 'date__short--completed': task.completed }">{{ dueDateShort }}</span>