633 group bulk payouts (#760)
* creating add friends page * created bulk contact retrival * created profile image row reusable componenet * created atmoic bulk updates function * add publishBulkMessages using atomic bulk updates * fixing border radius * turning wordQrToggle into a global componenet * adding profile row to invoice info * adding + icon to send and request page to go to bill split * adding split bill pages * adding bulk payment requsets title to page * adding fufillSparkInvoices to webcontext * Add currency pass through variable * add counter to number of splits * fixing padding issue from container * adding input currency for bulk payments * add helpfull label to no selection state * building create split bill screen * fixing z index * adding bulk payment ids to restore so we dont show duplicate payments * adding bulk payments UI to receipts page * optimizing getBulkPaymentGroupTransferIds * adding batchTransferTokens to webveiw * creating new spark functions to handle bulk payments * use dedicated split bill payment screen * creating confirm screen and payment function * adding translations * fix confirm tx page * standarizing title * fixing style and titles * fix create style and UX * fix button label * remove transferid
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
ErrorScreen,
|
||||
SendPaymentScreen,
|
||||
SwitchReceiveOptionPage,
|
||||
ConfirmSplitPayment,
|
||||
} from '../app/components/admin';
|
||||
import {
|
||||
ConfirmLeaveChatGPT,
|
||||
@@ -26,7 +27,9 @@ import SMSMessagingSendPage from '../app/components/admin/homeComponents/apps/sm
|
||||
import HistoricalSMSMessagingPage from '../app/components/admin/homeComponents/apps/sms4sats/sentPayments';
|
||||
import ViewSmsReceiveCode from '../app/components/admin/homeComponents/apps/sms4sats/viewSMScode';
|
||||
import {
|
||||
AddFriendsToSplit,
|
||||
ChooseContactHalfModal,
|
||||
CreateSplitBill,
|
||||
EditMyProfilePage,
|
||||
ExpandedAddContactsPage,
|
||||
ExpandedContactsPage,
|
||||
@@ -36,6 +39,7 @@ import {
|
||||
} from '../app/components/admin/homeComponents/contacts';
|
||||
import SparkErrorScreen from '../app/components/admin/homeComponents/homeLightning/sparkErrorScreen';
|
||||
import BackupSeedWarning from '../app/components/admin/homeComponents/homeLightning/backupSeedWarning';
|
||||
|
||||
import {
|
||||
ConfirmActionPage,
|
||||
NosterWalletConnect,
|
||||
@@ -152,6 +156,8 @@ const SLIDE_FROM_RIGHT_SCREENS = [
|
||||
{ name: 'EditMyProfilePage', component: EditMyProfilePage },
|
||||
{ name: 'ExpandedAddContactsPage', component: ExpandedAddContactsPage },
|
||||
{ name: 'SendAndRequestPage', component: SendAndRequestPage },
|
||||
{ name: 'AddFriendsToSplit', component: AddFriendsToSplit },
|
||||
{ name: 'CreateSplitBill', component: CreateSplitBill },
|
||||
{ name: 'AppStorePageIndex', component: AppStorePageIndex },
|
||||
{ name: 'HistoricalSMSMessagingPage', component: HistoricalSMSMessagingPage },
|
||||
{ name: 'HistoricalVPNPurchases', component: HistoricalVPNPurchases },
|
||||
@@ -206,6 +212,11 @@ const SLIDE_FROM_RIGHT_SCREENS = [
|
||||
{ name: 'SavingsGoalDetails', component: SavingsGoalDetails },
|
||||
{ name: 'GiftsPageHome', component: GiftsPageHome },
|
||||
{ name: 'ReclaimGift', component: ReclaimGift },
|
||||
{
|
||||
name: 'ConfirmSplitPayment',
|
||||
component: ConfirmSplitPayment,
|
||||
options: { gestureEnabled: false },
|
||||
},
|
||||
{
|
||||
name: 'SelectStablecoinParamsScreen',
|
||||
component: SelectStablecoinParamsScreen,
|
||||
|
||||
Reference in New Issue
Block a user