<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/src/layout.ts, branch main</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=main</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2023-01-29T01:23:13+00:00</updated>
<entry>
<title>Adjust frontend coding style</title>
<updated>2023-01-29T01:23:13+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-29T01:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=629b9208503369c3f20ceb59685ef49766344093'/>
<id>urn:sha1:629b9208503369c3f20ceb59685ef49766344093</id>
<content type='text'>
Add line spacing and section comments
Fix 'Last updated' line in help modal being shown despite overflow
</content>
</entry>
<entry>
<title>Use Pinia to store user settings, palette colors, etc</title>
<updated>2022-09-14T10:29:01+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-09-14T09:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=8b5538e0a55a83b1ff190cd5ad689827777e73a7'/>
<id>urn:sha1:8b5538e0a55a83b1ff190cd5ad689827777e73a7</id>
<content type='text'>
Move uiOpts and lytOpts to store.ts
Add 'const's to *.ts
</content>
</entry>
<entry>
<title>Trigger expand/collapse-fail animation via callback</title>
<updated>2022-09-13T11:34:27+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-09-13T10:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=556d6c953e74996e0ae6a8328e352ab43735f993'/>
<id>urn:sha1:556d6c953e74996e0ae6a8328e352ab43735f993</id>
<content type='text'>
Previously, this was done by changing a LayoutNode field from
App.vue, and having TolTile watch that field
</content>
</entry>
<entry>
<title>Smoothen initial loading where URL has target node</title>
<updated>2022-07-06T07:52:06+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-06T07:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=521c17523070d83e4b5878f56ad61bf37828a27e'/>
<id>urn:sha1:521c17523070d83e4b5878f56ad61bf37828a27e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor to provide default-option access to non-top-level components</title>
<updated>2022-06-29T09:10:33+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-29T09:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=0d0833cbb9c237f377631c4aa4b4eb5c78133b39'/>
<id>urn:sha1:0d0833cbb9c237f377631c4aa4b4eb5c78133b39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor TileInfoModal</title>
<updated>2022-06-26T08:51:41+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-26T08:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=d2d6f0496ce816e9238e785ed3d0e7bd61b2483b'/>
<id>urn:sha1:d2d6f0496ce816e9238e785ed3d0e7bd61b2483b</id>
<content type='text'>
Also change server info-response format to include sub-node common-names
</content>
</entry>
<entry>
<title>Clean up code in Tile.vue</title>
<updated>2022-06-25T16:07:19+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-25T16:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=db92f2524fa5c6464b7d697e18ca4592d5d80156'/>
<id>urn:sha1:db92f2524fa5c6464b7d697e18ca4592d5d80156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up code in layout.ts and util.ts</title>
<updated>2022-06-25T12:47:33+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-25T12:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=4be1a745174dafb39be76594358ce3f28ec78de0'/>
<id>urn:sha1:4be1a745174dafb39be76594358ce3f28ec78de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up code in App.vue</title>
<updated>2022-06-25T09:28:35+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-25T08:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=86e2f7bcf32a87c180315b6114092f11f9bbded5'/>
<id>urn:sha1:86e2f7bcf32a87c180315b6114092f11f9bbded5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move utility functions into util.ts</title>
<updated>2022-06-24T09:19:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-24T09:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=45bca977157084e11aaa2554ca3a2a403cedcfdb'/>
<id>urn:sha1:45bca977157084e11aaa2554ca3a2a403cedcfdb</id>
<content type='text'>
</content>
</entry>
</feed>
