lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
136 stars 16 forks source link

Allow bulma-collapsible to work out of the box #81

Open Ceres445 opened 2 years ago

Ceres445 commented 2 years ago

Added another script which makes the bulma-collapsible extension work, you need to use both the script and the extension for it to work. I think it would be easier to just use the extension and make it work, but I'm not sure if that would be possible to implement easily.

lemonsaurus commented 2 years ago

I think it should definitely be doable to marry this script with the bulma-collapsible extension directly. I appreciate the pull request and will probably look at implementing a slightly modified version of this. Is the branch set to be editable by maintainers?

Ceres445 commented 2 years ago

The branch is set to be editable by maintainers

lemonsaurus commented 2 years ago

I can't promise how soon I can look at this, but I will try to make time for it in the near future. Thanks again!

lemonsaurus commented 1 year ago

Hi @Ceres445, sorry this has taken forever, I've been a bit gone from the open source scene for an extended period.

I've added a commit now that I think should make the user experience pretty smooth here. Can you test it for me, since I presume you have a project where this is applicable?

The following statements should be true for this to be working as intended:

Ceres445 commented 11 months ago

@lemonsaurus I tried to test this on my project, but for some reason my site crashes if i remove bulma-collapsible-runner from my config. Test Project