SAtacker / bb-config

Configure your beagle device
MIT License
41 stars 7 forks source link

GPIO page issue: #31

Closed SAtacker closed 3 years ago

SAtacker commented 3 years ago

@ArthurSonzogni There's a minor issue in the UI. In the GPIO menu, whenever I select the lower GPIO menu it just takes a lot of time before I can select from the page. Example: asciicast

Originally posted by @SAtacker in https://github.com/SAtacker/beagle-config/issues/30#issuecomment-895482381

ArthurSonzogni commented 3 years ago

Do you know what takes time?

SAtacker commented 3 years ago
    Add(Container::Tab(
        {
            gpio_menu,
            gpio_individual,
        },
        &tab));

Clearly this is a mistake

SAtacker commented 3 years ago

I have added a commit that fixes it