plane/web/pages/[workspaceSlug]/projects/[projectId]
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
..
archived-issues feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
cycles fix: removed unused packages and upgraded to next 14 (#2944) 2023-12-07 19:59:35 +05:30
draft-issues issues rendering in all issue layouts fir profile and project issues and global issues store implementation (#2886) 2023-12-07 19:59:35 +05:30
inbox fix: implementing layouts using _app.tsx get layout method. (#2620) 2023-11-02 23:57:44 +05:30
issues feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
modules fix: project automation settings flickering (#2680) 2023-11-08 17:34:42 +05:30
pages fix: added useCallback for controlling debounce function triggering on every rerendeer 2023-12-08 18:31:40 +05:30
settings fix: Permission levels for project settings (#2978) 2023-12-07 19:59:35 +05:30
views fix: implementing layouts using _app.tsx get layout method. (#2620) 2023-11-02 23:57:44 +05:30