webui: Add dashboard widgets

This commit is contained in:
Kevin Kandlbinder 2022-03-29 15:33:58 +02:00
parent 2d68e30ad2
commit 00f4208ad2
29 changed files with 1443 additions and 174 deletions

View file

@ -29,6 +29,9 @@ type RoomConfig struct {
// Active tells if the bot is active in this room (Set to false on leave/kick/ban)
Active bool `yaml:"active" bson:"active"`
// Name is fetched regularly from the room state
Name string `yaml:"name" bson:"name"`
// RoomID is the rooms ID
RoomID string `yaml:"roomID" bson:"room_id"`