Apple\Apple
|
64b565dc15
|
♻️ refactor(helpers): refactor the helpers folder and related imports
|
2025-06-03 23:56:39 +08:00 |
|
Apple\Apple
|
a7535aab99
|
♻️ refactor(helpers): standardize file naming conventions and improve code organization
- Rename files to follow camelCase naming convention:
• auth-header.js → authUtils.js
• other.js → logUtils.js
• rehypeSplitWordsIntoSpans.js → textAnimationUtils.js
- Update import paths in affected components:
• Update exports in helpers/index.js
• Fix import in LogsTable.js for logUtils
• Fix import in MarkdownRenderer.js for textAnimationUtils
- Remove old files after successful migration
- Improve file naming clarity:
• authUtils.js better describes authentication utilities
• logUtils.js clearly indicates log processing functions
• textAnimationUtils.js concisely describes text animation functionality
This refactoring enhances code maintainability and follows consistent naming patterns throughout the helpers directory.
|
2025-06-03 16:13:50 +08:00 |
|
Apple\Apple
|
3a5013b876
|
💄 feat(playground): Enhance the fade-in animation for the chat
|
2025-06-02 20:15:00 +08:00 |
|
Apple\Apple
|
bafb0078e2
|
💄 feat(playground): chat streaming animation
|
2025-06-02 19:58:10 +08:00 |
|
Apple\Apple
|
efe4ea0e25
|
♻️ refactor: Refactor the structure of the common component
|
2025-06-01 17:39:41 +08:00 |
|