From 0d64506d73c9392cbe38fb77602fccbe0c8ee682 Mon Sep 17 00:00:00 2001
From: kolaente
Date: Sat, 23 Jan 2021 18:54:22 +0100
Subject: [PATCH] Make sure all popups & dropdowns are animated
---
src/components/sharing/linkSharing.vue | 28 +--
src/components/sharing/userTeam.vue | 178 +++++++++---------
src/components/tasks/partials/attachments.vue | 38 ++--
src/components/tasks/partials/comments.vue | 43 +++--
.../tasks/partials/relatedTasks.vue | 18 +-
src/views/list/EditList.vue | 18 +-
src/views/list/views/Kanban.vue | 105 ++++++-----
src/views/namespaces/EditNamespace.vue | 18 +-
src/views/tasks/TaskDetailView.vue | 24 +--
src/views/teams/EditTeam.vue | 58 +++---
10 files changed, 276 insertions(+), 252 deletions(-)
diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue
index 51949524..99059fd0 100644
--- a/src/components/sharing/linkSharing.vue
+++ b/src/components/sharing/linkSharing.vue
@@ -97,19 +97,21 @@
-
- Remove a link share
-
- Are you sure you want to remove this link share?
- It will no longer be possible to access this list with this link
- share.
- This CANNOT BE UNDONE!
-
-
+
+
+ Remove a link share
+
+ Are you sure you want to remove this link share?
+ It will no longer be possible to access this list with this link
+ share.
+ This CANNOT BE UNDONE!
+
+
+
diff --git a/src/components/sharing/userTeam.vue b/src/components/sharing/userTeam.vue
index 3d5aaa50..ae918aa9 100644
--- a/src/components/sharing/userTeam.vue
+++ b/src/components/sharing/userTeam.vue
@@ -16,114 +16,116 @@
/>
- Share
+ Share
-
-
- {{ s.getDisplayName() }}
-
-
- You
-
-
-
-
-
-
+
+ {{ s.getDisplayName() }}
+
+
+ You
+
+
+
+
+
+
- {{ s.name }}
-
-
-
-
-
-
-
-
- Admin
-
-
-
-
-
- Write
-
-
-
-
-
- Read-only
-
+ >
+ {{ s.name }}
+
-
-
-
+
+
+
+
+
+ Admin
+
+
+
+
+
+ Write
+
+
+
+
+
+ Read-only
+
+
+
+
+
+
-
- Read only
-
-
- Read & write
-
-
- Admin
-
-
-
-
+
+ Read & write
+
+
+ Admin
+
+
+
+ {
sharable = s
showDeleteModal = true
}
"
- class="is-danger"
- icon="trash-alt"
- />
-
-
+ class="is-danger"
+ icon="trash-alt"
+ />
+
+
-
- Remove a {{ shareType }} from the {{ typeString }}
+
-
- Are you sure you want to remove this {{ shareType }} from the
- {{ typeString }}?
- This CANNOT BE UNDONE!
-
-
+ Remove a {{ shareType }} from the {{ typeString }}
+
+ Are you sure you want to remove this {{ shareType }} from the
+ {{ typeString }}?
+ This CANNOT BE UNDONE!
+
+
+