Folo/apps/desktop/layer/renderer
Innei 304755aba3
fix: refactor AIChainOfThought for improved collapse functionality
- Introduced a new `AIInnerReasoningPart` component to encapsulate the rendering logic for individual reasoning parts, enhancing modularity.
- Updated `AIChainOfThought` to utilize the new component and manage collapse state more effectively using a ref.
- Simplified the extraction of headings from reasoning text, improving readability and maintainability of the code.

These changes aim to enhance the user experience by providing clearer feedback during AI reasoning processes and improving the overall structure of the components.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-23 20:46:45 +08:00
..
public
src fix: refactor AIChainOfThought for improved collapse functionality 2025-09-23 20:46:45 +08:00
debug_proxy.html
global.d.ts
index.html feat: enhance SEO and metadata for Folo application 2025-08-26 11:24:23 +08:00
package.json feat(ios): support liquid glass tabbar 2025-09-22 22:07:59 +08:00
pwa-assets.config.ts
setup-file.ts
tsconfig.json
vitest.config.ts