Elektrine lite

← Feed

@rcarver@mastodon.social

Post #2841035

2026-03-18 04:23 UTC

To put a finer point on it, I really don't know if @aphera@mastodon.social would exist in its current form, and at least wouldn't work as well as it does without @pointfreeco@hachyderm.io SQLiteData. https://github.com/pointfreeco/sqlite-data

Replies (1)

  • @rcarver@mastodon.social 2026-03-18 04:29

    A fun side effect of integrating undo at the db level is we moved things like selection and navigation to the db as well. That allowed us to fully connect editing operations and view state in one unified model, a big part of a making the whole app feel like a single stack that you can move through and undo. Props to apps that pull this off, we took a lot of inspiration from Linear's navigation and undo model.

    Open ##2841036