Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: podkrepi-bg/frontend

Tags

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Always send personId when logged in (#2092)

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Convert to EUR (#2083)

* chore: Initial replacement of  all BGN references to EUR

* feat: Update components to use EUR instead of BGN

* chore: Update more BGN references to EUR

* chore Update translation string

* fix: Missing currency in inline donation

* ui: Show dual currency to donations

* chore: Decrease the prices to better represent the EUR

* [TEMP]: Update maintance html text

* chore: Run linter

* ui: Adjust tests

* build: Add env to the deployment packages

* fix: e2e test

* fix: Tests

v1.10.20

Toggle v1.10.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Round to the smaller number when calculating campaign progress (#…

…2058)

* fix: Round to the smaller number when calculating campaign progress

* i18n: Use translated values for campaign states

v1.10.19

Toggle v1.10.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Campaign application url being relative (#2055)

v1.10.18

Toggle v1.10.18's commit message

Verified

This commit was signed with the committer’s verified signature.
imilchev Ivan Milchev
fix build

Signed-off-by: Ivan Milchev <[email protected]>

v1.10.17

Toggle v1.10.17's commit message

Verified

This commit was signed with the committer’s verified signature.
imilchev Ivan Milchev
deploy prod to do

Signed-off-by: Ivan Milchev <[email protected]>

v1.10.16

Toggle v1.10.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2022 align text icon (#2024)

* aligned icon with text

* aligned icon with text

* added text to translation files without en translations, created financeItem component for mapping items

* added translations

v1.10.15

Toggle v1.10.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Support us translations (#2010)

v1.10.14

Toggle v1.10.14's commit message

Verified

This commit was signed with the committer’s verified signature.
imilchev Ivan Milchev
set stripe publishable key for prod

Signed-off-by: Ivan Milchev <[email protected]>

v1.10.13

Toggle v1.10.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create campaign application - fixes (#2002)

* feat: campaign application fixes

- move the field cause (aka goal - "за какво са нужни средствата") down as per request from team campaigns
- add a "at least one document" hint to the document
- make the beneficiary relationship required (as it is on the API side)
- add validation error for not accepted terms
- add validation for missing document
- reset touched state after first step b/c that first step's submit makes all fields on steps 2 and 3 touched and shows errors immediately

* chore: update e2e tests