Commit graph

12 commits

Author SHA1 Message Date
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
Sambasiva Suda
53c795f4b8
fix: Workflow Builder not updating diagram with added states/transitions in table (#22429)
Co-authored-by: Shariq Ansari <sharique.rik@gmail.com>
2023-10-03 17:13:51 +05:30
Shariq Ansari
6dfcd529d1 fix: max width for state and text center 2023-05-10 17:57:25 +05:30
Shariq Ansari
c3e6d7c620 fix: changed state shape
default fitview
2023-05-10 15:14:52 +05:30
Shariq Ansari
80d59a8cb5 fix: do not set selected as null if state/action loose focus becoz it is getting priority when we select another state while state is selected 2023-05-03 13:31:27 +05:30
Shariq Ansari
f209474ba0 fix: on data change trigger history update for undo redo 2023-05-03 01:59:02 +05:30
Shariq Ansari
b6aa76b7ef fix: also include selected in undo redo object 2023-05-02 20:28:33 +05:30
Shariq Ansari
9ab905c46c fix: show state/transition data on sidebar on click 2023-05-02 20:09:47 +05:30
Shariq Ansari
f258ca09ac fix: render states & transition by fetching workflow data 2023-05-02 17:55:46 +05:30
Shariq Ansari
4859a53d9d fix: updatable edge position with validation on connect & on edge update 2023-05-02 16:06:32 +05:30
Shariq Ansari
00b80aa0f5 fix: action node between to state node on connect
also added connection line
2023-05-02 15:47:52 +05:30
Shariq Ansari
42247bc31f fix: basic vueflow using custom node & edge 2023-05-02 12:28:49 +05:30