<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/src, branch load-some-outside-overflow</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=load-some-outside-overflow</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=load-some-outside-overflow'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2022-05-15T08:35:25+00:00</updated>
<entry>
<title>For overflowing tiles, load some out-of-view child tiles</title>
<updated>2022-05-15T08:35:25+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-15T08:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=09db67f3b104ef6e61a49e6df8fe46c5233cbea7'/>
<id>urn:sha1:09db67f3b104ef6e61a49e6df8fe46c5233cbea7</id>
<content type='text'>
Intended to reduce cases of tiles becoming visible after their area is
scrolled into view. Doesn't really help if user scrolls quickly, and
rows have many tiles.
</content>
</entry>
<entry>
<title>Adjust resize/scroll throttling to reliably include end cases</title>
<updated>2022-05-15T08:30:27+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-15T08:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=a840a16c6bd5aef906bd5cbce8293fc863cb5a5d'/>
<id>urn:sha1:a840a16c6bd5aef906bd5cbce8293fc863cb5a5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load only visible tiles when overflowing</title>
<updated>2022-05-15T06:49:02+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-15T06:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=61de82ca945685f98aad0d0c408c39e9762e2fc8'/>
<id>urn:sha1:61de82ca945685f98aad0d0c408c39e9762e2fc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix info-modal not display image for composite-nodes</title>
<updated>2022-05-13T03:22:56+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-13T03:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=7003ef7f92f3a8fed059dab2b37c0e203c000dba'/>
<id>urn:sha1:7003ef7f92f3a8fed059dab2b37c0e203c000dba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix inaccurate tile-info data when using reduced tree</title>
<updated>2022-05-12T14:08:16+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-12T14:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=0d3eda30c79e6c79ff1a82f5b8104602d03b8b0c'/>
<id>urn:sha1:0d3eda30c79e6c79ff1a82f5b8104602d03b8b0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable info-display for search suggestions</title>
<updated>2022-05-12T03:06:49+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-12T03:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=b19bab9098e3eae71845faa7c8d17e9d03548d22'/>
<id>urn:sha1:b19bab9098e3eae71845faa7c8d17e9d03548d22</id>
<content type='text'>
Add info-icon to SearchModal, sending event when clicked.
Change App to allow info-modal display on top of search-modal.

Also make info-icon-click events send a node name instead of a LayoutNode,
and make TileInfoModal and server get/send additional node info, seeing
as the client might not have info about the node's common name, tips,
etc, anymore.
</content>
</entry>
<entry>
<title>Don't quote already-quoted common-names</title>
<updated>2022-05-11T14:42:29+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-11T14:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=a9fa4cf9a40c4e636772d743371163daddda159c'/>
<id>urn:sha1:a9fa4cf9a40c4e636772d743371163daddda159c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust code for typescript checks</title>
<updated>2022-05-11T14:23:07+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-11T14:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=7b3864979f3cf9aae89d16bae708d5c3124e8e8a'/>
<id>urn:sha1:7b3864979f3cf9aae89d16bae708d5c3124e8e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add reduced-tree data generation+serving+querying+setting</title>
<updated>2022-05-11T14:10:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-11T14:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=e1ef2bf3387769de4edc4a7ec1a6d38c5a21c5e7'/>
<id>urn:sha1:e1ef2bf3387769de4edc4a7ec1a6d38c5a21c5e7</id>
<content type='text'>
Add genReducedTreeData.py, which generates a reduced_nodes table.
Adjust server to serve that data for queries with a tree=reduced query param.
Adjust client to query for that data depending on a useReducedTree variable.
Add a SettingsPane setting to change that useReducedTree variable.
</content>
</entry>
<entry>
<title>Use prefix-search with ranking-by-length</title>
<updated>2022-05-11T01:44:14+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-10T09:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=6c61612564b9a30f747207c43729c3e7e8cbf0d3'/>
<id>urn:sha1:6c61612564b9a30f747207c43729c3e7e8cbf0d3</id>
<content type='text'>
</content>
</entry>
</feed>
