<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/src/components, 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-09T06:20:37+00:00</updated>
<entry>
<title>Make help-info collapsibles close others upon open</title>
<updated>2022-07-09T06:20:37+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-09T06:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=8923e32ec1142a0bb82ee3b1da1ba99334160283'/>
<id>urn:sha1:8923e32ec1142a0bb82ee3b1da1ba99334160283</id>
<content type='text'>
Scrolling to top seems unreliable for some reason
</content>
</entry>
<entry>
<title>Add some non-monophyletic-name info in help-section</title>
<updated>2022-07-09T05:51:10+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-09T05:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=c398c90717544cd46e3a4df3bf2658fbe9466f62'/>
<id>urn:sha1:c398c90717544cd46e3a4df3bf2658fbe9466f62</id>
<content type='text'>
</content>
</entry>
<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>Adjust SCollapsible, allowing for v-model and @open</title>
<updated>2022-07-07T14:25:36+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-07T14:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=ef4a9b9223d6019f0b782eb2f944f3cfe2b6ed41'/>
<id>urn:sha1:ef4a9b9223d6019f0b782eb2f944f3cfe2b6ed41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt loading-modal to show other messages</title>
<updated>2022-07-07T09:51:32+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-07T09:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=9c3fa60551eac1a35877dc159ebeb31f858de0ca'/>
<id>urn:sha1:9c3fa60551eac1a35877dc159ebeb31f858de0ca</id>
<content type='text'>
Was intending to add 'Arranging tiles' and 'Rendering tiles' messages,
but they wouldn't trigger during 'uncontrived' test cases, including
with throttled CPU
</content>
</entry>
<entry>
<title>Add auto-hiding of ancestors on leaf-click</title>
<updated>2022-07-07T08:27:16+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-07T08:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=f335593f9bfbd1eb3db939b23af799709d5d8104'/>
<id>urn:sha1:f335593f9bfbd1eb3db939b23af799709d5d8104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use subAction parameter to simplify action-functions</title>
<updated>2022-07-07T07:09:50+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-07T06:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=716c132b15f3e37a5e0456e65406122324821047'/>
<id>urn:sha1:716c132b15f3e37a5e0456e65406122324821047</id>
<content type='text'>
Stop using @transitionend in Tile, as it seems oddly unreliable (using
@transitioncancel as well didn't help)
</content>
</entry>
<entry>
<title>Add somewhat-dynamic font-sizes in headers</title>
<updated>2022-07-07T03:07:50+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-06T10:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=11caeefa4a3de21a20e66795f0ed06b0df692234'/>
<id>urn:sha1:11caeefa4a3de21a20e66795f0ed06b0df692234</id>
<content type='text'>
</content>
</entry>
</feed>
