diff --git a/src/components/account_view/AccountProfileView.jsx b/src/components/account_view/AccountProfileView.jsx index e7eef57..ae64850 100644 --- a/src/components/account_view/AccountProfileView.jsx +++ b/src/components/account_view/AccountProfileView.jsx @@ -1,6 +1,52 @@ -export default function AccountProfileView(){ + + +export default function AccountProfileView() { return <> -

Account Information

+
+
+
+
+
+

Account Profile

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#FirstLastHandle
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
+
+
+
+
+
} \ No newline at end of file diff --git a/src/components/account_view/CustomerAccountView.jsx b/src/components/account_view/CustomerAccountView.jsx index 5bfa5eb..e7fdb5b 100644 --- a/src/components/account_view/CustomerAccountView.jsx +++ b/src/components/account_view/CustomerAccountView.jsx @@ -1,6 +1,53 @@ +import Icons from "../Icons"; -export default function CustomerAccountView(){ +export default function CustomerAccountView() { return <> -

Account Information

+
+
+
+
+
+

Account Info

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
idFirstnameLastnameUsernameEmailAction
1MarkOtto@mdoOtto +
+
+ {/**/} + + {/**/} +
+
+
+
+
+
+
+
} \ No newline at end of file diff --git a/src/components/account_view/CustomerPaymentsView.jsx b/src/components/account_view/CustomerPaymentsView.jsx index 674723e..7d39ea9 100644 --- a/src/components/account_view/CustomerPaymentsView.jsx +++ b/src/components/account_view/CustomerPaymentsView.jsx @@ -1,6 +1,50 @@ -export default function CustomerPaymentsView(){ +export default function CustomerPaymentsView() { return <> -

Account Payments

+
+
+
+
+
+

Payments

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#FirstLastHandle
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
+
+
+
+
+
} \ No newline at end of file diff --git a/src/components/account_view/CustomerSubscriptionsView.jsx b/src/components/account_view/CustomerSubscriptionsView.jsx index 9774474..b22bdb3 100644 --- a/src/components/account_view/CustomerSubscriptionsView.jsx +++ b/src/components/account_view/CustomerSubscriptionsView.jsx @@ -1,6 +1,88 @@ +import Icons from "../Icons"; +import {Link} from 'react-router-dom' -export default function CustomerSubscriptionsView(){ +export default function CustomerSubscriptionsView() { return <> -

Subscriptions Information

+
+
+
+
+
+

Subscriptions

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IDAddedProductURLStatusAction
1Sat, Sep 27th 2025 7:29AMA000002bobmarleya2.devprov.mermsemr.com7 +
+
+ + + +
+
+
2Sat, Sep 27th 2025 7:29AMA000002bobmarleya2.devprov.mermsemr.com7 +
+
+ + + +
+
+
3Sat, Sep 27th 2025 7:29AMA000002bobmarleya2.devprov.mermsemr.com7 +
+
+ + + +
+
+
+
+
+
+
+
} \ No newline at end of file diff --git a/src/components/transactions/SubscriptionsCom.jsx b/src/components/transactions/SubscriptionsCom.jsx index 4e0f077..19b8f29 100644 --- a/src/components/transactions/SubscriptionsCom.jsx +++ b/src/components/transactions/SubscriptionsCom.jsx @@ -1,4 +1,6 @@ import { useState } from 'react' +import {Link} from 'react-router-dom' + // import {Link} from 'react-router-dom' import { useQuery } from '@tanstack/react-query' import queryKeys from '../../services/queryKeys' @@ -93,6 +95,9 @@ export default function SubscriptionsCom() { Status + + Action + @@ -122,6 +127,17 @@ export default function SubscriptionsCom() {
{item?.status}
+ +
+
+ + + +
+
+ )) :