diff --git a/frontend/public/manifest/apple-icon-180.png b/frontend/public/manifest/apple-icon-180.png index adc1342c..6a1bf55b 100644 Binary files a/frontend/public/manifest/apple-icon-180.png and b/frontend/public/manifest/apple-icon-180.png differ diff --git a/frontend/public/manifest/manifest-icon-192.maskable.png b/frontend/public/manifest/manifest-icon-192.maskable.png index d49277cd..0e53443f 100644 Binary files a/frontend/public/manifest/manifest-icon-192.maskable.png and b/frontend/public/manifest/manifest-icon-192.maskable.png differ diff --git a/frontend/public/manifest/manifest-icon-512.maskable.png b/frontend/public/manifest/manifest-icon-512.maskable.png index cec4447b..ef325214 100644 Binary files a/frontend/public/manifest/manifest-icon-512.maskable.png and b/frontend/public/manifest/manifest-icon-512.maskable.png differ diff --git a/frontend/src/components/Settings/Members.vue b/frontend/src/components/Settings/Members.vue index 7b131688..b00e5468 100644 --- a/frontend/src/components/Settings/Members.vue +++ b/frontend/src/components/Settings/Members.vue @@ -185,6 +185,7 @@ const openProfile = (username: string) => { username: username, }, }) + console.log(show.value) } const newMember = createResource({ diff --git a/frontend/src/components/Settings/Settings.vue b/frontend/src/components/Settings/Settings.vue index 7e3cac8e..98789c89 100644 --- a/frontend/src/components/Settings/Settings.vue +++ b/frontend/src/components/Settings/Settings.vue @@ -37,6 +37,7 @@ -
+
{ this.wrapper.innerHTML = `
diff --git a/frontend/src/utils/program.ts b/frontend/src/utils/program.ts index 67d05236..ee9e7fae 100644 --- a/frontend/src/utils/program.ts +++ b/frontend/src/utils/program.ts @@ -79,7 +79,9 @@ export class Program { } call("frappe.client.get_value", { doctype: 'LMS Programming Exercise', - name: exercise, + filters: { + name: exercise + }, fieldname: "title" }).then((data: { title: string }) => { this.wrapper.innerHTML = `