[#32] added app list and user icon to menubar

This commit is contained in:
Camille Moussu
2025-08-18 18:10:28 +02:00
committed by Benoit TELLIER
parent 4b93d7dea9
commit aa498ac91f
7 changed files with 170 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
var appList = [
{
name: "Twake",
link: "/twake",
icon: "https://twake-chat.com/tild3037-6365-4134-b838-383030366263__twake-chat-logo.svg",
},
];
+1
View File
@@ -32,6 +32,7 @@
/>
<title>React App</title>
<script src="<%= assetPrefix %>/.env.js"></script>
<script src="<%= assetPrefix %>/appList.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>