Faton Ramadani
e97ddee8e8
feat(frontend): conditional rendering ( #1555 )
...
* feat(frontend): conditional rendering
* feat(frontend): done
* feat(frontend): small fix
* feat(frontend): done
* feat(frontend): renaming
* feat(frontend): restructure components
* feat(frontend): revert setTab
* feat(frontend): fix setTab
* feat(frontend): fix setTab
2023-05-10 14:23:33 +02:00
Ruben Fiszel
4c3151dfdc
improve form config
2023-05-10 09:25:17 +02:00
Ruben Fiszel
f6b938f446
nit form config
2023-05-10 08:57:04 +02:00
Faton Ramadani
9ebb4877e9
feat(frontend): app modal ( #1518 )
...
* feat(frontend): app modal wip
* feat(frontend): Modal
* feat(frontend): fix modal title
* feat(frontend): Merge main
* feat(frontend): fix build
* feat(frontend): use ResolveConfig + rename prop
* feat(frontend): use ResolveConfig + rename prop
2023-05-08 18:04:43 +02:00
Faton Ramadani
edfda0d63a
feat(frontend): Add label, description, input style + add displayType… ( #1540 )
...
* feat(frontend): Add label, description, input style + add displayType prop
* feat(frontend): add large gap prop + use ResolveConfig
2023-05-08 18:04:18 +02:00
Faton Ramadani
7c7b033eda
feat(frontend): App stepper ( #1529 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): stepper done
* feat(frontend): Fix colors
* feat(frontend): fix build
* feat(frontend): app stepper done
* feat(frontend): app stepper done
* feat(frontend): add editor mode
* feat(frontend): remove unnecessary reactivity
* feat(frontend): python default code
* feat(frontend): remove submit
* feat(frontend): pre-connect
* feat(frontend): Adapt AppStepper
* feat(frontend): add errorHandledByComponent
* feat(frontend): remove button + fix runStep
* feat(frontend): fix overflow
2023-05-05 17:15:40 +02:00
Faton Ramadani
c8ed25f943
feat(frontend): App Schema Form component ( #1533 )
...
* feat(frontend): app static form
* feat(frontend): working schemaForm
* feat(frontend): add lightmode
* feat(frontend): sync values direclty
* feat(frontend): remove dev code
2023-05-05 16:40:07 +02:00
Ruben Fiszel
168d48630c
feat(frontend): add recompute others to background scripts
2023-05-03 10:48:13 +02:00
Ruben Fiszel
503cec3f3e
feat(frontend): add labels as table action
2023-05-02 12:17:32 +02:00
Ruben Fiszel
3900908f50
feat(frontend): allow running eval in every field
2023-05-02 09:59:18 +02:00
Faton Ramadani
51e090e486
App UI rework ( #1442 )
...
* feat(frontend): app editor ui rework
* feat(frontend): update insert variable
* feat(frontend): fix preview button
* feat(frontend): update toggle group v2
* feat(frontend): fix typo
* feat(frontend): fix build
* feat(frontend): adapt homepage
* feat(frontend): small fix
* feat(frontend): add back type
2023-04-21 10:40:03 +02:00
Ádám Kovács
89e73b2226
fix(frontend): Minor update of app default codes ( #1440 )
2023-04-20 11:38:30 +02:00
Ádám Kovács
21d28f5ed9
fix(frontend): Update app default codes ( #1432 )
...
* fix(frontend): Update app default codes
* remove console log
2023-04-19 22:46:00 +02:00
Ádám Kovács
58d5238e99
fix(frontend): Fix app file uploads ( #1408 )
...
* fix(frontend): Image upload
* fix
* handle map input error
2023-04-13 21:00:12 +02:00
Ruben Fiszel
94098c23e0
fix refreshOn
2023-04-13 09:22:52 +02:00
Faton Ramadani
fac95318cd
fix(frontend): Remove output when deleting a component ( #1397 )
2023-04-12 10:28:54 +02:00
Faton Ramadani
1a51fa1526
fix(frontend): remove stopPropagation that was preventing components dnd ( #1378 )
2023-04-10 07:23:15 +02:00
Ruben Fiszel
aadaeed4c1
change default recomputeOnInputChanges
2023-04-08 12:33:03 +02:00
Faton Ramadani
9b3ab9d846
App input ( #1353 )
...
* feat(frontend): record frontend errors
* feat(frontend): display result
* feat(frontend): Fix name shadowing
* feat(frontend): fix typo
* fix(frontend): better display frontend errors
* fix(frontend): wip
* wip
* feat(frontend): text input
* feat(frontend): enable double click to open + disabled mode when input is computed or connected
* feat(frontend): fix monaco setCode
* feat(frontend): revert package.json changes
* feat(frontend): fix syncing issues
* feat(frontend): adapt style
* feat(frontend): fix event propagation
2023-04-04 16:00:50 +02:00
Ádám Kovács and Ruben Fiszel
a69feda6bf
feat(frontend): Add ID renaming popup ( #1344 )
...
* feat(frontend): Add id renaming popup
* fix(frontend): State reset
* actually do it
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-02 15:46:24 +02:00
Ruben Fiszel
85e7111c9f
fix cycle in imports
2023-04-01 01:40:19 +02:00
Ruben Fiszel
5bbad81a8c
fix(frontend): improve app tables
2023-03-31 00:19:14 +02:00
Ruben Fiszel
0bff6e251c
add license
2023-03-30 19:48:18 +02:00
Faton Ramadani
4346ae43a5
feat(frontend): improve input connection UI ( #1333 )
...
* feat(frontend): improve input connection UI
* feat(frontend): prevent pointerup from bubbling + refactor the code
* feat(frontend): remove unnecessary alert + fix null display
* feat(frontend): restore hoveredComponent when connecting + properly open deeply nested component
* feat(frontend): fix ObjectViewer display
2023-03-29 09:05:50 +02:00
Ruben Fiszel
806e2dc817
feat(frontend): add pagination
2023-03-28 16:58:43 +02:00
Ruben Fiszel
62461b7629
feat(frontend): add textareacomponent + fix multiselect style + select multi components
2023-03-27 18:33:50 +02:00
Faton Ramadani
e8aafce789
fix(frontend): Small app fixes ( #1331 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): merge main
* fix(frontend): fix build
* fix(frontend): revert css
* fix(frontend): fix alignement + remove id from if deleted
* fix(frontend): fix connection height
* fix(frontend): done
2023-03-27 11:50:40 +02:00
Ruben Fiszel
a3ed5f0137
many apps small fixes
2023-03-26 18:14:37 +02:00
Ruben Fiszel
55842694fc
feat(frontend): multiselect components for apps
2023-03-25 16:54:50 +01:00
Ruben Fiszel
4e50278ae7
fix(apps): improve app table actionButtons behavior under many clicks
2023-03-25 07:59:32 +01:00
Ádám Kovács
f3c24ee3c6
feat(frontend): Add quick style settings to app editor ( #1308 )
...
* feat(frontend): Add app secondary settings menu
* refactor(frontend): Separate color picker
* save
* feat(frontend): Add quick style options
* fix(frontend): Handle overflow
* feat(frontend): Add suggestions to quick styles
* save wip
* feat(frontend): Add UI for quick styling
* fix(frontend): Handle multi value properties
* fix(frontend): Convenience updates
* feat(frontend): Add styling properties to components
* fix(frontend): Parse inner colors
* fix(frontend): Multi value sync
* fix(frontend): Correct unit handling
* fix(frontend): Correct multivalue handling
* remove comments
* fix color picker label
* feat(frontend): Add box-shadow property
* feat(frontend): Add concise unit selector
* feat(frontend): Update app labels
* remove unused imports
* fix width
* fix(frontend): App freezing
* fix(frontend): Remove unused imports
* fix(frontend): Conditional chaining
* fix
* revert
* minor updates
* feat(frontend): Add 'apply style to all' button
* fix(frontend): Update styling properties
* fix(frontend): Styling menu typography update
2023-03-24 18:26:16 +01:00
Ádám Kovács
21df638df7
fix(frontend): Disable app keyboard navigation on focused inputs ( #1326 )
2023-03-24 16:48:34 +01:00
Ruben Fiszel
89db623b64
improve load time for tabs
2023-03-21 20:56:54 +01:00
Ruben Fiszel
ad84b3f16d
improve load time for text and button components
2023-03-21 19:55:35 +01:00
Ruben Fiszel
dfa9e333aa
feat(apps): add action on form/button/formbutton
2023-03-21 18:22:20 +01:00
Faton Ramadani
b13f605866
feat(frontend): App set tab ( #1307 )
...
* feat(frontend): Set tab
* feat(frontend): Set tab
* feat(frontend): fix styling
* feat(frontend): update how set Tab is stored
* feat(frontend): clean up
* feat(frontend): update setTab to an array structure
* feat(frontend): revert
* feat(frontend): support all components
* feat(frontend): fix typing
* feat(frontend): group success side effects
* feat(frontend): add missing tooltip + remove duplicate code
2023-03-20 19:09:56 +01:00
Ruben Fiszel
a4325ff018
use skeleton for loading in apps
2023-03-20 08:49:51 +01:00
Ruben Fiszel
fc59d23056
minor app improvements
2023-03-20 08:35:44 +01:00
Ruben Fiszel
92d36d0e0f
minor app improvements
2023-03-20 08:26:02 +01:00
Ruben Fiszel
9fc26b061f
improve move animation
2023-03-19 23:12:01 +01:00
Ruben Fiszel
03d42e42e0
minor app fixes
2023-03-19 22:37:00 +01:00
Ruben Fiszel
164333b6ee
feat(apps): add transformers for data sources
2023-03-19 15:16:31 +01:00
Ruben Fiszel
d31faed648
fix lock + reactivity on ctrl + fix optionValuesKeys
2023-03-18 15:52:46 +01:00
Ruben Fiszel
69b7d92bda
improve type definition of apps and sync them with static components + purge app content of unecessary data
2023-03-18 15:29:42 +01:00
Ruben Fiszel
a6db050bcc
fix reactivity for static inputs
2023-03-17 20:50:34 +01:00
Ruben Fiszel
04431e8599
apps rich configuration v0 + resource picker clear fix for apps
2023-03-17 12:25:03 +01:00
Ruben Fiszel
23d0535571
fix key left navigation
2023-03-16 12:48:31 +01:00
Faton Ramadani
68df5505b0
feat(frontend): Component control ( #1293 )
...
* fix(frontend): fix app tabs
* fix(frontend): app controls
* fix(frontend): app controls
* fix(frontend): align output panel
* fix(frontend): clean up
* fix(frontend): refactor events
* fix(frontend): fix display
* fix(frontend): fix indentation
* fix(frontend): merge main
2023-03-16 12:42:10 +01:00
Faton Ramadani
6fd1c704ea
feat(frontend): add table actions navigation ( #1298 )
...
* feat(frontend): add table actions navigation
* feat(frontend): add table actions navigation
* feat(frontend): add table actions navigation
2023-03-16 12:36:33 +01:00
Ruben Fiszel
4db0e0a762
feat(frontend): app textcomponent editable + tooltip
2023-03-16 02:34:39 +01:00