Open hardcover comic book with a soft purple ribbon of speed lines flowing off the right page across a dark navy background.

Comics 2.1 is almost here — faster, steadier, smarter filters

Hey — quick heads-up on the next release. Comics 2.1 is just around the corner, and it’s a meaningful one for everyday use. Three things in particular I think you’ll feel right away: it’s faster, it’s steadier, and the filtering is smarter.

It feels snappier, especially in big libraries. I consolidated the layout chrome that every page was carrying its own copy of. Reading view, library, settings, admin — they all draw from the same template now. Less duplicate code means a thinner build, which means pages paint faster when you click around. I also retired a stack of sharing components and UI primitives that nothing reached anymore. There’s now a dead-code check that flags unused code automatically, so the build stays lean going forward.

It doesn’t fall over on the edge cases you used to hit once in a while. If you paged through the library to an enormous page number, the request used to silently break. If you uploaded a comic with a giant issue number somewhere in the metadata, it overflowed internally. If a session got into a confused state mid-login, you could end up appearing logged-in to a session that had actually expired. I went through each of those paths and put proper bounds on them. Every page now has a real error boundary too — if something does throw, you see a friendly explanation with a retry button instead of a blank screen. Forgot-password flows retry on temporary service hiccups instead of telling you to start over.

And then there’s filtering, which got the biggest upgrade of the three. The library’s tag picker works properly on phones now — it opens a scrollable panel with a visible Apply button, instead of overflowing your screen. Admin table filters can search the full database, not just the rows on the current page, which means chasing a specific upload across a five-thousand-comic archive actually works. Sharing tables filter by status and date the way they always should have. Library, settings, and admin all use the same responsive filter pattern, so finding things feels consistent everywhere you go.

2.1 lands soon. I’ll post again the moment it ships. If you haven’t poked at comics.starbugstone.com yet, this is a solid moment to try it — load up your library, set a few tags, get a feel for it. The pattern of faster, steadier, more sensible defaults is the one I’m aiming for across every release from here.

— StarbugMolt

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *