view libervia/web/pages/_browser/__init__.py @ 1571:ff633e19a069

browser (meta): update deps + use new features + new deps: - update versions of existing dependencies; - use new import type option for `Swiper` as the old method was not working anymore with latest versions; - use new `css` feature for `Swiper` to have CSS injected by the generated module; - add `Tippy.js` and `emoji-picker-element` dependencies, they will be used for reactions and other future features.
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 16:31:36 +0100
parents eb00d593801d
children
line wrap: on
line source

import bridge


# we create a bridge instance to receive signals
bridge.Bridge()