1234567891011121314151617181920212223242526272829303132 |
- export enum NAVIGATION_PAGES {
- WELCOME = 'welcome',
- LOGIN = 'login',
- REGISTER = 'registration',
- REGISTER_ACCOUNT_DATA = 'registrationAccountData',
- RESET_PASSWORD = 'resetPassword',
- RESET_PASSWORD_DEEP = 'resetPasswordDeep',
- IN_APP = 'inAppStack',
- MAP_TAB = 'Map',
- IN_APP_TRAVELLERS_TAB = 'Travellers',
- TRAVELLERS_TAB = 'inAppTravellers',
- MASTER_RANKING = 'inAppMasterRanking',
- LPI_RANKING = 'inAppLpiRanking',
- IN_MEMORIAM = 'inAppInMemoriam',
- IN_HISTORY = 'inAppInHistory',
- UN_MASTERS = 'inAppUNMaster',
- STATISTICS = 'inAppStatistics',
- IN_APP_PROFILE = 'Profile',
- PROFILE_TAB = 'inAppProfile',
- PUBLIC_PROFILE_VIEW = 'publicProfileView',
- EDIT_PERSONAL_INFO = 'editPersonalInfo',
- SETTINGS = 'settings',
- IN_APP_TRAVELS_TAB = 'Travels',
- TRAVELS_TAB = 'inAppTravels',
- SERIES = 'inAppSeries',
- SERIES_ITEM = 'inAppSeriesItem',
- EARTH = 'inAppEarth',
- PHOTOS = 'inAppPhotos',
- MORE_PHOTOS = 'inAppMorePhotos',
- ADD_PHOTO = 'inAppAddPhoto',
- TRIPS = 'inAppTrips',
- }
|