Skip to content

Commit

Permalink
✨ feat: Improve functionality and user experience
Browse files Browse the repository at this point in the history
- Delete unnecessary files and components
- Update README files
- Modify code components for better performance
- Handle input and selection more effectively
- Generate commit messages using AI
- Add and remove links as needed
- Rename variables for clarity
- Modify descriptions and types of commit messages

These changes aim to improve the functionality and user experience of the project.
  • Loading branch information
canisminor1990 committed Jul 12, 2023
1 parent 4643463 commit 8aca960
Show file tree
Hide file tree
Showing 31 changed files with 428 additions and 638 deletions.
297 changes: 0 additions & 297 deletions README-zh_CN.md

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ With AI mode, you can generate a complete commit message using ChatGPT.

#### Editor mode

In Editor mode, you can choose the `<type>(<optional scope>): <subject> [<issues>]` format by following a simple flow.
In Editor mode, you can choose the `<type>(<optional scope>): <subject> [<issues>]` format by following a simple flow. Press <kbd>TAB</kbd> to go back to the previous step.

> 👉 Tip: If your project is a GitHub repository, the Editor mode feature will automatically fetch the issues associated with your repository. You can select multiple issues to link to your commit message by <kbd>space</kbd> .
Expand Down Expand Up @@ -228,8 +228,10 @@ $ npm start

## 🔗 Credits

- langchainjs: <https://github.com/hwchase17/langchainjs>
- gitmoji-commit-workflow: <https://github.com/arvinxx/gitmoji-commit-workflow>
- gitmoji-cli: <https://github.com/carloscuesta/gitmoji-cli>
- ai-commit: <https://github.com/insulineru/ai-commit>
- ink: <https://github.com/vadimdemedes/ink>

<div align="right">

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"prepare": "husky install",
"prettier": "prettier -c --write \"**/**\"",
"release": "multi-semantic-release",
"start": "npm run dev",
"test": "lerna run test --parallel && npm run lint"
},
"lint-staged": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lobe-cli-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Lobe Cli UI is an open-source UI component library for building _AIGC_ cli apps

- [📦 Installation](#-installation)
- [⌨️ Local Development](#️-local-development)
- [🔗 Credits](#-credits)

####

Expand Down Expand Up @@ -76,6 +77,16 @@ $ pnpm start

</div>

## 🔗 Credits

- ink: <https://github.com/vadimdemedes/ink>

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

#### 📝 License
Expand Down
17 changes: 0 additions & 17 deletions packages/lobe-cli-ui/src/BorderView/index.test.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions packages/lobe-cli-ui/src/BorderView/index.tsx

This file was deleted.

Loading

0 comments on commit 8aca960

Please sign in to comment.