Login
You're viewing the hachyderm.io public feed.

Replies

  • Mar 18, 2026, 4:29 AM

    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.

    💬 0🔄 0⭐ 2