Commit graph

62 commits

Author SHA1 Message Date
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
Akhil Narang
632e65e6d9
fix: don't add 5th element to filter array
It wasn't used, and now causes an error if passed to query builder

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-08 18:34:53 +05:30
Abdeali Chharchhoda
6c44143ea9 fix: enhance button styling for filter applied state in dark theme 2025-11-05 19:14:12 +05:30
Abdeali Chharchhoda
3dc66b47cf fix: validate DocType selection before setting filters for Link 2025-11-05 19:08:20 +05:30
RitvikSardana
33cb3775cb Merge branch 'develop' of https://github.com/frappe/frappe into develop-ritvik-filter-eval-support 2024-03-21 12:29:28 +05:30
RitvikSardana
f1c4f88843 fix: eval support for child table 2024-03-19 12:02:17 +05:30
Fisher Yu
41a7b42f16
fix: Translate form and workflow builder (#25482)
* Update AttachControl.vue

* Update ButtonControl.vue

* Update CheckControl.vue

* Update CodeControl.vue

* Update DataControl.vue

* Update ImageControl.vue

* Update LinkControl.vue

* Update RatingControl.vue

* Update SelectControl.vue

* Update SignatureControl.vue

* Update TableControl.vue

* Update TextControl.vue

* Update TextEditorControl.vue

* Update Section.vue

* Update Column.vue

* Update Tabs.vue

* Update Field.vue

* Update Sidebar.vue

* Update AddFieldButton.vue

* Update AddFieldButton.vue

* Update Section.vue

* Update WorkflowBuilder.vue

* Update Autocomplete.vue

* Update EditableInput.vue

* Update AttachControl.vue

* Update ButtonControl.vue

* Update CheckControl.vue

* Update CodeControl.vue

* Update DataControl.vue

* Update ImageControl.vue

* Update LinkControl.vue

* Update RatingControl.vue

* Update SelectControl.vue

* Update SignatureControl.vue

* Update TextControl.vue

* Update TextEditorControl.vue

* Update Field.vue

* Update EditableInput.vue

* Update TableControl.vue

* Update Column.vue

* fix: variable in translatable string

* fix: add context for row number label

* fix: translate labels in workflow builder

* style: formatting

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-03-18 18:41:50 +05:30
RitvikSardana
e152fa579d feat: add eval support for link field filters 2024-03-14 23:15:46 +05:30
Shariq Ansari
4fecf0c07b fix: create custom doctype from customize form 2024-01-24 23:56:16 +05:30
Shariq Ansari
14f1850532 fix: changed external icon & minor changes 2024-01-24 23:56:16 +05:30
RitvikSardana
cdfd1edf9d fix: improve new doctype dialog api 2024-01-24 23:56:08 +05:30
RitvikSardana
35a8a64879 fix: prefill doctype dialog with 'Is Child Table' 2024-01-24 23:56:07 +05:30
RitvikSardana
34ff893f14 fix(dx): one click to edit doctype or create a new doctype 2024-01-24 23:56:07 +05:30
猛火
854cebd5b1
fix: Solve the problem that the document editor will report an error when the type name includes multiple spaces (#23940) 2023-12-26 14:34:48 +05:30
RitvikSardana
71201675ba fix: add back if condition 2023-11-23 13:33:15 +05:30
RitvikSardana
89dbb42f6f fix: link field shown only for Link fieldtype 2023-11-23 13:12:16 +05:30
RitvikSardana
0c4245634f
feat: Apply Filters to Link Fields Via Form Builder (#22844)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2023-11-15 11:34:19 +05:30
Shariq Ansari
98f357cbb1 chore: handle dark mode 2023-11-08 13:50:47 +05:30
Shariq Ansari
c648d3424b
Merge pull request #23072 from bosue/form_builder_switch_icons
fix(UX): Switch 'Duplicate' and 'Move' buttons on Form Builder.
2023-11-02 18:20:05 +05:30
Bernd Oliver Sünderhauf
ba1544c49d fix(UX): Switch 'Duplicate' and 'Move' buttons on Form Builder. 2023-11-02 13:26:17 +01:00
Shariq Ansari
198ac226c5 fix: add dedeicated add field button at each column 2023-11-02 15:35:29 +05:30
Shariq Ansari
211740315b fix: do not delete tab/section/colum/field if pressing delete to edit properties or label 2023-11-01 00:13:34 +05:30
Shariq Ansari
ca2152d56c feat: ctrl+shift+n to add new field & delete/backspace to delete the field when it in on focus 2023-10-31 20:51:41 +05:30
Shariq Ansari
d95b3b6fb0 feat: created autocomplete component to control options with up/down key 2023-10-31 20:28:31 +05:30
Shariq Ansari
58bf248bb8 chore: do not focus on label if form builder is loaded 2023-10-31 12:36:11 +05:30
Shariq Ansari
b345ad5fe0 fix: focus on fields label after adding it 2023-10-31 12:05:30 +05:30
Shariq Ansari
0e397d6f6a fix: minor fixes 2023-10-31 11:50:56 +05:30
Shariq Ansari
5f8887d794 fix: add new field btn in empty column
also created AddFieldButton component
2023-10-31 00:35:00 +05:30
Shariq Ansari
bdbb11fbb9 fix: add new field using + button on field 2023-10-30 21:48:12 +05:30
Suraj Shetty
171b616e57 fix: Props should be constant as it is a read-only variable 2023-06-26 09:14:17 +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
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
e9ac718199 fix: cannot focus on disabled input field in firefox
made it readonly
2023-01-12 21:56:52 +05:30
Shariq Ansari
9cdd4e835d feat: duplicate field 2023-01-11 23:14:10 +05:30
Shariq Ansari
597dd1f619 fix: show field documentation_url icon if set 2023-01-11 20:58:13 +05:30
Shariq Ansari
4ba05b8ac3 fix: clear selected_field if field is removed 2023-01-02 21:34:29 +05:30
Shariq Ansari
f11e7c27d7 test(UI): added more UI tests 2022-12-08 17:42:07 +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
c3afd003d4 fix: check if field has standard field not if field is custom 2022-11-17 11:54:17 +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
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
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
c1366db8be fix: lose focus if clicked outside app 2022-11-08 20:46:31 +05:30
Shariq Ansari
503172885c fix: cannot lose focus from field input if non draggable element is clicked
also section title input field was disabled for non draggable elemnts
2022-10-29 23:21:57 +05:30
Shariq Ansari
bb0e28937b refactor: removed is_custom getter & refactored code accordingly 2022-10-28 21:48:32 +05:30