Commit graph

39834 commits

Author SHA1 Message Date
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
a9c6ad466f fix: show alert while saving if page is not dirty 2022-10-21 03:16:50 +05:30
Shariq Ansari
5fea36267b fix(minor): add section above 2022-10-21 03:16:07 +05:30
Shariq Ansari
d1ef34c064 fix: no need of new_field flag 2022-10-21 03:02:36 +05:30
Shariq Ansari
2285f1d03e feat: save and update the changes 2022-10-21 03:02:00 +05:30
Shariq Ansari
90441b4131 fix: confirm dialog before removing tab & section 2022-10-21 02:57:30 +05:30
Shariq Ansari
29d2626690 refactor: get new docfield's default fields for all newly added fields 2022-10-21 02:54:25 +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
2295a314ca feat: add/remove tabs 2022-10-20 15:13:10 +05:30
Shariq Ansari
aa07a9addf feat: add/remove column and section 2022-10-19 21:21:32 +05:30
Shariq Ansari
0850597526 fix: drag field & sections across tabs 2022-10-19 21:02:57 +05:30
Shariq Ansari
b55f40924e refactor: sidebar & tab layout 2022-10-19 21:01:37 +05:30
Shariq Ansari
db2c13a2f4 feat: resizable sidebar 2022-10-19 16:05:31 +05:30
Shariq Ansari
8564b93dee fix: scroll if field or section is dragged to top or bottom 2022-10-19 12:55:52 +05:30
Shariq Ansari
68a415c2b2 fix: reset scroll bar css to default for form-builder page 2022-10-19 12:54:50 +05:30
Shariq Ansari
6ffa4c76d6 chore: better naming 2022-10-19 12:48:42 +05:30
Shariq Ansari
2f87db7aef fix: clear selected_field if field is removed 2022-10-19 00:52:51 +05:30
Shariq Ansari
7461537a74 fix: get computed layout -> if we reset changes layout gets updated 2022-10-19 00:48:43 +05:30
Shariq Ansari
72ae844715 fix: make page dirty if layout is updated 2022-10-19 00:47:05 +05:30
Shariq Ansari
658a6b5483 style: minor fix 2022-10-18 23:52:54 +05:30
Shariq Ansari
10377bc322 fix: on removing field switch to fieldtypes section 2022-10-18 23:38:05 +05:30
Shariq Ansari
584d724de2 style: applied field css to ghost element 2022-10-18 23:37:31 +05:30
Shariq Ansari
e6f75acd9c style: scrolling & sticky header for layout & sidebar 2022-10-18 22:18:51 +05:30
Shariq Ansari
c51d6ccbc3 fix: show fields properties in field properties section in sidebar 2022-10-18 17:40:29 +05:30
Shariq Ansari
6f0c33afa6 fix: using seperate component for search box 2022-10-18 17:16:20 +05:30
Shariq Ansari
72759c59d5 fix: render fieldtypes in sidebar and make it draggable into sections 2022-10-18 16:33:29 +05:30
Shariq Ansari
de095ee3e5 style: make tab content scrollable, sidebar & minor css changes 2022-10-18 16:32:26 +05:30
Shariq Ansari
375cc8e9d2 fix: remove field logic 2022-10-18 12:40:47 +05:30
Shariq Ansari
d000e241d5 fix: hover and selected logic 2022-10-18 12:11:18 +05:30
Shariq Ansari
41c701f4fe fix: setup tabs, sections, columns & fields layout 2022-10-18 12:02:06 +05:30
Shariq Ansari
1247521f3c fix: removed Reusable Tab Component
Not very reusable. Setup tabs for sidebar
2022-10-18 12:00:35 +05:30
Shariq Ansari
1ba9458775 chore: code formatting 2022-10-18 11:51:49 +05:30
Shariq Ansari
0297dc228b fix: added all_fieldtype list in frappe.model 2022-10-11 20:24:19 +05:30
Shariq Ansari
f189bbe756 revert: form editor code 2022-10-11 20:22:12 +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
Ankush Menat
4863ba154e
build(deps): bump oauthlib (#18373)
CVE-2022-36087 - https://github.com/advisories/GHSA-3pgj-pg6c-r5p7
2022-10-11 18:08:12 +05:30
Shariq Ansari
0d6b06b244
Merge pull request #18355 from shariquerik/vue-css-refactor 2022-10-11 18:04:17 +05:30
Ankush Menat
fadf4049e3 ci: manually label critical files for coverage
[skip ci]
2022-10-11 16:05:45 +05:30
Shariq Ansari
3504ca08f2 fix: revert dynamic entryNames for js 2022-10-11 14:26:32 +05:30
Shariq Ansari
db62545c08
Merge pull request #18315 from shadrak98/reduce-margin 2022-10-11 13:33:50 +05:30
Shariq Ansari
8b7120ffba
Merge branch 'develop' into vue-css-refactor 2022-10-11 13:30:20 +05:30
Sagar Vora
2f96458bcb fix: allow backtick in HTML templates as well 2022-10-11 13:22:13 +05:30
Shariq Ansari
16fb96f6bd fix: responsive 2022-10-11 12:38:46 +05:30
Shariq Ansari
bfbdaa4f4d
chore: code cleanup
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2022-10-11 12:32:36 +05:30
Nabin Hait
e821699c82
fix: Set email account in Communication only if exists (#18361) 2022-10-11 12:20:59 +05:30
stephen
768daf0961
fix: type-error in email signature code (#18353)
* fix: type-error in email signature code

* refactor: import

[skip ci]

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-10-11 12:03:18 +05:30
Ankush Menat
b03e0752b9
fix: ignore if df doesn't exist (#18358) 2022-10-11 11:51:01 +05:30
Ritwik Puri
426ecc5a1e
fix: link field self linking (#18330) 2022-10-11 00:59:18 +05:30
Shariq Ansari
61642b0b61
Merge branch 'develop' into vue-css-refactor 2022-10-10 22:06:51 +05:30
Shariq Ansari
9a22ab0d6a fix: remove .css & .css.map file 2022-10-10 21:38:05 +05:30