Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1395:4ccf42d8aab7
browser (lists/view): `grocery` list specialised behaviour:
if the list is a `grocery` list, user can change status directly in list view, delete an
item, and do a quick item creation without having to use the `create` button.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 27 Feb 2021 21:08:42 +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()