Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wger-project/react

React components used in the wger application
https://github.com/wger-project/react

Merge branch 'master' into feature/crud-forms

# Conflicts:
# package.json

5967e3c21cc1ebe8aba205ecb2ec59e1a849ec8f authored about 3 years ago
Update translation.json

eae2d46285621f1b62e02081d1b2461403274a4f authored about 3 years ago
Update form to allow user to create new weight entries

50d372e1bdd971eed66c88a7ace68533cbb78d23 authored about 3 years ago
Rename file

dab72c5cfcdfc2bcbb5c68c2520595516f077006 authored about 3 years ago
Add simple test that checks that the correct function gets called

cb17bc6a5c54258785fa9ff7319071580147df16 authored about 3 years ago
Add some more simple tests for weight entry service

c0145534db003b0ff3f15a0f4f278c35f4cb9a6b authored about 3 years ago
Don't set the payload for the weight entry reducer to any

149c1d4c90ce54380189cbecc4ab846bb9b55070 authored about 3 years ago
Close modal after updating a weight entry

f42aabf0f69632738d772009a1eb683941c3dde7 authored about 3 years ago
Merge pull request #54 from wger-project/dependabot/npm_and_yarn/i18next-parser-5.4.0

build(deps-dev): bump i18next-parser from 5.3.0 to 5.4.0

95bf40cb1fcbe39cd01edaad0bcf5e6b305e4b68 authored about 3 years ago
build(deps-dev): bump i18next-parser from 5.3.0 to 5.4.0

Bumps [i18next-parser](https://github.com/i18next/i18next-parser) from 5.3.0 to 5.4.0.
- [Releas...

514d5bfb8dd2262b3aa7e954539a43164fddd4b4 authored about 3 years ago
Update the state when editing a new weight entry

fd26932da005660b48f444f6edc71682167fba19 authored about 3 years ago
Open modal allowing user to edit the clicked entry on the diagram

90485aefed508845b9aa3efef3b8804188c29912 authored about 3 years ago
Rename parameter to make it clearer what it does

cba6960c2b23e0c9d41f88919195030cee68d69c authored about 3 years ago
Put form buttons in stack

889716926e4809c08a1229904570e9f7411d3107 authored about 3 years ago
Merge pull request #53 from wger-project/dependabot/npm_and_yarn/web-vitals-2.1.3

build(deps): bump web-vitals from 2.1.2 to 2.1.3

c11fca70630206d75afb1905f321b4010ea7d88a authored about 3 years ago
build(deps): bump web-vitals from 2.1.2 to 2.1.3

Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.2 to 2.1.3.
- [Release n...

f3de5a4e87d3be4e55c23f06b5863c687607e11c authored about 3 years ago
Start implementing logic to update existing weight entry

9b816e0c3304773e1667379e3df9d52032baf455 authored about 3 years ago
Fix some errors from merging

7927fb8e07fb25af844abdc3835e403c2f1ab8e5 authored about 3 years ago
Merge branch 'master' into feature/crud-forms

# Conflicts:
# src/components/BodyWeight/Table/ActionButton/index.test.tsx
# src/components/Body...

27a4683052a06a8effb8d3209a7926c8d6ac5148 authored about 3 years ago
Rename files

0673363bb588e708fe078710ab35f449564c0985 authored about 3 years ago
Merge pull request #48 from wger-project/rs/deleteWeight

feat: added DELETE, to delete a weight entry

5d71500947b9adbe21432c135a2dbd36897d1eb3 authored about 3 years ago
feat: added DELETE, to delete a weight entry

1123d0349c79bc538fe42b8a67aa406c32d4aec3 authored about 3 years ago
Update the weight entry on the server

aa6afe66d01ae1ed8a17a98c6b340a09b030484a authored about 3 years ago
Add simple test checking that the modal displays its content

7864af62df528c93ac44ce2a5eb0edbadb1840aa authored about 3 years ago
Test that the weight entry form display all necessary data

9cb22f2ec043684e8a9375c1a5c9e94dc5611556 authored about 3 years ago
Cleanup unused code

43770ff8275f8fb87d3520183013e6fbca9b86bf authored about 3 years ago
Translate close button

bdad39e28ce65ddb97a8de872fbc40b3dc53d71b authored about 3 years ago
Remove createData, is not used anymore

6e00cf56e58e25d73cb6d2d604f03a4dbcb8f666 authored about 3 years ago
Round calculated weight differences to two decimal places

cda961555967539d3124033e70114425eaa22cc2 authored about 3 years ago
Refactor data passed around

We now use the weight entry objects as much as possible everywhere

a49c8c443f24dd0c00669cc89204ed6921034e34 authored about 3 years ago
Merge pull request #47 from wger-project/dependabot/npm_and_yarn/types/node-17.0.8

build(deps): bump @types/node from 17.0.7 to 17.0.8

72d76aad3b6c43a61a919c9ee1a0e96cb9e62572 authored about 3 years ago
build(deps): bump @types/node from 17.0.7 to 17.0.8

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

2c90a2a70ce0d107474412f186ae9260df4b9c1a authored about 3 years ago
Commit updated yarn.lock

184862e9b2aa98e87125a580577606a47d8af6ad authored about 3 years ago
Merge branch 'master' into feature/crud-forms

# Conflicts:
# package.json
# yarn.lock

bc56bfbb57f23e19b813d580bce8edf290d2450a authored about 3 years ago
Correctly render error messages in material ui

7ae9c06e4dd31b2526eb10cecc4afcbd9bd54fff authored about 3 years ago
Reduce boilerplate

8f7adaba44e0e46585abb381abf93937e7ae97f0 authored about 3 years ago
Extract modal dialog so it can be used in other forms as well

9ae9a2197a6a022ee54f0bfeedb90b3d106bd103 authored about 3 years ago
Merge pull request #46 from wger-project/dependabot/npm_and_yarn/i18next-21.6.5

build(deps): bump i18next from 21.6.4 to 21.6.5

9e03e70f56c3bf433b102f1d97e75a773beeb30a authored about 3 years ago
build(deps): bump i18next from 21.6.4 to 21.6.5

Bumps [i18next](https://github.com/i18next/i18next) from 21.6.4 to 21.6.5.
- [Release notes](htt...

8ad0bcf4bab62fe66b586149fc073db277dc6a74 authored about 3 years ago
Merge pull request #41 from wger-project/rs/routing

Rs/routing

9d3bae48c6afee41c2eb30ee576c252cc3fb0a31 authored about 3 years ago
Delete package-lock.json

92bdc807ce9dd27e3ab2e82991a1e691982e9722 authored about 3 years ago
Start adding forms to edit/create weight entries

84b6c954ee813785084c5ce7406a2b1623f16444 authored about 3 years ago
Merge pull request #42 from wger-project/dependabot/npm_and_yarn/mui/material-5.2.7

build(deps): bump @mui/material from 5.2.6 to 5.2.7

f93306547f0d08b810481782401dcd30d24e9a6a authored about 3 years ago
Merge pull request #43 from wger-project/dependabot/npm_and_yarn/types/node-17.0.7

build(deps): bump @types/node from 17.0.5 to 17.0.7

aebdea36edfd8e1ae2174cb1867a13ac49760944 authored about 3 years ago
Merge pull request #44 from wger-project/dependabot/npm_and_yarn/eslint-plugin-import-2.25.4

build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4

149a3b3c28494efecbea3a5404df7b1bffb90b1d authored about 3 years ago
Merge pull request #45 from wger-project/dependabot/npm_and_yarn/react-i18next-11.15.3

build(deps): bump react-i18next from 11.15.2 to 11.15.3

d72a7fe6c029c94984bde33a6b4156401b3b6c83 authored about 3 years ago
build(deps): bump react-i18next from 11.15.2 to 11.15.3

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.2 to 11.15.3.
- [Rele...

07b9503246988eaa20bcfcddf92b83dcd1e8f3af authored about 3 years ago
build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2...

2f304b1406c990f9f4f28de703146e58dae06aae authored about 3 years ago
build(deps): bump @types/node from 17.0.5 to 17.0.7

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

3f68f8a91b874f6b3a8e43c7146cedd824bd13ba authored about 3 years ago
build(deps): bump @mui/material from 5.2.6 to 5.2.7

Bumps [@mui/material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-material) fr...

7056111df0bd9150ca4ff213357f5a876461c08f authored about 3 years ago
Merge pull request #40 from wger-project/dependabot/npm_and_yarn/types/jest-27.4.0

build(deps): bump @types/jest from 27.0.3 to 27.4.0

953499c96bfcd5a1a7d4db63acd8fb000b9d365d authored about 3 years ago
fix: added routing to App test file

6b31b20f106d9618c60d248f44b25f883a00033f authored about 3 years ago
Fix: click links, z-index

3d85078f835d29c091ae5535f1267623c4c5af8a authored about 3 years ago
Merge branch 'master' into rs/routing

e4cda7edf8bf25f10387bfbb5d136bf4bd743eed authored about 3 years ago
feat: added routes to pages

bb44234cd8497d15c089d7e2462730864a82afb7 authored about 3 years ago
build(deps): bump @types/jest from 27.0.3 to 27.4.0

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) fro...

09a54014bb173d3e6dbd407b63b0503630c48836 authored about 3 years ago
feat: added pages

44169917a1dc366369790695be330bd9f8dcd717 authored about 3 years ago
feat: added package

ceba8552b6c2fffda45b3638bae576d539dbcb93 authored about 3 years ago
Merge pull request #39 from wger-project/feature/mui-dropdown

Use MUI dropdown

fbd57e505cc447aa3c96026133f515d7ce2b63a3 authored about 3 years ago
Delete package-lock.json

19914e4625de41873d362987dd4ebbfcabd088ab authored about 3 years ago
Fix tests

a4fd0dbc2261768f1ee5f6e9c65f82bf80405c5c authored about 3 years ago
Merge branch 'master' into feature/mui-dropdown

# Conflicts:
# src/components/BodyWeight/Table/ActionButton/index.tsx

8f9c6dcc0cdbf4d693f8a70c1445e1e91b873918 authored about 3 years ago
Commit current yarn.lock

6f5654dfafa82dc33e53cbb0892af20c545a4e09 authored about 3 years ago
Fix typo

26f229c98ffb1314468481f07760f16534e3c2f4 authored about 3 years ago
Use dropdown from mui

835daae1ee6c3e0ca1c7a01f35b56f660f3631b1 authored about 3 years ago
Merge pull request #38 from wger-project/rs/fixTable

rs: fix broken table

089b0f9f80ae53ca6223cde9d3ea64b6b46a6dd6 authored about 3 years ago
Commit current yarn.lock

d4b7c7b27471a3ace3a314baa88a1b449a890410 authored about 3 years ago
Fix typo

f464e1c2f644980ed1ee15f81c21ea08352c07e3 authored about 3 years ago
Merge pull request #34 from wger-project/feature/charts

Add weight chart

308c8822815403c36347f1deb24204d536bf40ed authored about 3 years ago
Merge pull request #37 from wger-project/rs/header

RS: added the header

868daa403e66454db2d79e46b54d7df8c6f34482 authored about 3 years ago
fix: table overflow visible

176b3ae220b6f83a1fb1b438dd7b2abb3eeee60a authored about 3 years ago
fix: added react-responsive package

255b5d8ba41c5ec57065a7c439732e2f58a04e10 authored about 3 years ago
Handle clicks on currently selected weights

5eed53b7cff5d38e32831693d022701f1f2bd11b authored about 3 years ago
Merge branch 'master' into rs/header

a4fbbcbe12e0c9c5225fcb00627f8521b2025987 authored about 3 years ago
Merge branch 'master' of https://github.com/wger-project/react

9805e7292ff8e2c97de3e2d9d2667d12263a7184 authored about 3 years ago
feat: header

f66b9195762c80fa2bd2cdbad336f198a32021ac authored about 3 years ago
fix: camelcase received_weights

ea98edf4d7e8a586a1b833ee0a983445dbc53851 authored about 3 years ago
Merge pull request #35 from wger-project/dependabot/npm_and_yarn/i18next-21.6.4

build(deps): bump i18next from 21.6.3 to 21.6.4

9555dedc7a3ee09018e80df13393b1ae11391428 authored about 3 years ago
Merge pull request #36 from wger-project/dependabot/npm_and_yarn/react-i18next-11.15.2

build(deps): bump react-i18next from 11.15.1 to 11.15.2

6ef584b1f98b21ed8a126b8605260e6000e20223 authored about 3 years ago
build(deps): bump react-i18next from 11.15.1 to 11.15.2

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.1 to 11.15.2.
- [Rele...

6bf95ae82985c64cd215f6705fee762650a2504b authored about 3 years ago
build(deps): bump i18next from 21.6.3 to 21.6.4

Bumps [i18next](https://github.com/i18next/i18next) from 21.6.3 to 21.6.4.
- [Release notes](htt...

816ab4c0d0ecdc4c27aff8db4af96757fdd7af52 authored about 3 years ago
Format the graph

5149899ec2dc1c149e11c13837a97e5e389ce3fc authored about 3 years ago
Localize the date format used

bb2657113b62632e2830fca7dd223562fa66692d authored about 3 years ago
Start adding weight chart to overview

cad7cfda7c100e100f52e027bcdce649bbc0f110 authored about 3 years ago
Merge pull request #29 from wger-project/feature/move-to-models

Use a class to work with weight entries

fc09fd388adca6af954243e48d3b0ff927d2ba0f authored about 3 years ago
Remove package-lock.json

da743cb739108190dc770568b38a9fdd02d903af authored about 3 years ago
Merge branch 'master' into feature/move-to-models

# Conflicts:
# src/services/weight.ts

50b6606c3fbfc611051afff97a44b853422afbe3 authored about 3 years ago
Merge pull request #30 from wger-project/dependabot/npm_and_yarn/types/node-17.0.5

build(deps): bump @types/node from 17.0.4 to 17.0.5

9e7fca5f81bd63162cdfb78872a9ba5d63ce1479 authored about 3 years ago
Merge pull request #31 from wger-project/dependabot/npm_and_yarn/eslint-config-airbnb-19.0.4

build(deps-dev): bump eslint-config-airbnb from 19.0.2 to 19.0.4

7228981a3e66f6d772ee8e2746c6603c20a95c03 authored about 3 years ago
Merge pull request #32 from wger-project/dependabot/npm_and_yarn/mui/material-5.2.6

build(deps): bump @mui/material from 5.2.5 to 5.2.6

b2f19aed4b8b0c7074373916cdb290b413c5a599 authored about 3 years ago
Merge branch 'master' of https://github.com/wger-project/react

45db5b15c78093d4896cbb373f4c0031a76bc87f authored about 3 years ago
feat: started adding routing

aff834fe9324489a988675720d911f1ab36a06bd authored about 3 years ago
build(deps): bump @mui/material from 5.2.5 to 5.2.6

Bumps [@mui/material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-material) fr...

4b3ea0a141cb85c38e9decb0b4a48f591a5410c3 authored about 3 years ago
build(deps-dev): bump eslint-config-airbnb from 19.0.2 to 19.0.4

Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 19.0.2 to 19.0.4.
- [Rel...

453c1e5afa2272d2e3679b958739945655f5599c authored about 3 years ago
build(deps): bump @types/node from 17.0.4 to 17.0.5

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

efc402d46a5605206a4ef2bb20f27a291532ad95 authored about 3 years ago
Merge pull request #28 from wger-project/fix/eslint

Remove eslint as explicit dependency

86bf0248e4670eacb21e273d984caa44c8049899 authored about 3 years ago
Merge pull request #22 from wger-project/feature/server-conf

Add utility to generate URLs

b9fd7677668e06fde570cf1fef4455b63bea3375 authored about 3 years ago
Use a class to work with weight entries

While this is not needed now, it will make our lives easier in the future

713464687f82698a01ef86958f5a02deb4dd0fba authored about 3 years ago
Translated using Weblate (Croatian)

Currently translated at 100.0% (6 of 6 strings)

Translation: wger Workout Manager/Frontend - TE...

18d831d81e87fb4c5817d063a8709e24224010fa authored about 3 years ago
Translated using Weblate (Spanish)

Currently translated at 100.0% (6 of 6 strings)

Translation: wger Workout Manager/Frontend - TE...

02206077344fadfc4484afbd5da0857618fff1bd authored about 3 years ago