| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| api.js | ||
| apiUtils.js | ||
| authUtils.js | ||
| data.js | ||
| history.js | ||
| index.js | ||
| logUtils.js | ||
| messageUtils.js | ||
| render.js | ||
| textAnimationUtils.js | ||
| utils.js |
- 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.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| api.js | Loading commit data... | |
| apiUtils.js | Loading commit data... | |
| authUtils.js | Loading commit data... | |
| data.js | Loading commit data... | |
| history.js | Loading commit data... | |
| index.js | Loading commit data... | |
| logUtils.js | Loading commit data... | |
| messageUtils.js | Loading commit data... | |
| render.js | Loading commit data... | |
| textAnimationUtils.js | Loading commit data... | |
| utils.js | Loading commit data... |