diff --git a/frontend/src/components/quick-actions/QuickAddOverlay.vue b/frontend/src/components/quick-actions/QuickAddOverlay.vue new file mode 100644 index 000000000..1015e114f --- /dev/null +++ b/frontend/src/components/quick-actions/QuickAddOverlay.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/frontend/src/types/quick-entry.d.ts b/frontend/src/types/quick-entry.d.ts new file mode 100644 index 000000000..b3d7ad87e --- /dev/null +++ b/frontend/src/types/quick-entry.d.ts @@ -0,0 +1,5 @@ +interface Window { + quickEntry?: { + close: () => void + } +}