refactor: update images

This commit is contained in:
Łukasz Holeczek 2021-08-23 22:21:05 +02:00
parent 7b04a6835d
commit dd9b9d5fbf
12 changed files with 906 additions and 863 deletions

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -22,11 +22,13 @@ import {
} from '@coreui/icons'
import CIcon from '@coreui/icons-react'
import avatar8 from './../../assets/images/avatars/8.jpg'
const AppHeaderDropdown = () => {
return (
<CDropdown variant="nav-item">
<CDropdownToggle placement="bottom-end" className="py-0" caret={false}>
<CAvatar src="/avatars/8.jpg" size="md" />
<CAvatar src={avatar8} size="md" />
</CDropdownToggle>
<CDropdownMenu className="pt-0" placement="bottom-end">
<CDropdownHeader className="bg-light fw-semibold py-2">Account</CDropdownHeader>

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,13 @@ import {
cilUserFemale,
} from '@coreui/icons'
import avatar1 from './../../assets/images/avatars/1.jpg'
import avatar2 from './../../assets/images/avatars/2.jpg'
import avatar3 from './../../assets/images/avatars/3.jpg'
import avatar4 from './../../assets/images/avatars/4.jpg'
import avatar5 from './../../assets/images/avatars/5.jpg'
import avatar6 from './../../assets/images/avatars/6.jpg'
const WidgetsDropdown = lazy(() => import('../components/widgets/WidgetsDropdown.js'))
const WidgetsBrand = lazy(() => import('../components/widgets/WidgetsBrand.js'))
@ -397,7 +404,7 @@ const Dashboard = () => {
<CTableBody>
<CTableRow>
<CTableDataCell className="text-center">
<CAvatar size="md" src="/avatars/1.jpg" status="success" />
<CAvatar size="md" src={avatar1} status="success" />
</CTableDataCell>
<CTableDataCell>
<div>Yiorgos Avraamu</div>
@ -431,7 +438,7 @@ const Dashboard = () => {
</CTableRow>
<CTableRow>
<CTableDataCell className="text-center">
<CAvatar size="md" src="/avatars/2.jpg" status="danger" />
<CAvatar size="md" src={avatar2} status="danger" />
</CTableDataCell>
<CTableDataCell>
<div>Avram Tarasios</div>
@ -465,7 +472,7 @@ const Dashboard = () => {
</CTableRow>
<CTableRow>
<CTableDataCell className="text-center">
<CAvatar size="md" src="/avatars/3.jpg" status="warning" />
<CAvatar size="md" src={avatar3} status="warning" />
</CTableDataCell>
<CTableDataCell>
<div>Quintin Ed</div>
@ -499,7 +506,7 @@ const Dashboard = () => {
</CTableRow>
<CTableRow>
<CTableDataCell className="text-center">
<CAvatar size="md" src="/avatars/4.jpg" status="secondary" />
<CAvatar size="md" src={avatar4} status="secondary" />
</CTableDataCell>
<CTableDataCell>
<div>Enéas Kwadwo</div>
@ -533,7 +540,7 @@ const Dashboard = () => {
</CTableRow>
<CTableRow>
<CTableDataCell className="text-center">
<CAvatar size="md" src="/avatars/5.jpg" status="success" />
<CAvatar size="md" src={avatar5} status="success" />
</CTableDataCell>
<CTableDataCell>
<div>Agapetus Tadeáš</div>
@ -567,7 +574,7 @@ const Dashboard = () => {
</CTableRow>
<CTableRow>
<CTableDataCell className="text-center">
<CAvatar size="md" src="/avatars/6.jpg" status="danger" />
<CAvatar size="md" src={avatar6} status="danger" />
</CTableDataCell>
<CTableDataCell>
<div>Friderik Dávid</div>