Skip to content

Commit

Permalink
Merge pull request #822 from intechstudio/feat/CharLimit
Browse files Browse the repository at this point in the history
Added character limit display for editor and restrictions for character input
  • Loading branch information
elsoazemelet authored Nov 6, 2024
2 parents fbedc52 + b019252 commit 42a238d
Show file tree
Hide file tree
Showing 60 changed files with 1,742 additions and 3,348 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
},
"devDependencies": {
"@electron/notarize": "^2.1.0",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.84.0",
"@playwright/test": "^1.42.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@types/node": "^20.11.21",
Expand Down
28 changes: 22 additions & 6 deletions playwright-tests/data/actionBlockElements.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,33 @@
"Add Key",
"Delay Key",
"Add Delay",
"Defaul Delay",
"Default Delay",
"Clear All"
],
"Mouse Button": ["Button", "State"],
"Mouse Move": ["Axis", "Position"]
},
"element": {
"Button Mode": ["Mode", "Min", "Max"],
"Encoder Mode": ["Mode", "Velocity", "Min", "Max", "Sensitivity"],
"Potmeter Mode": ["Bit", "Min", "Max"],
"Endless Mode": ["Mode", "Velocity", "Min", "Max", "Sensitivity"]
"Button Mode": ["Mode", "Enable Min/Max Value", "Min", "Max"],
"Encoder Mode": [
"Mode",
"Velocity",
"Enable Min/Max Value",
"Min",
"Max",
"Enable Sensitivity",
"Sensitivity"
],
"Potmeter Mode": ["Bit", "Enable Min/Max Value", "Min", "Max"],
"Endless Mode": [
"Mode",
"Velocity",
"Enable Min/Max Value",
"Min",
"Max",
"Enable Sensitivity",
"Sensitivity"
]
},
"condition": {
"If": ["input", "end"]
Expand Down Expand Up @@ -89,7 +105,7 @@
"timer": {
"Clock Source": ["Element Number", "Source"],
"Start": ["Element Number", "Time"],
"Stop": ["Stop"]
"Stop": ["Element Number"]
},
"specialButton": {
"Press/Release": ["press", "release", "end"],
Expand Down
Loading

0 comments on commit 42a238d

Please sign in to comment.