diff --git a/src/components/LoadingPlaceholder.vue b/src/components/LoadingPlaceholder.vue index cb0b4bbe01a..93bd6464044 100644 --- a/src/components/LoadingPlaceholder.vue +++ b/src/components/LoadingPlaceholder.vue @@ -2,8 +2,9 @@ - @copyright Copyright (c) 2020 Joas Schilling - - @author Joas Schilling + - @author Maksim Sukharev - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -18,54 +19,20 @@ - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . --> - - -Displays a loading placeholder for conversation messages. - -The gradient animation is achieved by having two placeholder elements, -with opposite gradient directions (regular and reverse) displayed on top -of each other (overlapped with position: absolute) and then fading between -each other by animating the opacities. - - diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/LoadingParticipant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/LoadingParticipant.vue deleted file mode 100644 index 00bba8cc969..00000000000 --- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/LoadingParticipant.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - diff --git a/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue b/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue index 8c0dc5e7902..d6aa6c43d9b 100644 --- a/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue +++ b/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue @@ -29,24 +29,21 @@ :show-user-status="showUserStatus" @click-participant="handleClickParticipant" /> - +