459b6fa72b
* Refactor local-storage async refactor local storage search stream Remove async from local-storage, refactor search with streams refactor search with undici fetch finish search refactor stream multiple request to single stream refactor storage types remove async dependency #1225 add score and refactor metadata remove old search async fix missing stream local data clean up clean up refactor folder search format fix some test fix issue on publish filter preview update ci delete package folder refactor refactor get packages methods fix tests fix lock file add changeset fix test windows disable some test update package json versions * fix merge * fix e2e cli * restore e2e * Update process.ts * Update process.ts * add improvement * format * Update utils.ts * test * test * Update search.spec.ts * Update search.spec.ts * Update search.spec.ts * test * Update ci.yml * clean up * fix tests * Update tags.ts * Update index.spec.ts * document changeset * format |
||
---|---|---|
.. | ||
config | ||
i18n | ||
jest | ||
lib | ||
src | ||
tools | ||
types | ||
.babelrc | ||
.eslintrc | ||
.stylelintrc | ||
CHANGELOG.md | ||
index.js | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json |
@verdaccio/ui-theme
Verdaccio UI is a theme plugin build in React, Typescript and Emotion. It uses Jest and Testing Library for Unit testing.
Special Thanks
Thanks to the following companies to help us to achieve our goals providing free open source licenses.
Open Collective Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Open Collective Backers
Thank you to all our backers! 🙏 [Become a backer]
Contributors
This project exists thanks to all the people who contribute.
FAQ / Contact / Troubleshoot
If you have any issue you can try the following options, do no desist to ask or check our issues database, perhaps someone has asked already what you are looking for.
Translations
Translations are handled locally. I18n files can be found in the folder i18n/translations/*
of this repository. We would love to provide translations from other languages, embracing all our users, but unfortunately we cannot do this without your help. Would you like to help us? Please feel super welcome to add a locale by opening a pull request.
Your PR should contain:
1 - A json file in the folder i18n/translations/*
with the translations. The file must be named according to the new added language
2 - The files i18n/config.ts
and LanguageSwitch.tsx
updated with the new language. Please see the current structure
3 - The other translations containing the new language in the language of the file. Example:
New language: cs_CZ
The file pt-BR
should contain:
"lng": {
...,
"czech": "Tcheco"
}
4 - A SVG flag of the new translated language in the the folder src/components/Icon/img/*
. You maybe want to compress the svg file using https://jakearchibald.github.io/svgomg/
License
Verdaccio is MIT licensed