WebSocket listen notification API

This commit is contained in:
2024-03-31 13:04:48 +08:00
parent 11377c378b
commit 7873bafa4f
14 changed files with 164 additions and 72 deletions

View File

@ -1,7 +1,6 @@
{
"name": "views",
"version": "0.0.0",
"private": true,
"name": "@hydrogen/identity",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",

BIN
pkg/views/public/favicon.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -2,7 +2,6 @@ html,
body,
#app,
.v-application {
overflow: auto !important;
font-family: "Roboto Sans", ui-sans-serif, system-ui, sans-serif;
}