Fabio Manganiello blacklight
  • 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
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-23 03:48:52 +02:00
54a4c21882 Merge branch 'master' into 341/procedure-entities-ui
c48efe07bd [Automatic] Updated components cache
Compare 2 commits »
blacklight created pull request platypush/platypush#428 2024-09-23 03:48:37 +02:00
[UI] Expose procedures as entities
blacklight pushed to master at platypush/platypush 2024-09-23 03:46:47 +02:00
c48efe07bd [Automatic] Updated components cache
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-23 03:46:34 +02:00
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
Compare 3 commits »
blacklight deleted branch 341/procedure-entities from platypush/platypush 2024-09-23 03:45:33 +02:00
blacklight pushed to master at platypush/platypush 2024-09-23 03:45:32 +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.
Compare 39 commits »
blacklight merged pull request platypush/platypush#426 2024-09-23 03:45:31 +02:00
[Backend] Expose procedures as entities
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-23 03:44:15 +02:00
8d8e1878bb Updated CHANGELOG
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-23 03:21:40 +02:00
393493550c Merge branch '341/procedure-entities' into 341/procedure-entities-ui
38c1ebb90c [alarm] Don't fail if no audio file is provided.
Compare 2 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-23 03:21:25 +02:00
38c1ebb90c [alarm] Don't fail if no audio file is provided.
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-23 03:19:57 +02:00
419c227ff8 [UI] Don't propagate click events in FileBrowser.
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-23 03:17:58 +02:00
d1da4803cf [#341] Adapted alarm UI to the changes to the ProcedureEditor component.
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-22 03:44:50 +02:00
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.
Compare 4 commits »
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-22 01:44:41 +02:00
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
Compare 6 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-16 03:19:57 +02:00
be8140ddb5 [procedure] Several improvements to the procedure engine.
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-16 03:10:40 +02:00
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.
Compare 4 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-13 18:22:09 +02:00
771e32e368 [#341] procedure._serialize_action should also support strings.
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-13 18:19:51 +02:00
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.
Compare 3 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-12 02:16:28 +02:00
853fce2521 [procedures] Fixed if queue flushing logic.
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-12 02:03:28 +02:00
b337bf7a53 [#341] Added return block to ProcedureEditor.