SurfSense/surfsense_web/components/public-chat-snapshots
Matt Van Horn 90ed853a26 perf: remove unnecessary useMemo wrapping simple boolean expressions
Replace useMemo calls that wrap trivial boolean checks with plain
const expressions. The memo overhead exceeds the cost of these
simple permission checks and mode comparisons.

Fixes #1052
2026-04-08 01:36:24 -07:00
..
public-chat-snapshot-row.tsx refactor: replace span with Dot component in public chat snapshots, model configuration and thread managers 2026-04-03 17:28:12 +05:30
public-chat-snapshots-empty-state.tsx style: update alert components and empty state UI 2026-04-02 09:16:07 +05:30
public-chat-snapshots-list.tsx feat: enhance public chat snapshot row with copy functionality and URL display, improving user interaction 2026-02-10 02:15:13 +05:30
public-chat-snapshots-manager.tsx perf: remove unnecessary useMemo wrapping simple boolean expressions 2026-04-08 01:36:24 -07:00