Commit Graph

31 Commits

Author SHA1 Message Date
Sergio Martínez Portela
3f24489138 Implement connection handling; automatically connect user to bridge. 2020-05-27 11:17:53 +02:00
Sergio Martínez Portela
da3dfd5d2e Implement base bridge connection. 2020-05-26 17:43:19 +02:00
Sergio Martínez Portela
a9b5c8f02b Fix custom block wiring. 2020-05-26 11:56:49 +02:00
Sergio Martínez Portela
acb0dbec05 Fix serialization of block arguments. 2020-05-26 10:52:46 +02:00
Sergio Martínez Portela
7f2686166e Implement custom block unlinking and pausing. 2020-05-26 10:52:24 +02:00
Sergio Martínez Portela
2c88dd4b03 Draw all block parameters, call bridge when activated. 2020-05-25 20:20:26 +02:00
Sergio Martínez Portela
de2d474294 Set base to show custom blocks on part-picker menu. 2020-05-20 16:53:18 +02:00
Sergio Martínez Portela
4d477cfa5d Make inputs enter from the top of a block, outputs go to the bottom. 2020-05-20 13:31:03 +02:00
Sergio Martínez Portela
033b79cba1 Implement base connection to PrograMaker API.
- Login and check of the login token.
2020-05-19 19:19:26 +02:00
Sergio Martínez Portela
1cdc679c70 WIP: Login form. 2020-03-02 22:10:22 +01:00
4f2721fb90 Only propagate on ConvertToString when there's changes. 2018-01-26 02:14:02 +01:00
67348d9e03 Add Any-Inputs, string wires (and *puts) and ConvertToString part. 2018-01-26 02:11:33 +01:00
2ea0515bba AddToggler, add boolean wires, make ColorBox accept boolean. 2018-01-26 00:46:28 +01:00
7a8d92cb95 Add little logo to the ticker. 2018-01-25 23:43:23 +01:00
bddc4f64a8 Don't show logic elements outside dev mode. 2018-01-25 00:00:12 +01:00
2f58d1d609 Add ticker component. 2018-01-24 23:55:58 +01:00
eafa61c34b Remove unused imports. 2018-01-23 22:46:55 +01:00
abd9096c25 Allow opening card by path. 2018-01-22 01:03:17 +01:00
8fa2e22d55 Add simplistic modal for part instantiation. 2018-01-21 00:14:46 +01:00
e47e1c61f9 Add scrolling canvas. 2018-01-18 22:15:54 +01:00
82b6e7188c Fix dangling wires when remove input-connected part. 2017-10-31 00:06:46 +01:00
8773f46b60 Test the possibilities of Type-safe wiring. 2017-07-23 09:46:01 -04:00
9157d2b7ad Serialize and save connections. 2017-07-22 18:35:41 -04:00
dcbc0e5cad Add signal passing prototype. 2017-07-22 16:31:21 -04:00
888e32f7ec Add a simplistic prototype of wiring mechanism. 2017-07-13 23:33:25 -04:00
fe0794632d Experiment with basic dev mode context. 2017-07-09 22:29:15 -04:00
cb5b087af1 Add a simple, JSON-based serialization mechanism. 2017-07-04 02:26:35 +02:00
be7eacddb7 Differenciate touching and grabbing. 2017-07-04 01:26:40 +02:00
bfcb25e1a2 Remove "public" from Part interface methods. 2017-07-04 01:10:23 +02:00
1eb830b71d Add basic part movement mechanism. 2017-07-04 01:09:37 +02:00
bc33baca27 Explore canvas + part solution. 2017-07-03 23:25:25 +02:00