<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/src/App.vue, branch test-leaftile-nonleaftile</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=test-leaftile-nonleaftile</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=test-leaftile-nonleaftile'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2022-03-28T08:54:59+00:00</updated>
<entry>
<title>Simplify info-icon code by removing top-level options</title>
<updated>2022-03-28T08:54:59+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-28T08:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=50e1e7ae48daf04323093a438aff2d55ff20193d'/>
<id>urn:sha1:50e1e7ae48daf04323093a438aff2d55ff20193d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make option passing less irregular</title>
<updated>2022-03-28T08:34:59+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-28T08:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=a0ef05a86ecb8b3f36102b980a37f93ce97ba8d1'/>
<id>urn:sha1:a0ef05a86ecb8b3f36102b980a37f93ce97ba8d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert SVG icons into icon components</title>
<updated>2022-03-28T01:57:20+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-28T01:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=bcf60b4e1aa2283821010715b33009d8f4a48207'/>
<id>urn:sha1:bcf60b4e1aa2283821010715b33009d8f4a48207</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split lib.ts into layout.ts and util.ts</title>
<updated>2022-03-28T01:23:26+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-28T01:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=10ccee584417d51afc583484b692a8d7086a0d5f'/>
<id>urn:sha1:10ccee584417d51afc583484b692a8d7086a0d5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move TolNode code to tol.ts</title>
<updated>2022-03-28T01:10:27+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-28T01:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=e39f5ada10723dc1f5c29f32543051f90df03041'/>
<id>urn:sha1:e39f5ada10723dc1f5c29f32543051f90df03041</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Settings to SettingsPane, and ParentBar to AncestryBar</title>
<updated>2022-03-28T00:49:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-28T00:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=34e34b9620d88b5d76b87a4bbcd473c2fc6002a9'/>
<id>urn:sha1:34e34b9620d88b5d76b87a4bbcd473c2fc6002a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable auto-mode to trigger expand/collapse-fail animations</title>
<updated>2022-03-27T14:22:25+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-27T14:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=b82d3a24b2487454397535c6fefda250d4ff6114'/>
<id>urn:sha1:b82d3a24b2487454397535c6fefda250d4ff6114</id>
<content type='text'>
Done by sending a signal to a failed-operation's LayoutNode's Tile
component via a watched property on LayoutNode. Also added code to
prevent auto-mode from retrying a failed expand/collapse.

Not an ideal solution, but signalling via LayoutNode is more general, and
arguably cleaner, than the previous method of triggering fail animations
by getting Tile to pass a callback upward as event data.
</content>
</entry>
<entry>
<title>Make auto-mode move-across/down prioritise higher dCount</title>
<updated>2022-03-27T13:54:28+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-27T13:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=567b5b605bf57f305197621d0ddc5f2b8c23ed64'/>
<id>urn:sha1:567b5b605bf57f305197621d0ddc5f2b8c23ed64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make auto-mode more uniformly random and avoid undoing previous actions</title>
<updated>2022-03-27T13:06:16+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-27T13:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=e31a74ff9a71e59eb0cd87c13a38c0934965404c'/>
<id>urn:sha1:e31a74ff9a71e59eb0cd87c13a38c0934965404c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add faster rect-layout algorithm</title>
<updated>2022-03-27T07:02:55+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-03-27T06:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=bdc3bf69fae2e61aed8b3e41f46d2b0675a88231'/>
<id>urn:sha1:bdc3bf69fae2e61aed8b3e41f46d2b0675a88231</id>
<content type='text'>
</content>
</entry>
</feed>
