akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.2k stars 7.95k forks source link

widgets not being notified when menu is collapsed #1733

Open chiu0602 opened 6 years ago

chiu0602 commented 6 years ago

Issue type

I'm submitting a ... (check one with "x")

Issue description

Current behavior:

When dashboard page is loaded, click "collapse menu" button on top left, the menu is collapsed.

Dashboard item such as "Electricity" haven't fill the empty space immediately, the action will be performed when theme is changed (Light to Cosmic)

Expected behavior:

Dashboard item such as "Electricity" fill the empty space immediately

Steps to reproduce:

  1. ngx-admin demo page is loaded
  2. click top right corner "collapse menu" button
  3. look at the screen update when theme is changed

Thanks for the nice product!

nnixaa commented 6 years ago

Hey @chiu0602, what browser are you using? It seems I cannot reproduce the issue.

chiu0602 commented 6 years ago

It happens on both Firefox v61 and Chrome v67. Please have a look on the recorded screenshot, thanks! https://ibb.co/fBAbNJ

nnixaa commented 6 years ago

@chiu0602 ah, now I see it. Thanks!