view libervia/web/pages/_browser/loading.py @ 1525:c921e7002bac

build: don't use local dependencies, and remove backend package: hatch doesn't support yet editable dependencies (https://github.com/pypa/hatch/issues/588), and to work on dev, backend and templates must be installed manually in dev mode. To avoid issues during sync when entering a shell, those dependencies are disabled and must be installed manually.
author Goffi <goffi@goffi.org>
date Thu, 08 Jun 2023 21:07:54 +0200
parents eb00d593801d
children
line wrap: on
line source

"""manage common dialogs"""

from browser import document

def remove_loading_screen():
    print("removing loading screen")
    document['loading_screen'].remove()