untangled

NEW CHANNEL: #fulcro
tony.kay 2017-06-09T06:25:50.369664Z

untangled-ui 1.0.0-alpha2-SNAPSHOT is on clojars. Note: only the forms support in the library is likely to move forward.

stephen 2017-06-09T15:56:05.827961Z

tony.kay: Cool, did you decide to keep maintaining untangled-ui then?

tony.kay 2017-06-09T18:08:47.458568Z

no, but I’m merging the parts that I can manage into the combo lib soon.

tony.kay 2017-06-09T18:09:10.465699Z

I was hoping NAVIS will give me the rights to the website for Untangled, since they technically own the accounts.

tony.kay 2017-06-09T06:29:49.400240Z

It includes a fix for form-diff on subforms.

stephen 2017-06-09T15:56:05.827961Z

tony.kay: Cool, did you decide to keep maintaining untangled-ui then?

tony.kay 2017-06-09T18:08:47.458568Z

no, but I’m merging the parts that I can manage into the combo lib soon.

tony.kay 2017-06-09T18:09:10.465699Z

I was hoping NAVIS will give me the rights to the website for Untangled, since they technically own the accounts.

tony.kay 2017-06-09T19:12:32.692926Z

Work in progress:

tony.kay 2017-06-09T19:12:33.693022Z

https://github.com/awkay/untangled

tony.kay 2017-06-09T19:14:33.727535Z

I’m combining the following things into a single project and cleaning up some naming: - Client - Server - Cookbook (now called demos) - Devguide - Form support - Websockets - Possibly other bits…

5👍
tony.kay 2017-06-09T19:14:53.733393Z

There is a snapshot version on clojars (see the README). Info on what has changed is in the CHANGELOG

tony.kay 2017-06-09T19:15:49.750212Z

At the moment I’m planning on removing load-data. I’d be open to discussion on keeping it around, but I think it largely complicates the story, and I think it is relatively easy to port to load.

tony.kay 2017-06-09T19:17:25.778797Z

If someone wants to contribute a shell script that uses sed or something to apply a bunch of the renames, that would be appreciated. All of the changes I’ve done have been combining and fixing long-standing naming issues (e.g. having protocols you need access to in namespaces that imply private)

tony.kay 2017-06-09T19:17:54.787333Z

I’m also moving the built-in mutations to defmutation for better IDE support, but this means the mutation namespaces changed.

tony.kay 2017-06-09T19:28:43.973519Z

https://github.com/untangled-web/om-css

tony.kay 2017-06-09T19:28:49.975003Z

Version 1.1.0 released to clojars

1👍
tony.kay 2017-06-09T19:29:03.978979Z

includes new method of co-locating CSS that is simpler to use.

tony.kay 2017-06-09T23:12:52.915256Z

There is a bootstrap3 namespace in the new untangled lib that has wrappers for Bootstrap elements. It isn’t done, but I’ve done a decent, usable amount. The embedded devguide has sections on using it, but most of it is pretty obvious.

tony.kay 2017-06-09T23:13:21.918673Z

If anyone is interested in helping, let me know.