implemented event-based page-refresh for wiki pages

This commit is contained in:
2026-01-10 22:19:29 +01:00
parent c3b49cf032
commit 9d35952949
5 changed files with 65 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
description = "Umbrella : Wiki"
dependencies{
implementation(project(":bus"))
implementation(project(":core"))
}