Commit graph

22 commits

Author SHA1 Message Date
Shariq Ansari
064caaa3b4 fix: only show menu button if it contains action items 2023-05-27 14:59:58 +05:30
Shariq Ansari
7fdc6007ba refactor: show/hide form builder action buttons 2023-05-27 14:47:52 +05:30
Shariq Ansari
8202f1218d fix: added breadcrumbs on form builder page 2023-05-15 16:28:42 +05:30
Shariq Ansari
bc5b10b9de chore: removed FormBuilder.vue from components 2023-05-15 13:06:16 +05:30
Shariq Ansari
c29f6892b3 fix: repositioned action buttons 2023-01-02 12:03:13 +05:30
Shariq Ansari
f0a5f0a6f3 fix: Change doctype by clicking on page title
also added go to doctype list menu item
2022-12-08 15:25:08 +05:30
Shariq Ansari
5f3268d892 fix: use onClickOutside feat from @vueuse/core 2022-11-30 15:08:17 +05:30
Shariq Ansari
15fa4bb160 feat: preview mode 2022-11-17 00:04:22 +05:30
Shariq Ansari
1c4f60ecd1 feat: separate component for each fieldtypes used in properties & main form
Worked on Data & Check Component. Components are created for each fieldtypes but each is still rendering Data Components template
2022-11-13 01:43:50 +05:30
Shariq Ansari
c1366db8be fix: lose focus if clicked outside app 2022-11-08 20:46:31 +05:30
Shariq Ansari
2dc9bbd2a5 fix: created EditableInput for tab & section label 2022-11-08 18:57:21 +05:30
Shariq Ansari
074176cfba fix: hide customize form btn & show form builder btn for child table doctypes 2022-11-08 15:17:59 +05:30
Shariq Ansari
7218c36043 chore: separated code into functions 2022-11-07 20:46:49 +05:30
Shariq Ansari
7a2fe91264 fix: using watchEffect instead of multiple watch 2022-11-07 17:33:24 +05:30
Shariq Ansari
3f3bf04395 fix: show read only indicator 2022-10-23 20:21:09 +05:30
Shariq Ansari
e3a67b1aa1 feat: make page read only if editing is restricted 2022-10-23 20:08:59 +05:30
Shariq Ansari
330c87f203 fix: use actual doctype name for routing instead of slugged version 2022-10-23 19:56:29 +05:30
Shariq Ansari
e9c4632985 fix: added switch buttons on customize form & form builder 2022-10-23 01:58:07 +05:30
Shariq Ansari
9c021be4db feat: Update Customize Form Fields
- Handle route for both Doctype Fields & Customize Form Fields
- Minor changes in Doctype Field fetch logic
- Fetch & Save Customize Form Fields
2022-10-23 01:32:55 +05:30
Shariq Ansari
2285f1d03e feat: save and update the changes 2022-10-21 03:02:00 +05:30
Shariq Ansari
93421da3f6 fix: fetch latest changes when we switch back to form builder page 2022-10-21 02:05:46 +05:30
Shariq Ansari
5f64a2ace5 feat: Form Builder
- Form Builder Page
- Vue 3 setup
- Pinia store setup
- Reusable Tab Component
- Form Builder button on Doctype
2022-10-11 19:42:27 +05:30