Loading...
Loading...
Compare original and translation side by side
git diff --stagedgit diff --stagedundefinedundefinedgit diff --stagedgit diff --stagedundefinedundefined(button)(navbar)(auth)(api)(payments)(search)(core)(utils)(button)(navbar)(auth)(api)(payments)(search)(core)(utils)BREAKING CHANGE: descriptionCloses #123Fixes #456Co-authored-by: Name <email>BREAKING CHANGE: descriptionCloses #123Fixes #456Co-authored-by: Name <email><type>(<scope>): <description>
[optional body]
[optional footer]feat(auth): add JWT token refresh mechanism
Implement automatic token refresh when access token expires.
Tokens are refreshed 5 minutes before expiration.
Closes #234fix(api): handle null response in user endpoint
Previously crashed when user data was null.
Now returns 404 with appropriate error message.
Fixes #567docs(readme): update installation instructions
Add prerequisites section and troubleshooting guide.refactor(utils): simplify date formatting logic
Extract common date operations into helper functions.
No functionality changes.chore(deps): upgrade react to v18.2.0
Update react and react-dom dependencies.
Update tests to match new API.<type>(<scope>): <description>
[可选正文]
[可选页脚]feat(auth): add JWT token refresh mechanism
Implement automatic token refresh when access token expires.
Tokens are refreshed 5 minutes before expiration.
Closes #234fix(api): handle null response in user endpoint
Previously crashed when user data was null.
Now returns 404 with appropriate error message.
Fixes #567docs(readme): update installation instructions
Add prerequisites section and troubleshooting guide.refactor(utils): simplify date formatting logic
Extract common date operations into helper functions.
No functionality changes.chore(deps): upgrade react to v18.2.0
Update react and react-dom dependencies.
Update tests to match new API.feat(dashboard): add user analytics and export
- Add analytics charts for user activity
- Implement CSV export functionality
- Add date range filter
Closes #123, #124feat(api)!: change authentication endpoint structure
BREAKING CHANGE: Auth endpoints now use /v2/auth prefix.
Update client code to use new endpoints.
Migration guide: docs/migration-v2.mdrevert: feat(auth): add JWT token refresh
This reverts commit abc123def456.
Reason: Causing issues in production.feat(search): implement fuzzy search algorithm
Co-authored-by: Jane Doe <jane@example.com>feat(dashboard): add user analytics and export
- Add analytics charts for user activity
- Implement CSV export functionality
- Add date range filter
Closes #123, #124feat(api)!: change authentication endpoint structure
BREAKING CHANGE: Auth endpoints now use /v2/auth prefix.
Update client code to use new endpoints.
Migration guide: docs/migration-v2.mdrevert: feat(auth): add JWT token refresh
This reverts commit abc123def456.
Reason: Causing issues in production.feat(search): implement fuzzy search algorithm
Co-authored-by: Jane Doe <jane@example.com>git diff --stagedgit commit -m "type(scope): description"git diff --stagedgit commit -m "type(scope): description"git add filesgit commitgit add filesgit commitgit commit --amendgit commit --amendundefinedundefinedgit add -p # Stage hunks interactively
git commit # Write message for staged changesgit add -p # 交互式暂存代码块
git commit # 为暂存的变更编写提交信息<type>[optional scope]: <description><type>[optional scope]: <description>