paperclip/ui/src
Dotta 67bc601258 fix(ui): use history.replaceState for search URL sync to prevent page re-renders
setSearchParams from React Router triggers router state updates that cause
the Issues component tree to re-render on each debounced URL update. Switch
to window.history.replaceState which updates the URL silently without
triggering React Router re-renders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 08:06:57 -06:00
..
adapters Improve OpenClaw SSE transcript parsing and stream readability 2026-03-05 17:26:00 -06:00
api Add invite callback-resolution test endpoint and snippet guidance 2026-03-05 13:05:04 -06:00
components fix(ui): enable scroll wheel in selectors inside dialogs 2026-03-06 08:04:35 -06:00
context ui: persist issue properties pane visibility in localStorage 2026-03-03 12:07:01 -06:00
hooks refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
lib Sort assignee picker: recent selections first, then alphabetical 2026-03-05 11:19:56 -06:00
pages fix(ui): use history.replaceState for search URL sync to prevent page re-renders 2026-03-06 08:06:57 -06:00
App.tsx ui: persist onboarding wizard across route redirects 2026-03-03 12:03:23 -06:00
index.css feat(ui): auto-hide sidebar scrollbar when not hovering 2026-03-06 07:39:35 -06:00
main.tsx feat(ui): add PWA configuration with service worker and enhanced manifest 2026-03-05 17:01:07 -06:00