Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(editor): Encapsulate canvas actions #4416

Merged
merged 32 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2d867f7
feat(editor): encapsulating canvas actions
cstuncsik Oct 23, 2022
a0abbeb
fiz(editor): zoomToFit
cstuncsik Oct 23, 2022
027cc6e
fiz(editor): zoomToFit
cstuncsik Oct 23, 2022
d0fd863
fiz(editor): fix imoprts in canvas controls
cstuncsik Oct 23, 2022
d577370
fiz(editor): fix imports in node view
cstuncsik Oct 23, 2022
da96542
fiz(editor): remove unused props from canvas controls
cstuncsik Oct 23, 2022
8f10608
fiz(editor): fix zoomToFit functionality
cstuncsik Oct 24, 2022
d75db28
fiz(editor): move more functions from NodeView to canvas store
cstuncsik Oct 24, 2022
297750b
chore(editor): code formatting fixes
cstuncsik Oct 24, 2022
88085cf
Merge remote-tracking branch 'origin/master' into n8n-5144-encapsulat…
cstuncsik Oct 24, 2022
fdf41f2
fix(editor): adding back some lost refactoring after merge
cstuncsik Oct 24, 2022
98cde8e
fix(editor): remove console.log
cstuncsik Oct 25, 2022
f02af52
fix(editor): add missing canvasAddButtonPosition
cstuncsik Oct 25, 2022
b83a7f3
fix(editor): modify root store env query
cstuncsik Oct 25, 2022
4fe3881
fix(editor): modify canvas control position styling
cstuncsik Oct 25, 2022
e6c2e2b
fix(editor): modify canvas control position styling
cstuncsik Oct 25, 2022
6d92771
fix(editor): roll back process.env
cstuncsik Oct 26, 2022
5f00ee7
fix(editor): fix canvas controls positioning
cstuncsik Oct 26, 2022
e0e3b99
fix(editor): fix canvas controls positioning
cstuncsik Oct 26, 2022
8be7266
Merge remote-tracking branch 'origin/master' into n8n-5144-encapsulat…
cstuncsik Oct 26, 2022
23e81c2
fix(editor): adopting new styles after merge
cstuncsik Oct 26, 2022
e18fff9
fix(editor): not storing html element in the store
cstuncsik Oct 26, 2022
6de36e6
fix(editor): remove unused variables
cstuncsik Oct 26, 2022
0ce9925
Merge remote-tracking branch 'origin/master' into n8n-5144-encapsulat…
cstuncsik Nov 4, 2022
a558477
fix(editor): update canvas controls after conflict resolution
cstuncsik Nov 4, 2022
390882e
fix(editor): revert main.ts to reduce change noise
cstuncsik Nov 4, 2022
7161acc
fix(editor): remove old store commit
cstuncsik Nov 4, 2022
0df367b
fix(editor): simplify canvas store
cstuncsik Nov 4, 2022
1b1d205
fix(editor): reposition execute workflow button in mobile view
cstuncsik Nov 4, 2022
14751b6
Merge remote-tracking branch 'origin/master' into n8n-5144-encapsulat…
cstuncsik Nov 6, 2022
e75da52
fix(editor): fox mouse scroll zoom in canvas
cstuncsik Nov 6, 2022
4624120
fix(editor): move canvas scroll handling into canvas controls
cstuncsik Nov 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 105 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"n8n-design-system": "~0.39.0",
"n8n-workflow": "~0.121.0",
"normalize-wheel": "^1.0.1",
"pinia": "^2.0.23",
"prismjs": "^1.17.1",
"quill": "2.0.0-dev.4",
"quill-autoformat": "^0.1.1",
Expand Down
Loading