feat: implement event joining flow with dummy payment page, including route configuration, Redux state management, and UI updates for event detail page
This commit is contained in:
@@ -66,7 +66,8 @@ import PrivacyAgreement from './pages/PrivacyAgreement';
|
||||
import EventDetail from './pages/EventDetail';
|
||||
import MemberProfile from './pages/MemberProfile';
|
||||
import OrderDetail from './pages/OrderDetail';
|
||||
import DummyPayPage from './pages/DummyPayPage';
|
||||
import DummyPayPage from './pages/DummyEventPayPage';
|
||||
import DummyEventPayPage from './pages/DummyEventPayPage';
|
||||
|
||||
setupIonicReact();
|
||||
|
||||
@@ -142,6 +143,8 @@ const IonicApp: React.FC<IonicAppProps> = ({ darkMode, schedule, setIsLoggedIn,
|
||||
|
||||
<Route exact={true} path="/helloworld" component={Helloworld} />
|
||||
|
||||
<Route exact={true} path={PATHS.DUMMY_EVENT_PAY_PAGE} component={DummyEventPayPage} />
|
||||
|
||||
<Route
|
||||
path="/logout"
|
||||
render={() => {
|
||||
|
Reference in New Issue
Block a user