<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/src/components/Tile.vue, 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>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 quotes around displayed alt-names</title>
<updated>2022-05-10T05:40:58+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-10T05:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=3d895370a608d4f51726b74e2560dcf5f4ec43a8'/>
<id>urn:sha1:3d895370a608d4f51726b74e2560dcf5f4ec43a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add multiple header-color thresholds</title>
<updated>2022-05-10T05:40:27+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-10T05:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=81124cde7b1838248c41f8fbfce83db9e935e5b4'/>
<id>urn:sha1:81124cde7b1838248c41f8fbfce83db9e935e5b4</id>
<content type='text'>
Also add tips count in info modal
</content>
</entry>
<entry>
<title>Make an overflown-root scroll to a searched node</title>
<updated>2022-05-10T04:02:19+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-10T04:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=7554f86270cf48ea889feeb180ebd58be5e3f19d'/>
<id>urn:sha1:7554f86270cf48ea889feeb180ebd58be5e3f19d</id>
<content type='text'>
Also make overflown-root header remain visible while scrolling
</content>
</entry>
<entry>
<title>Fix border-shadow clipping by overflow:scroll</title>
<updated>2022-05-10T01:49:58+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-05-10T01:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=6406d16dfe663bce1c6751888eb39bd6a82bf598'/>
<id>urn:sha1:6406d16dfe663bce1c6751888eb39bd6a82bf598</id>
<content type='text'>
</content>
</entry>
</feed>
