L P
L P
> All the styling is baked into the react app so currently the only way would be to modify and rebuild the react app, the process would be. i thought...
@tolomea I was able to change the styling with the following basic steps: 1. override template at `templates/data_browser/index.html` 2. create a custom css and add it to the html file...
> it should be possible to use django templating to include another css file, but any form of compilation for that file will be a host developer problem there is...
ok thank you for the detailed explanation would django template "blocks" survive this procedure? 🤔 if yes they might be the solution to add custom css/head data or change the...
@tolomea Thank you for the update. I will test it and let you know how it goes. As far as I remember I also would have needed a block around...
Sorry for that. I probably wasn't precise enough. > Ah, I hadn't thought of it like that, changes the way you look at it a bit. > […](#) > On...
@tolomea sorry for the late reply > 1: Right off I'm not interested in trying to support anything resembling splitting up / rearranging the core app. Particularly the triplet of...
> 4: I believe for that usecase you can override the base template with another base that extends the original and implements the body block and then have the ddb-app...
> Yes, they are immediately before and after what is currently the "root" div (will be the ddb-app div) I intend for that div and the script tags to end...
> same issue appeared after upgrading to 15.9.3 i also have the logs