view sat_templates/templates/bulma/_browser/__init__.py @ 368:68c6f30aecab

bulma (chat/select): put the search at top and replace technical terms: the search bar is now at the top, and technical term ("JID") has been replaced to make it more user-friendly.
author Goffi <goffi@goffi.org>
date Thu, 06 Jul 2023 11:38:51 +0200
parents 0e69b5843c2f
children
line wrap: on
line source

from browser import bind, document


@bind("#main_menu_burger", "click")
def burger_click(ev):
    document["main_menu"].classList.toggle('is-active')
    document["main_menu_burger"].classList.toggle('is-active')