Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1382:21d30f5d582a
pages: better generic errors handling:
- catch `NotFound` BridgeException
- if a `forbidden` BridgeException is received and the user is not logged, redirect to
logging page
- more debug info when an uncatched error is logged
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Feb 2021 13:54:13 +0100 |
parents | 08739952a18f |
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()