Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.24 KB

File metadata and controls

25 lines (20 loc) · 1.24 KB

Ralph Slack Progress

Iteration 45 (2026-02-08)

  • Added saved-message support with a new SQLite table, seed data, and load pipeline.
  • Added UI toggles to save/unsave messages and filter the current channel to saved-only.
  • Wired saved state updates with inline error handling in the UI.

Iteration 83 (2026-02-08)

  • Throttled repaint scheduling when the window is unfocused/occluded to cut background idle CPU.
  • Added focus + occlusion tracking to force a repaint when visibility changes.

Iteration 84 (2026-02-08)

  • Added message reaction UI with emoji counts and toggle support.
  • Wired reaction persistence/loading for channel switches, searches, and deferred loads.
  • Surface reaction action errors inline for quick feedback.

Iteration 83 (2026-02-08)

  • Added pinned message support with a new SQLite table, seed data, and load pipeline.
  • Added per-channel pinned-only filtering alongside saved message filters.
  • Wired pin/unpin controls with inline error feedback.

Iteration 85 (2026-02-08)

  • Added persisted per-channel draft storage in SQLite with load/save/delete helpers.
  • Load drafts during deferred DB boot and restore them into the composer state.
  • Persist draft changes and clear drafts on send to keep composer state synced.