diff --git a/.gitmodules b/.gitmodules index e82154a1..aac084b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "frappe-ui"] path = frappe-ui - url = https://github.com/pateljannat/frappe-ui + url = https://github.com/frappe/frappe-ui diff --git a/frappe-ui b/frappe-ui new file mode 160000 index 00000000..8cd9b06a --- /dev/null +++ b/frappe-ui @@ -0,0 +1 @@ +Subproject commit 8cd9b06a5ed50dc181d9672b2fe84c1594b52b48 diff --git a/frontend/package.json b/frontend/package.json index 7935452a..5cf5af51 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "chart.js": "^4.4.1", "dayjs": "^1.11.6", "feather-icons": "^4.28.0", - "frappe-ui": "^0.1.56", + "frappe-ui": "^0.1.69", "lucide-vue-next": "^0.383.0", "markdown-it": "^14.0.0", "pinia": "^2.0.33", diff --git a/frontend/src/components/Controls/Link.vue b/frontend/src/components/Controls/Link.vue index c5f6f63f..c3f007b2 100644 --- a/frontend/src/components/Controls/Link.vue +++ b/frontend/src/components/Controls/Link.vue @@ -108,6 +108,7 @@ const options = createResource({ url: 'frappe.desk.search.search_link', cache: [props.doctype, text.value], method: 'POST', + auto: true, params: { txt: text.value, doctype: props.doctype, diff --git a/frontend/src/components/Controls/Rating.vue b/frontend/src/components/Controls/Rating.vue index 08ecd278..77eb3945 100644 --- a/frontend/src/components/Controls/Rating.vue +++ b/frontend/src/components/Controls/Rating.vue @@ -1,18 +1,27 @@ diff --git a/frontend/src/components/Modals/Event.vue b/frontend/src/components/Modals/Event.vue new file mode 100644 index 00000000..3e0534cd --- /dev/null +++ b/frontend/src/components/Modals/Event.vue @@ -0,0 +1,378 @@ +