[Refactor/bugfix] Main Page: Message Logs. Fix scroll animation, that is not using at this time though.

This commit is contained in:
Sakamoto Shiina
2025-01-03 19:04:46 +09:00
parent 0d6c73fba4
commit 227aacd005
5 changed files with 101 additions and 66 deletions

View File

@@ -2,5 +2,6 @@ export { useIsVisibleResendButton } from "./useIsVisibleResendButton";
export { useIsMainPageCompactMode } from "./useIsMainPageCompactMode";
export { useLanguageSettings } from "./useLanguageSettings";
export { useMainFunction } from "./useMainFunction";
export { useMessageLogScroll } from "./useMessageLogScroll";
export { useMessageInputBoxRatio } from "./useMessageInputBoxRatio";
export { useSelectableLanguageList } from "./useSelectableLanguageList";