Ricardo Espinoza
609bc4d97d
refactor(editor): Standardize components sections order (no-changelog) ( #10540 )
Test Master / install-and-build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
2024-08-24 09:24:08 -04:00
Iván Ovejero
bf57f38d1c
fix(editor): Allow $secrets
to resolve on credentials ( #10093 )
2024-07-19 12:00:07 +02:00
Elias Meire
e3cbce5028
refactor: Refactor input components to composition API (no-changelog) ( #9744 )
2024-06-18 15:04:08 +02:00
कारतोफ्फेलस्क्रिप्ट™
68cff4c59e
refactor(editor): Improve linting for component and prop names (no-changelog) ( #8169 )
2023-12-28 09:49:58 +01:00
कारतोफ्फेलस्क्रिप्ट™
753cbc1e96
refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) ( #7838 )
2023-11-28 12:15:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
ebb3aaf61e
refactor(editor): Drop vue-typed-mixins (no-changelog) ( #6257 )
2023-05-16 11:43:46 +02:00
Mutasem Aldmour
c7177719e5
fix: Prevent overflow when rendering expression hints ( #6214 )
...
* fix: Prevent whitespace overflow
* fix: show overflow ellipsis
* chore: add comment
* chore: clean up other approach
* test: update tests, fix test
* test: uncomment test
2023-05-10 10:32:09 +02:00
Iván Ovejero
8862e1e7df
fix(editor): Restrict [empty]
in parameter input hint to zero-length string ( #6003 )
...
* 🚧 Quick test
* ⚡ Adjust to new requirements
* ⚡ Account for 2x double quotes
* 🔥 Remove excess single quote
* ⏪ Revert per new requirements
* ⏪ Undo more changes to minimize diff
* ⏪ New requirement changes
* 🐛 Prevent excess whitespace from HTML formatting
* 🚚 Rename computed property
* 🧪 Set up e2e tests for parameter input hint
* 🚧 Experiments with unit tests
Pinia stores setup process WIP.
* 🔥 Remove e2e test
* ⏪ Restore `test` command
* 🔥 Remove unit test stub
* 🔥 Remove logging
* 🔥 Remove test ID
* 🧪 Fix e2e test
* 🧪 Tighten text check
2023-05-03 09:41:40 +02:00
Alex Grozav
9c94050deb
feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) ( #6033 )
...
* refactor: replace Vue.extend with defineComponent in editor-ui
* fix: change $externalHooks extractions from mixins
* fix: refactor externalHooks mixin
2023-04-21 18:51:08 +03:00
Giulio Andreini
1942fd8232
feat(editor): Show parameter hint on multilines ( #5014 )
...
Single/multi line for hints.
2023-02-27 09:25:57 +03:00
Iván Ovejero
5ca2148c7e
refactor(editor): Apply Prettier (no-changelog) ( #4920 )
...
* ⚡ Adjust `format` script
* 🔥 Remove exemption for `editor-ui`
* 🎨 Prettify
* 👕 Fix lint
2022-12-14 10:04:10 +01:00
Mutasem Aldmour
779b0d58f7
fix(editor): stop rendering expressions as html ( #4420 )
...
* fix(editor): don't render expr as html
* fix highlight bug
2022-10-24 10:48:33 +02:00
Mutasem Aldmour
6b538494ce
feat(editor): update expressions display ( #4171 )
...
* N8n 4673 expressions res1 (#4149 )
* hide hints if necessary
* refactor out parameter input
* refactor param input in creds
* remove any
* add expression result before
* update case
* add types
* fix spacing
* update types
* update expr
* update parameter input
* update param input
* update param input
* remove import
* fix typo
* update value
* fix drop for rl
* add state to track hovering item
* add hover behavior to resolve values
* update index
* fix run selector bug
* add run item to eval expr
* add paired item mappings
* fix rec bug
* Fix for loops
* handle pinned data
* add missing pinned
* fix bug
* support parent
* add input
* map back from output
* clean up
* fix output bug
* fix branching bug
* update preview
* only if expr
* fix output
* fix expr eval for outputs
* add default hover state
* fix hover state
* fix branching
* hide hint if expr
* remove duplicate logic
* update style
* allow opening expr in demo
* update expr
* update row hover
* update param name
* clean up
* update hovering state
* update default output
* fix duplicate import
* update hover behavior
* update package lock
* fix pinned data case
* address case when no input
2022-10-12 14:06:28 +02:00
Michael Kret
6d6f3acd97
✨ Add parameter hints for node parameters N8N-2841 ( #2704 )
...
* 🔨 base functionality done
* :fix: changes accordingly to review
* :fix: replaced div with n8n-text
* :fix: return wrong deleted color variable
* add mock examples for testing
* add slack node test param
* 🔨 changed font size of hint, added top margin
* 🔨 updated comments and function name
* 🔨 updated parameterHint to hint
* 🔨 updated text color, set compact to true, changed inputLabelHint to hint
* 🔨 updated components styles
* 🔨 replaced mini with xsmall
* :fix: fixed line height
* :fix: changed line height to 1.25
* :hummer: removed mock data
* 🔨 changed xsmall line-height
* ⚡ update to merge hint
Co-authored-by: Mutasem <mutdmour@gmail.com>
2022-01-28 07:55:25 +01:00