<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrona/src/App.vue, branch remove-on-shrink</title>
<subtitle>Chrona: Interactive Historical Timeline</subtitle>
<id>https://terryt.dev/cgit/chrona/atom?h=remove-on-shrink</id>
<link rel='self' href='https://terryt.dev/cgit/chrona/atom?h=remove-on-shrink'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/'/>
<updated>2023-01-02T05:29:50+00:00</updated>
<entry>
<title>Remove timelines when screen is shrunk enough</title>
<updated>2023-01-02T05:29:50+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-02T05:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=58cf14fbd369b2d6cfff4cdeac8f9c2ce54db69f'/>
<id>urn:sha1:58cf14fbd369b2d6cfff4cdeac8f9c2ce54db69f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust event-count-indicator styling</title>
<updated>2022-12-29T12:37:37+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-29T11:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=0d27e899cf580a90784a7ac929a027c456ef30b0'/>
<id>urn:sha1:0d27e899cf580a90784a7ac929a027c456ef30b0</id>
<content type='text'>
Use solid color, and skip transitions on screen size change
</content>
</entry>
<entry>
<title>Make server send error for breaking unit-count limit</title>
<updated>2022-12-29T11:16:17+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-29T11:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=a3c5a73fae39de296cd05bde1a6853e20f84305a'/>
<id>urn:sha1:a3c5a73fae39de296cd05bde1a6853e20f84305a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show event-count data on timeline</title>
<updated>2022-12-29T05:20:26+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-29T05:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=20d69469a4c80a196de23625d0420487b0ed04a6'/>
<id>urn:sha1:20d69469a4c80a196de23625d0420487b0ed04a6</id>
<content type='text'>
Backend:
	Send event-count data to client in EventResponse instance
	Fix certain usages of gregorian calendar instead of julian
	Move HistDate, SCALES, etc, into cal.py
Frontend:
	Make App update a unitCountMaps object using event-count data from server
	Make TimeLine show visual indication of unit counts
	Add showEventCounts option to store
Update unit tests
</content>
</entry>
<entry>
<title>Use scale-associated event scores for uniform spread</title>
<updated>2022-12-28T08:46:34+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-28T08:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=db9321ca32f283f7fd59e2e8b5f8a695c66fce98'/>
<id>urn:sha1:db9321ca32f283f7fd59e2e8b5f8a695c66fce98</id>
<content type='text'>
Add 'dist' and 'scores' db tables
Add 'scale' server query parameter (and remove 'excl')
Disregard event-end when querying database
</content>
</entry>
<entry>
<title>Don't re-query server for same range and scale</title>
<updated>2022-12-28T07:01:26+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-28T02:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=6b8d7fcda5dc884086bfb5df914e3f13dca5ac3c'/>
<id>urn:sha1:6b8d7fcda5dc884086bfb5df914e3f13dca5ac3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make BaseLine spans more visible</title>
<updated>2022-12-18T11:24:00+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-18T11:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=6a21aa07c0bd6f601206cc12e659ebd6319364b6'/>
<id>urn:sha1:6a21aa07c0bd6f601206cc12e659ebd6319364b6</id>
<content type='text'>
Increase min-length to 3px, add margin around BaseLine
Fix non-visibility on startup
</content>
</entry>
<entry>
<title>Only show close button for multiple timelines</title>
<updated>2022-12-18T09:47:12+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-18T09:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=5db4ecc36e7409dcb1a91879ed6510bc74f6caa4'/>
<id>urn:sha1:5db4ecc36e7409dcb1a91879ed6510bc74f6caa4</id>
<content type='text'>
Change close icon from '-' to 'x'
</content>
</entry>
<entry>
<title>Add unit testing</title>
<updated>2022-12-18T09:26:07+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-18T09:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=fac881d61176f04a4062db710df98924a76b0ffb'/>
<id>urn:sha1:fac881d61176f04a4062db710df98924a76b0ffb</id>
<content type='text'>
Install vitest, happy-dom, and @testing-library/vue
Add lib.ts and rbtree.ts tests in tests/
Modularise some date-range-managing code from App.vue into lib.ts
</content>
</entry>
<entry>
<title>Add gcal to client-side HistDates</title>
<updated>2022-10-20T04:31:05+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-10-20T04:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=83366605d1bd43c245c4c110fadfd1a6fd05d3c2'/>
<id>urn:sha1:83366605d1bd43c245c4c110fadfd1a6fd05d3c2</id>
<content type='text'>
Add YearDate and CalDate
Restrict non-calendar HistDates to years before 4713 BC
</content>
</entry>
</feed>
