1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/plugins/ui-theme
Justin Johansson 5941edcf38
Indiescripter/update ui-theme package deps (#2403)
* build(ui-theme): update ora depDep major from v4.0.4 to v6.0.0

* build(ui-theme): update @testing-library/dom depDep major from v7.31.2 to v8.2.0

* build(ui-theme): update css-loader depDep major from v5.2.1 to v6.2.0

* build(ui-theme): update history depDep major from v4.10.1 to v5.0.1

* build(ui-theme): remove unused devDep resolve-url-loader

* build(ui-theme): remove unused devDep source-map-loader

* build(ui-theme): update style-loader depDep major from v1.2.1 to v3.2.1

* build(ui-theme): update mini-css-extract-plugin depDep major from v1.6.0 to v2.2.2

* build(ui-theme): update i18next depDep major from v19.9.2 to v20.6.0

* build(ui-theme): update stylelint-config-recommended depDep major from v3.0.0 to v5.0.0

* revert(ui-theme): downgrade history depDep major back to v4.10.1 from v5.0.1

* build(ui-theme): remove lint-staged devDep (it's in the root package)

* revert(ui-theme): downgrade ora depDep major from v6 to v5.4.1 (esm problem)

* build: rebase against master & recreate pnpm lockfile
2021-09-03 09:53:05 +02:00
..
config feat: ui theme on 5.x (#2033) 2021-04-09 17:54:29 +02:00
i18n fix: disable info registry section with pkg manager config (#2298) 2021-06-13 16:23:48 +02:00
jest update to react17 and other dependencies on ui (#2295) 2021-06-12 21:51:54 +02:00
lib feat: ui theme on 5.x (#2033) 2021-04-09 17:54:29 +02:00
src Update & make dependency versions consistent in packages/* (#2393) 2021-08-30 08:19:08 +02:00
tools feat: allow disable login on ui (#2228) 2021-05-05 23:23:03 +02:00
types feat: allow disable login on ui (#2228) 2021-05-05 23:23:03 +02:00
.babelrc chore: fix start web issue 2021-04-23 20:23:08 +02:00
.eslintrc chore: update babel settings ui 2021-04-15 21:42:42 +02:00
.stylelintrc feat: ui theme on 5.x (#2033) 2021-04-09 17:54:29 +02:00
CHANGELOG.md chore: update versions (6-next) (#2296) 2021-06-16 08:37:29 +02:00
index.js chore: update with master (#2158) 2021-04-09 17:54:41 +02:00
package.json Indiescripter/update ui-theme package deps (#2403) 2021-09-03 09:53:05 +02:00
README.md feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
tsconfig.build.json feat: ui theme on 5.x (#2033) 2021-04-09 17:54:29 +02:00
tsconfig.json chore: add update-ts-references (#2168) 2021-04-09 17:54:44 +02:00

verdaccio gif

@verdaccio/ui-theme

Verdaccio UI is a theme plugin build in React, Typescript and Emotion. It uses Jest and Testing Library for Unit testing.

verdaccio (latest) docker pulls backers stackshare discord node MIT Crowdin codecov

Twitter followers Github

Special Thanks

Thanks to the following companies to help us to achieve our goals providing free open source licenses.

jetbrain crowdin browserstack

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]

sponsor sponsor sponsor sponsor sponsor sponsor sponsor sponsor sponsor sponsor

Open Collective Backers

Thank you to all our backers! 🙏 [Become a backer]

backers

Contributors

This project exists thanks to all the people who contribute.

contrubitors

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