All release notes

v1.125.0

2 features

Add 404 Not Found page and update routing

  • Introduced a NotFoundPage component to handle undefined routes gracefully.
  • Updated the router configuration to include a catch-all route for 404 errors, ensuring users receive appropriate feedback when navigating to non-existent pages.
  • Modified the useProfile hook to reflect changes in XP data structure, renaming properties for clarity.

Add new section for items visited more than one week ago

  • Introduced a new section key and label for items that were last visited more than one week ago, enhancing content organization.
  • Updated the logic in `getLastVisitedSectionKey` to categorize items based on this new timeframe, improving user navigation and clarity in the application.