| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Signed-off-by: Bertrand Yuan <noreply@bertyuan.com>
|
|
* Add Vitest testing setup and Button component tests
- Install Vitest and related dependencies
- Configure Vitest with React support
- Create Button component test cases
- Add test scripts to package.json
- Create TESTING.md documentation
- Update test comments to English for consistency
* Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Bertrand Yuan <yuanweijie1456@outlook.com>
* Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Bertrand Yuan <yuanweijie1456@outlook.com>
* remove TESTING.md for the moment
There are many parts not matched with current content.
Signed-off-by: Bertrand Yuan <me@bertyuan.com>
---------
Signed-off-by: Bertrand Yuan <yuanweijie1456@outlook.com>
Signed-off-by: Bertrand Yuan <me@bertyuan.com>
Co-authored-by: Bertrand Yuan <me@bertyuan.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Bertrand Yuan <bert.yuan@outlook.com>
|
|
Add a newline at end of file
|
|
Signed-off-by: Bertrand Yuan <me@bertyuan.com>
|
|
Revise README for improved feature clarity
|
|
* Simply add a * before each item in the lists under "Features" and
"Core Modules" sections.
* Use hanging indent.
|
|
Use a tree structure for the project layout in the
README to improve readability.
|
|
Updated README to improve clarity and consistency in feature descriptions and project structure.
Signed-off-by: NagakawaMizore <1632122738@qq.com>
|
|
Fix a line break missing
|
|
There is a missing line break at the end of the file.
Signed-off-by: Bertrand Yuan <me@bertyuan.com>
|
|
In some cases, editorconfig would do much help formatting.
|
|
|
|
It seems it would be an important part of doing contributions of using
PGP tools to sign one's commits or tags.
This document is pretty comprehensive and deserves a look.
Link: https://github.com/lfit/itpol/blob/master/protecting-code-integrity.md
Signed-off-by: Bertrand Yuan <me@bertyuan.com>
|
|
The original line width did not comply with the requirement of 80
characters per line. So I need to adjust the line width so that all the
terminals can read this file easily.
Signed-off-by: Bertrand Yuan <me@bertyuan.com>
|
|
Since most of the collaborators do not use GNU/Linux,
here I choose to remove this perl script.
revert commit: 3d25fb9ab9a0565aac3d4362cdbe7a61b5ece2f0
Signed-off-by: Bertrand Yuan <me@bertyuan.com>
|
|
|
|
The script is from:
https://github.com/torvalds/linux/blob/master/scripts/checkpatch.pl
|
|
|
|
Add detailed commit message guidelines for formatting.
|
|
|
|
|
|
Chore(strings): update names and links
|
|
|
|
Feat: introduce payload
|
|
|
|
Payload is the next.js Headless CMS and App Framework,
I would like to pick it up and modify it as it is MIT licensed.
Many features in Payload is not applicable for our project.
So, I modify it so that it is light and clear.
|
|
The biome-ci is not applicable in this project,
therefore, `biome-ci.yaml` is deprecated.
I add a new workflow to check typos in `/docs`.
(though `/docs` remains to be added now)
|
|
The initial code is base on Anirudh's work.
More to see at:
https://github.com/techwithanirudh/shadcn-blog
Therefore, the code in this commit is under MIT license.
|