Files
MODSetter-SurfSense/surfsense_web/lib
suryo12 d571cb23fa refactor(web): use last-seen-tick comparison for slideout listener
Replace the boolean "skip first render" ref with a ref that stores the
previously-seen tick value. The effect now compares against the stored
value and only fires when it differs, which makes the dependency
naturally used (removes the `void slideoutOpenedTick;` acknowledgement)
and self-documents the intent of the guard.

Behavior is unchanged — both forms preserve the one-shot-per-event
semantics of the prior window-event implementation. The JSDoc on
`slideoutOpenedTickAtom` is updated to describe the new pattern.
2026-05-24 18:13:36 +07:00
..
2026-04-30 18:42:38 -07:00
2026-03-25 00:27:24 +05:30
2026-04-08 05:20:03 +05:30
2026-05-19 21:02:07 +05:30