* Virtualization like core changes with intersection observer
* Virtualization like changes for spreadsheet
* Virtualization like changes for list
* Virtualization like changes for kanban
* add logic to render all the issues at once
* revert back the changes for list to follow the old pattern of grouping
* fix column shadow in spreadsheet for rendering rows
* fix constant draggable height while dragging and rendering blocks in kanban
* fix height glitch while rendered rows adjust to default height
* remove loading animation for issue layouts
* reduce requestIdleCallback timer to 300ms
* remove logic for index tarcking to force render as the same effect seems to be achieved by removing requestIdleCallback
* Fix Kanban droppable height
* fix spreadsheet sub issue loading
* force change in reference to re render the render if visible component when the order of list changes
* add comments and minor changes
* style: responsive profile
* style: profile header drop down, sidebar auto show hide depending on the screen width
* fix: item tap on white space in the drop down menu in profile header
* fix: profile layout breaking on big screens in page visit
* fix: cycle and module reordering in the gantt chart
* chore: hide duration from sidebar if no dates are assigned
* chore: updated date helper functions to accept undefined params
* chore: update cycle sidebar condition
* enable keyboard navigation for spreadsheet layout
* move the logic to table level instead of cell level
* fix perf issue that made it unusable
* fix scroll issue with navigation
* fix build errors
* fix: module header hide on bigger screens
* fix: Add Inbox back on mobile
---------
Co-authored-by: Maximilian Engel <maximilian.engel@swg.de>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
* fix: show window closing alert only when page is not saved
* chore: Refactor useReloadConfirmations hook
- Removed the `message` parameter, as it was not being used and not
supported in modern browsers
- Changed the `isActive` flag to a temporary flag and added a TODO comment to remove it later.
- Implemented the `handleRouteChangeStart` function to handle route change events and prompt the user with a confirmation dialog before leaving the page.
- Updated the dependencies of the `handleBeforeUnload` and `handleRouteChangeStart` callbacks.
- Added event listeners for `beforeunload` and `routeChangeStart` events in the `useEffect` hook.
- Cleaned up the event listeners in the cleanup function of the `useEffect` hook.
fix: Fix reload confirmations in PageDetailsPage
- Removed the TODO comment regarding fixing reload confirmations with MobX, as it has been resolved.
- Passed the `pageStore?.isSubmitting === "submitting"` flag to the `useReloadConfirmations` hook instead of an undefined message.
This commit refactors the `useReloadConfirmations` hook to improve its functionality and fixes the usage in the `PageDetailsPage` component.
---------
Co-authored-by: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com>
* chore: events naming convention changed
* chore: track element added for project related events
* chore: track element added for cycle related events
* chore: track element added for module related events
* chore: issue related events updated
* refactor: event tracker store
* refactor: event-tracker store
* fix: posthog changes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
* chore: cycle and module store update action updated
* chore: cycle and module issue store actions updated
* chore: cycle and module retrieve endpoints updated
* fix: app sidebar z index and priority icon fix
* chore: cycle and module sidebar and stats updated
* style: added sidebar toggle in all the screens for mobile responsive
* chore: close sidebar on click of empty space when opened
* chore: setting the sidebar collapsed in smaller screens