activity: partially functional frontend code

doesn't fill in all the blanks yet, but almost there ish. Filters &
stuff not done yet, just loads everything.
This commit is contained in:
Harvey Tindall
2023-10-20 18:14:32 +01:00
parent 274324557c
commit a73dfddd3f
6 changed files with 142 additions and 19 deletions
+1
View File
@@ -263,6 +263,7 @@ func (app *appContext) GenerateInvite(gc *gin.Context) {
SourceType: ActivityAdmin,
Source: gc.GetString("jfId"),
InviteCode: invite.Code,
Value: invite.Label,
Time: time.Now(),
})