navigation.ts 1012 B

1234567891011121314151617181920212223242526272829303132
  1. export enum NAVIGATION_PAGES {
  2. WELCOME = 'welcome',
  3. LOGIN = 'login',
  4. REGISTER = 'registration',
  5. REGISTER_ACCOUNT_DATA = 'registrationAccountData',
  6. RESET_PASSWORD = 'resetPassword',
  7. RESET_PASSWORD_DEEP = 'resetPasswordDeep',
  8. IN_APP = 'inAppStack',
  9. MAP_TAB = 'Map',
  10. IN_APP_TRAVELLERS_TAB = 'Travellers',
  11. TRAVELLERS_TAB = 'inAppTravellers',
  12. MASTER_RANKING = 'inAppMasterRanking',
  13. LPI_RANKING = 'inAppLpiRanking',
  14. IN_MEMORIAM = 'inAppInMemoriam',
  15. IN_HISTORY = 'inAppInHistory',
  16. UN_MASTERS = 'inAppUNMaster',
  17. STATISTICS = 'inAppStatistics',
  18. IN_APP_PROFILE = 'Profile',
  19. PROFILE_TAB = 'inAppProfile',
  20. PUBLIC_PROFILE_VIEW = 'publicProfileView',
  21. EDIT_PERSONAL_INFO = 'editPersonalInfo',
  22. SETTINGS = 'settings',
  23. IN_APP_TRAVELS_TAB = 'Travels',
  24. TRAVELS_TAB = 'inAppTravels',
  25. SERIES = 'inAppSeries',
  26. SERIES_ITEM = 'inAppSeriesItem',
  27. EARTH = 'inAppEarth',
  28. PHOTOS = 'inAppPhotos',
  29. MORE_PHOTOS = 'inAppMorePhotos',
  30. ADD_PHOTO = 'inAppAddPhoto',
  31. TRIPS = 'inAppTrips',
  32. }