Agustin Lee

Results 5 issues of Agustin Lee

Fixes #2895. The problem is that highlight.js was changed in https://github.com/highlightjs/highlight.js/commit/3987abe437dbf962d64a51da6282d9c9bc20fc13, which prevents re-highlighting an element. The attribute `data-highlighted="yes"` flags an element as highlighted. Hence, the solution is to remove...

feature
P2

Fixes #2890. The problem was that strings were not allowed when the page layout was defined as a list. The issue only happens the first time—and not the second one...

Fixes #2894. PR will output a `DeprecationWarning` when the `LogoutButton` is used. I tried making the changes from https://github.com/plotly/dash/issues/2894#issuecomment-2176661569, but it seems that it only validates the initial page layout...

feature
P2
community

Fixes #2846. While I wasn't able to replicate the error from the issue, I did find that `set_progress((no_update, str(total)))` sets the progress to 0: ![image](https://github.com/plotly/dash/assets/33813815/bc85d396-6190-42d1-9b6c-cf7e53ebc7e5) This is because the progress...

P2
fix

Fixes #2870. Before: ![DataTable_before_1](https://github.com/user-attachments/assets/cc930143-25f8-4e54-8412-74c065811049) ![DataTable_before_2](https://github.com/user-attachments/assets/d3ba28b1-52cd-4f81-894f-8624f8e60b26) After: ![DataTable_after](https://github.com/user-attachments/assets/e925b1d7-9a45-47f5-8dae-8d81b6385257) I'm not sure how the DataTable class works exactly, but by inspecting the DOM, I was able to pinpoint that the issue is...

P2
fix
community