"feat: rename 'createdDate' to 'createDate' across frontend, backend, and mobile codebases"

This commit is contained in:
louiscklaw
2025-05-30 20:15:27 +08:00
parent fd20a3531b
commit 8b73b583cd
33 changed files with 1273 additions and 1425 deletions

View File

@@ -17,6 +17,7 @@ import MyProfile from './MyProfile';
import MessageList from './MessageList';
import paths from '../paths';
import Favourites from './Favourites';
import TabAppRoute from '../TabAppRoute';
interface MainTabsProps {}
@@ -40,22 +41,7 @@ const MainTabs: React.FC<MainTabsProps> = () => {
<Route path="/tabs/about" render={() => <About />} exact={true} />
{/* */}
<Route path="/tabs/events" render={() => <EventList />} exact={true} />
{/* */}
<Route path={paths.NEARBY_LIST} render={() => <MembersNearByList />} exact={true} />
{/* */}
<Route path={paths.ORDERS_LIST} render={() => <OrderList />} exact={true} />
{/* */}
<Route path={paths.MESSAGE_LIST} render={() => <MessageList />} exact={true} />
{/* */}
<Route path={paths.FAVOURITES_LIST} render={() => <Favourites />} exact={true} />
{/* */}
<Route path="/tabs/my_profile" render={() => <MyProfile />} exact={true} />
<TabAppRoute />
</IonRouterOutlet>
{/* */}
<IonTabBar slot="bottom">