Just pulled the main branch and ran the application locally, and there seems to be differences vs the deployed version.
For example when you resize the browser the side nav bar and table of contents nav does not disapear like on the deployed version (perhaps a lack of media queries), there also seems to be over 200 "id not found in layout" callback errors.
I ran the app with the following commands, and I tested using Google Chrome on Linux.
EDIT
I ran it with debug=False, and everything worked as normal, I'm a bit confused, does it load the assets directory only when not in debug mode, some sort of dash black box magic?
poetry install
poetry shell
python3 run.py
Perhaps there is something I am missing (I am new to Dash), maybe the current main branch is old? I don't see anyother branches or tags Any guidence would be appreciated.
By the way, dmc is a fantastic library, and your're design for the dmc-docs app is amazing. Thanks for all your hard work.
Just pulled the main branch and ran the application locally, and there seems to be differences vs the deployed version. For example when you resize the browser the side nav bar and table of contents nav does not disapear like on the deployed version (perhaps a lack of media queries), there also seems to be over 200 "id not found in layout" callback errors.
I ran the app with the following commands, and I tested using Google Chrome on Linux.
EDIT I ran it with debug=False, and everything worked as normal, I'm a bit confused, does it load the assets directory only when not in debug mode, some sort of dash black box magic?
Perhaps there is something I am missing (I am new to Dash), maybe the current
main
branch is old? I don't see anyother branches or tags Any guidence would be appreciated.By the way, dmc is a fantastic library, and your're design for the
dmc-docs
app is amazing. Thanks for all your hard work.