plane/web/pages/[workspaceSlug]
Henit Chobisa 01874cb2db fix: added useCallback for controlling debounce function triggering on every rerendeer
Added a useCallback function, which helps keeping only one version of the debounce function, what happens is that when we type in the editor, the rerenders produces multiple debounce function, which all triggers together after the specifier amount of time, making many request to backend, consiquently failing the debounce. Now useCallback will give only one function even if the rerenders are happening which fixes the issue
2023-12-08 18:31:40 +05:30
..
profile/[userId] chore: workspace profile issues, kanabn DND upgrade, implemented filters in plaen deploy (#2991) 2023-12-07 19:59:35 +05:30
projects fix: added useCallback for controlling debounce function triggering on every rerendeer 2023-12-08 18:31:40 +05:30
settings chore: posthog event for workspace invite (#2989) 2023-12-07 19:59:35 +05:30
workspace-views chore: workspace global issues (#2964) 2023-12-07 19:59:35 +05:30
analytics.tsx style: empty state for analytics, views and pages (#2967) 2023-12-07 19:59:35 +05:30
index.tsx fix: product tour modal bugs (#2657) 2023-11-06 13:06:00 +05:30