Prateek Shourya
Prateek Shourya
#### Improvements This PR optimizes `useOutsideClickDetector` and `usePeekOverviewOutsideClickDetector` by replacing `querySelectorAll` with a more efficient check for the closest element with the required attribute on the event target. This enhances...
## Summary by CodeRabbit - **New Features** - Enhanced the `Invitations` component to receive invitation data directly, improving its functionality for workspace joining scenarios. - Streamlined data handling in the...
#### Media * Before * After ## Summary by CodeRabbit - **Style** - Adjusted the vertical alignment of fields in the project invitation modal for improved visual presentation.
## Summary by CodeRabbit - **New Features** - Enhanced dropdown options with an `Info` icon and tooltips for additional context. - Improved `IssueTypeSelect` component with new optional properties for better...
#### Media #### Issue link - [WEB-2500](https://app.plane.so/plane/projects/02c3e1d5-d7e2-401d-a773-45ecba45d745/issues/d40422f1-7965-4886-897a-57d004902e0d) ## Summary by CodeRabbit - **New Features** - Introduced a new endpoint for accessing instance changelogs. - Added a new environment variable `INSTANCE_CHANGELOG_URL`...
### Description This PR resolves an issue where guest were able to view work items even when `view access was disabled for guests`. ### Type of Change - [x] Bug...
### Description - Replaced the AuthenticationModes component with a more streamlined implementation using AuthenticationMethodCard. - Removed obsolete authentication modes files from the codebase. - Enhanced the AuthRoot component to utilize...
### Description This PR includes refactoring of auth-related components for both the admin and web applications, as well as some updates to the new design system. ### Type of Change...
### Description - Replace custom tab implementation with Propel Tabs - Dynamically render only enabled tabs based on configuration - Filter tabs by isEnabled property for cleaner conditional rendering -...