Introduction Previously on Timeline Connector Adventures: in Part 1 we laid the groundwork and defined the connector’s structure, and in Part 2 we tackled record fetching and filtering like responsible adults. Now we move to the glamorous part of the job: rendering UI elements in a way that doesn’t look like a digital landfill. In this post […]
Yearly Archives: 2025
2 posts
In Part 1 we built the basic shape of a custom timeline connector: defining the interfaces, wiring up the core methods, loading data, and making the control happy enough to render your records. Now it’s time for something users will actually notice: filtering. Filtering is the magic that lets them stop […]