Commit graph

29 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
Shariq Ansari
41af595a9a fix: set default allow_self_approval as 1 2023-11-16 12:39:56 +05:30
Shariq Ansari
3aa37bc84c fix: reload workflow data after save 2023-10-19 11:21:56 +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
c3e6d7c620 fix: changed state shape
default fitview
2023-05-10 15:14:52 +05:30
Shariq Ansari
d8c9ba35e5 fix: validate transitions while connecting states 2023-05-04 18:08:43 +05:30
Shariq Ansari
173511b4b2 fix: loose focus before adding new state 2023-05-03 13:25:59 +05:30
Shariq Ansari
e7a5c2282d fix: set focus on action when edge is updated 2023-05-03 12:53:51 +05:30
Shariq Ansari
7c6077ded5 fix: loose focus when clicked on background 2023-05-03 12:52:43 +05:30
Shariq Ansari
4611447e6f fix: set stateid as 1 if there is no states
default doc_status as Draft instead of 0
2023-05-03 12:47:26 +05:30
Shariq Ansari
b7861195ab fix: deselect all nodes while adding new state 2023-05-03 00:04:32 +05:30
Shariq Ansari
befde647ae fix: delete node only if backspace is clicked not meta/ctrl + backspace 2023-05-02 21:20:49 +05:30
Shariq Ansari
1622f8d86a fix: loose focus when clicked outside container 2023-05-02 21:13:27 +05:30
Shariq Ansari
5b21db8d2a fix: show Draft/Submitted/Cancelled instead of 0/1/2 in doc_status dropdown 2023-05-02 20:59:12 +05:30
Shariq Ansari
277c5e16d2 fix: select action on connecting two state 2023-05-02 20:37:47 +05:30
Shariq Ansari
b6aa76b7ef fix: also include selected in undo redo object 2023-05-02 20:28:33 +05:30
Shariq Ansari
1384b65f5b fix: select state when added 2023-05-02 20:21:41 +05:30
Shariq Ansari
8e9c2aa643 fix: resizable sidebar 2023-05-02 19:15:18 +05:30
Shariq Ansari
bcfd07be73 fix: added sidebar to show workflow data 2023-05-02 19:00:34 +05:30
Shariq Ansari
13e5031c3c fix: cmd/ctrl+s to save workflow 2023-05-02 18:29:26 +05:30
Shariq Ansari
f258ca09ac fix: render states & transition by fetching workflow data 2023-05-02 17:55:46 +05:30
Shariq Ansari
b004a28a15 fix: drag to add new state 2023-05-02 16:48:52 +05:30
Shariq Ansari
abcc955302 feat: undo/redo feature 2023-05-02 16:28:09 +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
17c613a8c5 fix: zoom in/out and fit buttons 2023-05-02 15:52:42 +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
Shariq Ansari
c61be69ca2 fix: vueflow & pinia setup 2023-05-01 15:41:55 +05:30
Shariq Ansari
aa3b6d3ecc feat: workflow builder
created page with vue setup
2023-05-01 13:13:27 +05:30