plane/web/pages
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
..
[workspaceSlug] fix: added useCallback for controlling debounce function triggering on every rerendeer 2023-12-08 18:31:40 +05:30
accounts chore: updated sign-in workflows for cloud and self-hosted instances (#2994) 2023-12-07 19:59:35 +05:30
god-mode chore: remove unused fields from the god mode (#3007) 2023-12-07 19:59:35 +05:30
installations/[provider] fix: slack integration workflow (#2675) 2023-11-06 21:00:49 +05:30
invitations chore: posthog event for workspace invite (#2989) 2023-12-07 19:59:35 +05:30
onboarding fix: remove all unused variables and added dependecies to useEffect and useCallback (#3013) 2023-12-07 19:59:35 +05:30
profile fix: removed unused packages and upgraded to next 14 (#2944) 2023-12-07 19:59:35 +05:30
workspace-invitations chore: update get invitation details endpoint (#2902) 2023-12-07 19:59:35 +05:30
_app.tsx dev: instance setup workflow (#2935) 2023-12-07 19:59:35 +05:30
_document.tsx fix: project states fixes (#2731) 2023-11-08 20:31:46 +05:30
_error.tsx chore: update exception detected screen action button (#2805) 2023-12-07 19:59:35 +05:30
404.tsx fix: removed unused packages and upgraded to next 14 (#2944) 2023-12-07 19:59:35 +05:30
create-workspace.tsx fix: workspace members store added and implemented across the app (#2732) 2023-11-09 00:35:12 +05:30
index.tsx fix: implementing layouts using _app.tsx get layout method. (#2620) 2023-11-02 23:57:44 +05:30