aiidalab / aiidalab-qe

AiiDAlab App for Quantum ESPRESSO
https://aiidalab-qe.readthedocs.io/
MIT License
11 stars 14 forks source link

The group headers in the OPTIMADE client are not visually distinguished and clickable #149

Open csadorf opened 2 years ago

csadorf commented 2 years ago

Describe the bug

When using the OPTIMADE client for structure selection, the group headers ("General", "Projects", etc.) are not visually distinguished and clickable.

To Reproduce Steps to reproduce the behavior:

  1. In a terminal, run:
    git clone https://github.com/aiidalab/aiidalab-docker-stack
    cd ./aiidalab-docker-stack/
    pip install -r requirements-manage.txt  # for docker-compose and click
    ./manage.py configure --app quantum-espresso==21.10.0b1
    ./manage.py --develop -v up
  2. Open the QE app.
  3. Select the "OPTIMADE" tab for the structure selection.
  4. Select "Materials Cloud" as the provider.
  5. Open the list of databases.

https://user-images.githubusercontent.com/1441208/139038845-89c68486-ae06-4ad6-bd50-cba3b022937d.mp4

Version (if known)

Additional context

This problem is related to the following issues:

unkcpz commented 2 years ago

I think this needs to be fixed on repo https://github.com/CasperWA/ipywidgets-extended. Will take a look at it.