File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
frontend/src/components/app/users Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<template >
22 <!-- eslint-disable max-len -->
33 <div class =" sm:mx-16 lg:mx-32" >
4- <section class =" mx-auto" >
4+ <div v-if =" !user" class =" mx-auto flex items-center justify-center mt-32" >
5+ <img class =" h-36" src =" ../../../assets/loading.svg" >
6+ </div >
7+ <section v-else class =" mx-auto" >
58 <div v-on:click =" goBack()" class =" sort-button py-0 ml-auto rounded-md text-lg w-20 md:w-16 mr-4 sm:mr-0 mb-4" >
69 <h1 class =" noSelect" >←</h1 >
710 </div >
8- <div v-if = " user " class =" md:flex md:items-start" >
11+ <div class =" md:flex md:items-start" >
912 <UserImages v-bind:images =" user.images" v-bind:gender =" user.gender" class =" md:w-7/12 md:order-2 sm:rounded-t md:rounded-r-md md:rounded-l-none" ></UserImages >
1013 <UserProfile class =" md:w-5/12 md:order-1 md:overflow-scroll md:border-b md:border-l md:rounded-l-md" v-bind:user =" user" ></UserProfile >
1114 </div >
You can’t perform that action at this time.
0 commit comments