Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

[Bug] Display avatar image #849

Closed tringuyenduc2903 closed 4 months ago

tringuyenduc2903 commented 4 months ago

Bug report

What I did

File config/backpack/theme-tabler.php 'layout' => 'vertical_dark',

What I expected to happen

Two avatar images are shown Mobile image

Computer image

What happened

The avatar image is at the 2nd display position (in Phone) and shows the Computer error frame Mobile image

Computer image

image

What I've already tried to fix it

Remove , 'LOADED' in vendor/backpack/crud/src/helpers.php image

Is it a bug in the latest version of Backpack?

After I run backpack composer update backpack/crud the error it still persists

Backpack, Laravel, PHP, DB version

When I run php artisan backpack:version the output is: image

karandatwani92 commented 4 months ago

Hey @tringuyenduc2903

We have a PR open at: https://github.com/Laravel-Backpack/theme-tabler/pull/159 to fix the menu/navbar. I've listed your reported issue there.

You can follow the progress there, will be closing this one for now.

Cheers