<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/src/components/SearchModal.vue, branch mutex-help-collapsibles</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=mutex-help-collapsibles</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=mutex-help-collapsibles'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2022-07-09T02:35:20+00:00</updated>
<entry>
<title>Fix search suggestions wrong-text on mobile</title>
<updated>2022-07-09T02:35:20+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-09T02:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=2fd138563bb0c017a1072e79fe78e6479086e9d1'/>
<id>urn:sha1:2fd138563bb0c017a1072e79fe78e6479086e9d1</id>
<content type='text'>
Turns out the input wasn't converted to lowercase before being matched
with suggestion data, and this was more noticeable on mobile due to
auto-capitalisation
</content>
</entry>
<entry>
<title>Fix links-to-node failing on load</title>
<updated>2022-07-09T01:49:39+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-09T01:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=345c96f99aa98d5e90a46fa3f175ec0a2e6d4f36'/>
<id>urn:sha1:345c96f99aa98d5e90a46fa3f175ec0a2e6d4f36</id>
<content type='text'>
Was setting SERVER_URL incorrectly
Also changed server API to include 'excl' param
</content>
</entry>
<entry>
<title>Send activeRoot to server, for reducing toroot response sizes</title>
<updated>2022-07-08T05:00:32+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-08T04:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=4e2830b6986aef2486d12c20ffc37d4bb595ced4'/>
<id>urn:sha1:4e2830b6986aef2486d12c20ffc37d4bb595ced4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use URLSearchParams instead of plain strings</title>
<updated>2022-07-06T07:29:21+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-06T07:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=983530cffd27a6c633ea91e9ce910779043c7c6a'/>
<id>urn:sha1:983530cffd27a6c633ea91e9ce910779043c7c6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some redundant display:block specifiers</title>
<updated>2022-07-05T06:09:02+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-05T06:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=d554c2ffc79dccc366626270760a73a7cf6772aa'/>
<id>urn:sha1:d554c2ffc79dccc366626270760a73a7cf6772aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add loading-from-server indicator</title>
<updated>2022-07-05T05:57:46+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-05T05:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=195e1111f286631fc871b49487755eaeafaf03a8'/>
<id>urn:sha1:195e1111f286631fc871b49487755eaeafaf03a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add styling, mainly for TileInfoModal and Settings</title>
<updated>2022-07-03T06:39:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-03T06:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=89fc34f82956f2410ee7f1d90e03945e10805dda'/>
<id>urn:sha1:89fc34f82956f2410ee7f1d90e03945e10805dda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate 3 reduced trees, keeping the original, and serve only those</title>
<updated>2022-07-01T09:28:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-01T09:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=551fbe163b90cc1f318612c167fbdfe738dd7132'/>
<id>urn:sha1:551fbe163b90cc1f318612c167fbdfe738dd7132</id>
<content type='text'>
Generate a 'trimmed' reduced tree instead of changing the original.
Generate an 'images-only' reduced tree, and use it as the default.
Combine 'picked' reduced tree code with that of other reduced trees.
Adapt server API to allow selecting between more than 2 trees.
Add client setting for selecting between 3 trees.
</content>
</entry>
<entry>
<title>Avoid displaying empty img-src info</title>
<updated>2022-06-30T11:16:09+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-30T11:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=c2b9a8b7a706cdca58dab7f4a980401e1c20a602'/>
<id>urn:sha1:c2b9a8b7a706cdca58dab7f4a980401e1c20a602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix search-bar mode-checkbox inverted-condition bug</title>
<updated>2022-06-29T16:12:36+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-29T16:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=dc6dcff2cb646e437dd57ba1270471d15ee3e3e2'/>
<id>urn:sha1:dc6dcff2cb646e437dd57ba1270471d15ee3e3e2</id>
<content type='text'>
</content>
</entry>
</feed>
