-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Withdrawals Create page improvements (#1026)
* renamed: тегления то преводи * replaced: статут with статус * withdrawal createForm: currency is set based on the campaign currency instead of choosing it manually * more translation renaming * fixed: campaignTitle to show in Withdrawals grid * added availableamount when selecting vault in withdrawal create form * fixed: vaultsSelect data and labels for transfers and expenses * fixed: available amount validation and moneyconversion * campaign display improvements (#1022) * updated: Stanka's photo * added: organizer mail in CampaignDetailsPage * added: email to campaign.organizer object * removed the Education/Education duplication from the campaign category/type information. Now only the type is displayed which is enough information anyway * updated: link to our team on home page * removed: jumbotron from image alt text * added: priority on campaign banner image * updated static fonts to theme based variables Co-authored-by: quantum-grit <[email protected]> * Refactor Pricniples section, minor fixes on About us page (#1023) * Refactor Pricniples section, minor fixes on About us page * Replace sections in About us page * Add Zhana Borisova to the active members * added token expiration check in admin and profile page (#1025) Co-authored-by: quantum-grit <[email protected]> Co-authored-by: quantum-grit <[email protected]> Co-authored-by: Ani <[email protected]>
- Loading branch information
1 parent
bc1d6bf
commit c90fa7a
Showing
21 changed files
with
171 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,7 +229,7 @@ export const CAMPAIGN_QUESTIONS: ContentType[] = [ | |
), | ||
}, | ||
{ | ||
header: 'В какъв етап на одобрение се намира кампанията ми? С какъв статут е към момента?', | ||
header: 'В какъв етап на одобрение се намира кампанията ми? С какъв статус е към момента?', | ||
content: ( | ||
<ContentTypography> | ||
Пишете ни на: [email protected] и ще Ви информираме при първа възможност. | ||
|
@@ -284,7 +284,7 @@ export const CAMPAIGN_QUESTIONS: ContentType[] = [ | |
), | ||
}, | ||
{ | ||
header: 'Защо кампанията ми е със статут “Успешно завършена”?', | ||
header: 'Защо кампанията ми е със статус “Успешно завършена”?', | ||
content: ( | ||
<ContentTypography> | ||
Това означава, че финансовата цел на кампанията е постигната и средствата са събрани. | ||
|
@@ -295,7 +295,7 @@ export const CAMPAIGN_QUESTIONS: ContentType[] = [ | |
), | ||
}, | ||
{ | ||
header: 'Защо кампанията ми е със статут “Прекратена”?', | ||
header: 'Защо кампанията ми е със статус “Прекратена”?', | ||
content: ( | ||
<ContentTypography> | ||
Причините може да са 2: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.