Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorrect restriction in withdrawls edit form (#1709)
* Remove unused translations, add EN translations for bank transactions (#1703) * Remove unused import and translations * Remove unused translations, added EN translations for bank transactions * Remove unused translations from campaigns.json * Remove unused translations from campaign.json * Add missing EN trnlations in campaigns.json * Add missing translations for common.json * Fix lint error --------- Co-authored-by: ani-kalpachka <[email protected]> * Update email address on FAQ (#1705) Co-authored-by: ani-kalpachka <[email protected]> * Update translations (#1706) * Update translations * Update tranlations * Update translations --------- Co-authored-by: ani-kalpachka <[email protected]> * Update translations (#1707) * Add missing EN translations * Update translations for support.json and reccurong-donation.json * Update translations for validation.json and transfer.json * Update translations --------- Co-authored-by: ani-kalpachka <[email protected]> * components/commmon: Gallery component improvements (#1708) * components/commmon: Gallery component improvements - Improved logic to render the Gallery Component more efficiently - Expanded the size of the images, when FullScreen is toggled - Added a button to minimize fullscreen slider * common/Gallery: Fix component crash when child is a single image In some situations, only a single image is uploaded, and in that case child.props.children is an object rather, than an array to map it over. * common/ImageSlider: Hide backdrop on FullScreenImageSlider Avoid minimizing gallery due to accidental touches * The amount of the withdrawals can be a decimal number. It should not be limited to integers only. --------- Co-authored-by: Ani <[email protected]> Co-authored-by: ani-kalpachka <[email protected]> Co-authored-by: Aleksandar Petkov <[email protected]>
- Loading branch information