Folo/packages/internal/hooks/src
Innei 19479f50a6
feat(desktop): integrate useSmoothScroll hook for enhanced scrolling
- Introduced a new `useSmoothScroll` hook to encapsulate smooth scrolling logic, improving code reusability.
- Updated `EntryScrollArea` to utilize the new hook, replacing the previous inline smooth scroll implementation.
- Exported the `useSmoothScroll` hook from the hooks index for broader accessibility.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-26 17:10:03 +08:00
..
factory refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
internal refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
index.ts feat(desktop): integrate useSmoothScroll hook for enhanced scrolling 2025-05-26 17:10:03 +08:00
useAnyPointDown.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useControlled.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useCountDown.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useDark.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useInputComposition.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useInterval.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useIsOnline.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useLongPress.ts refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +08:00
useMeasure.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useOnce.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
usePageVisibility.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
usePrevious.ts refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +08:00
useRefValue.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useSetState.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useSmoothScroll.ts feat(desktop): integrate useSmoothScroll hook for enhanced scrolling 2025-05-26 17:10:03 +08:00
useSyncTheme.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useTitle.ts chore: add `Prettify` helper 2025-05-21 16:52:39 +08:00
useTriangleMenu.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useTypescriptHappyCallback.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
useVideo.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00