- Amsterdam, NL
- https://fabiomanganiello.com
-
Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.
- Joined on
2022-07-05
54a4c21882
Merge branch 'master' into 341/procedure-entities-ui
c48efe07bd
[Automatic] Updated components cache
[UI] Expose procedures as entities
e1547da794
Merge branch 'master' into 341/procedure-entities-ui
62737b5a95
Merge pull request '[Backend] Expose procedures as entities' (#426) from 341/procedure-entities into master
8d8e1878bb
Updated CHANGELOG
blacklight
deleted branch 341/procedure-entities from platypush/platypush
2024-09-23 03:45:33 +02:00
62737b5a95
Merge pull request '[Backend] Expose procedures as entities' (#426) from 341/procedure-entities into master
8d8e1878bb
Updated CHANGELOG
38c1ebb90c
[alarm] Don't fail if no audio file is provided.
be8140ddb5
[procedure] Several improvements to the procedure engine.
771e32e368
[#341]
procedure._serialize_action
should also support strings.
[Backend] Expose procedures as entities
393493550c
Merge branch '341/procedure-entities' into 341/procedure-entities-ui
38c1ebb90c
[alarm] Don't fail if no audio file is provided.
b6c0029208
[UI] Better color schemes for highlighed text.
8b621cbf30
[UI] Propagate
dragend
events from Tile
components.
e5a2127ecb
[UI] s/stackoverflow-dark/monokai-sublime/ in extensions config page.
91c66cdd48
[UI] Fixed deprecated usage of the hljs.highlight API.
f6b3d34eff
[UI] Better handling of nested modals on the entities page.
839948e4e6
[UI] Emit one and only one open/close modal event.
0d0665ca7c
[UI] Keep track of the number of stack modals.
6dd1d481d5
[#341] Added support for dynamic context in procedure editor components.
0e40d77bc7
Merge branch '341/procedure-entities' into 341/procedure-entities-ui
e7e76087c0
[#341] Added support for setting variables in procedure editor.
dfbbea93fd
[#341] Added UI for
while
loops in procedure editor.
ab07fc0fa3
Merge branch '341/procedure-entities' into 341/procedure-entities-ui
771e32e368
[#341]
procedure._serialize_action
should also support strings.
156a6379d0
[#341] Added for for/break/continue statements in procedure editor.
c4610254f8
Merge branch '341/procedure-entities' into 341/procedure-entities-ui
853fce2521
[procedures] Fixed
if
queue flushing logic.