Commit graph

108 commits

Author SHA1 Message Date
Sagar Vora
345da6e314
feat: support reordering standard fields in Form Builder (#21297) 2023-06-09 12:19:30 +05:30
Shariq Ansari
bc5b10b9de chore: removed FormBuilder.vue from components 2023-05-15 13:06:16 +05:30
Shariq Ansari
0866a7003e fix: single store state for all undo/redo related changes 2023-02-21 21:44:54 +05:30
Shariq Ansari
28bba3c188 fix: always use layout from store 2023-02-20 13:20:41 +05:30
Shariq Ansari
3b2cfcad2c fix: ask if need to delete tab/section/column with or without children 2023-01-18 23:51:52 +05:30
Shariq Ansari
986cc8d634 fix: make duplicated field as unsaved field
reset creation, modified, modified_by, owner
2023-01-18 21:30:17 +05:30
Shariq Ansari
4bc6903164 fix: on duplicate of standard field create a custom field in customize form 2023-01-18 20:51:11 +05:30
Shariq Ansari
b212149008 fix: change column placeholder color to white in preview mode 2023-01-18 14:18:09 +05:30
Shariq Ansari
2e5d53ef6f fix: if section has one column input field's width should be half 2023-01-18 14:17:05 +05:30
Shariq Ansari
e9ac718199 fix: cannot focus on disabled input field in firefox
made it readonly
2023-01-12 21:56:52 +05:30
Shariq Ansari
e29d9451bf fix: removed :has() pseudo class since it is not yet supported in firefox 2023-01-12 20:57:17 +05:30
Shariq Ansari
9cdd4e835d feat: duplicate field 2023-01-11 23:14:10 +05:30
Shariq Ansari
c9d3449bd3 fix: cmd/ctrl+s to save the form 2023-01-11 22:50:58 +05:30
Shariq Ansari
597dd1f619 fix: show field documentation_url icon if set 2023-01-11 20:58:13 +05:30
Shariq Ansari
97fc172bb9 fix: small text & long text height issue 2023-01-04 19:19:18 +05:30
Shariq Ansari
a074476a29 fix: render html text for field label 2023-01-04 19:17:35 +05:30
Shariq Ansari
4ba05b8ac3 fix: clear selected_field if field is removed 2023-01-02 21:34:29 +05:30
Shariq Ansari
eac4f2a58c fix: added label & description to column 2023-01-02 20:30:25 +05:30
Shariq Ansari
69af3e883b fix: added description for section 2023-01-02 12:03:50 +05:30
Shariq Ansari
f39c6e18f6 fix: do not allow to make check field mandatory 2023-01-02 10:24:26 +05:30
Shariq Ansari
f11e7c27d7 test(UI): added more UI tests 2022-12-08 17:42:07 +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
fb4814ff3c fix: inheret bg color for editable input 2022-12-08 11:47:20 +05:30
Shariq Ansari
56e02a899e fix: support dark mode 2022-12-07 22:28:02 +05:30
Shariq Ansari
3ea63dfb6d fix: updated add/remove & move icon 2022-12-07 22:27:11 +05:30
Shariq Ansari
2e9dcc5912 revert: cannot drag alert on dragging standard fields
not working as expected
2022-12-01 15:55:29 +05:30
Shariq Ansari
301b9f1c94 fix: use df.read_only to make field disabled 2022-12-01 14:59:31 +05:30
Shariq Ansari
82ad3fa73d fix: dynamically get fetch_form doctype & fieldnames as select field 2022-12-01 02:17:59 +05:30
Shariq Ansari
fa5bd803fb chore: rearranged code 2022-12-01 01:43:03 +05:30
Shariq Ansari
dca31d068c fix: hide fetch_from field for no_value_type fields 2022-12-01 01:41:23 +05:30
Shariq Ansari
5f3268d892 fix: use onClickOutside feat from @vueuse/core 2022-11-30 15:08:17 +05:30
Shariq Ansari
4a35b01484 fix: reset link field filters 2022-11-30 13:48:28 +05:30
Shariq Ansari
91092ffd4b feat: make options field as link field for Table & Link type fields 2022-11-30 12:51:51 +05:30
Shariq Ansari
c3afd003d4 fix: check if field has standard field not if field is custom 2022-11-17 11:54:17 +05:30
Shariq Ansari
95c55fa00d fix: tab containing standard fields was draggable in customize form 2022-11-17 11:48:22 +05:30
Shariq Ansari
15fa4bb160 feat: preview mode 2022-11-17 00:04:22 +05:30
Shariq Ansari
a9ff1269db fix: drag animation & cannot drag alert on dragging standard fields 2022-11-16 21:32:44 +05:30
Shariq Ansari
28ec144675 fix: remove label focus outline while editing
also added tooltip to know double click to edit label
2022-11-16 19:23:31 +05:30
Shariq Ansari
0831babf5a fix: render rest of the fieldtypes in properties section & main form 2022-11-16 17:22:33 +05:30
Shariq Ansari
33cc834507 fix: added/updated Data,Check,Select & Small Text Control Components 2022-11-13 23:29:10 +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
5a7839d8c8 fix: use EditableInput for field input 2022-11-12 16:50:29 +05:30
Shariq Ansari
ad59519f93 fix: show red asterisk sign if field is reqd 2022-11-12 16:31:40 +05:30
Shariq Ansari
8710d64c86 fix: no need to set random fieldname while adding column 2022-11-10 23:58:34 +05:30
Shariq Ansari
258d62f096 fix: if custom section has empty standard column move empty column to previous section 2022-11-10 23:43:36 +05:30
Shariq Ansari
63ea37a6d4 feat: move current field/column/section and the following to a new column/section/tab 2022-11-10 22:37:17 +05:30
Shariq Ansari
cb108e7718 fix: do not remove first section/tab if edited 2022-11-09 14:08:27 +05:30
Shariq Ansari
5ecb93582a chore: active border style refactor 2022-11-09 12:43:37 +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