Zum Hauptinhalt springen

v0.6.0

Features

  • Major upgrade from React 18 to React 19 within the Vite Framework.
  • Upgraded ShadCN and Radix UI component libraries for full compatibility with React 19.
  • Implemented a fully working unit testing environment with Vitest.
  • Remove the storybook Integration from construct code base.
  • Major restructure, revamp and modularized the construct modules.
  • Major Bug fixes & Stability across the modules.
  • Remove most of the duplicate logics and functionality across the code base.

Bug fixes

  • List of issues found in migration in dev:
  • MFA OTP verification failure: user not redirected to Verify Key page in Auth flow[URGENT].
  • Resend Key button on Verify OTP Key page (SSO flow) does not trigger the resend API endpoint[URGENT].
  • GetNotification API not being called when we are in notification modal.[URGENT].
  • Modules which implemented graphql with create/add api endpoint not working[BE issue].
  • Graphql create and update failed due to restriction in use of schema in invoices, task manager and inventory.
  • Fix the route change between always trigger the loading.
  • When credentials are incorrect, the login page currently shows an 'invalid_request' toast message. We should replace it with - a more user-friendly message.
  • Missing translation in stg for invalid email in forgot password page.
  • No Proper spacing in the forgot password page form.
  • Remove or adjust the separator in the sidebar when it is collapsed.
  • Inconsitent spacing in the header component.
  • There is a layout issue with the sidebar width, which is causing an unwanted horizontal scrollbar.
  • On the IAM detail page, when profileImage is an empty string, the default profile image is not displayed. The current logic - only handles null values and needs to account for empty strings as well.
  • In Invoices, when editing invoice items, removing a note or deleting a specific item incorrectly removes all invoice items - instead of just the targeted note or item.
  • In Task Manager in Add task modal, search the available tags is not working.
  • On the Profile page, when navigating to the MFA setup flow, it's unclear which MFA method was previously enabled. We need a - better design or indicator to show the active MFA method.
  • In dark mode we can see the tailwind default border color implement in sidebar, Change according to our design system.
  • In mobile view, the File Manager doesn't open child items for navigation and instead redirects to a 404 page within the - sidebar component, although it works correctly in desktop view.
  • Remove duplicate BASE_URL variable from the env and code.
  • In file Manager, Filter range Calendar UI break in mobile view.
  • In file Manager, Folder Docs modal UI break in mobile view.
  • In File Manager, File Item on Hover bgColor is not matching with bgColor of page.
  • In file Manager, in grid view Spacing is not good in the mobile view of the task items.
  • In Timeline, Card padding is too much in the mobile view.
  • Change the Date range calendar from two month to single date range calendar in whole portal. It gives Layout issue in mobile - view.
  • Showing the extension Banner only in Login page and adding the translation for the text.
  • Construct doesn’t load the default language set in the cloud.