Skip to content

Conversation

@satyanvm
Copy link

What kind of change does this PR introduce?

This PR upgrades all Apollo packages.

**Issue Number:**4256

Fixes #4256

Snapshots/Videos:

If relevant, did you update the documentation?

Summary

Upgrade all Apollo packages.
#4256

Does this PR introduce a breaking change?

Yes useQuery and useMutation now return data typed as unknown instead of any when no type parameter is provided and requires adding explicit type parameters or type assertions. There is no runtime breaking changes, all changes are TypeScript type level.

Checklist

CodeRabbit AI Review

  • I have reviewed and addressed all critical issues flagged by CodeRabbit AI
  • I have implemented or provided justification for each non-critical suggestion
  • I have documented my reasoning in the PR comments where CodeRabbit AI suggestions were not implemented

Test Coverage

  • I have written tests for all new changes/features
  • I have verified that test coverage meets or exceeds 95%
  • I have run the test suite locally and all tests pass

Other information

This PR upgrades all Apollo packages.

Have you read the contributing guide?

Yes

@keploy
Copy link

keploy bot commented Dec 22, 2025

No significant changes currently retry

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (300)
  • docs/docs/auto-docs/Actions/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/AdminSearchFilterBar/interface/interfaces/InterfaceAdminSearchFilterBarAdvanced.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/AdminSearchFilterBar/interface/interfaces/InterfaceAdminSearchFilterBarSimple.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/AdminSearchFilterBar/interface/interfaces/InterfaceAdminSearchFilterBarTranslations.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/AdminSearchFilterBar/interface/type-aliases/InterfaceAdminSearchFilterBarProps.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/App/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/OrganizationQueries/variables/ORGANIZATION_MEMBERS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/OrganizationQueries/variables/ORGANIZATION_USER_TAGS_LIST_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/OrganizationQueries/variables/USER_CREATED_ORGANIZATIONS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/OrganizationQueries/variables/VENUE_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/EVENT_CHECKINS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/EVENT_FEEDBACKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/EVENT_REGISTRANTS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_COMMUNITY_DATA_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_COMMUNITY_SESSION_TIMEOUT_DATA_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_BASIC_DATA.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_BLOCKED_USERS_COUNT.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_BLOCKED_USERS_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_DATA_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_EVENTS_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_EVENTS_USER_PORTAL_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_MEMBERS_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_POSTS_COUNT_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_POSTS_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_VENUES_COUNT.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/GET_ORGANIZATION_VENUES_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/MEMBERSHIP_REQUEST_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/MEMBERS_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/MEMBERS_LIST_PG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/ORGANIZATIONS_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/ORGANIZATIONS_LIST_BASIC.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/ORGANIZATIONS_MEMBER_CONNECTION_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/ORGANIZATION_DONATION_CONNECTION_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/ORGANIZATION_EVENT_CONNECTION_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/ORGANIZATION_FIELDS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/SIGNIN_QUERY.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/USERS_CONNECTION_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/USER_DETAILS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/GraphQl/Queries/Queries/variables/USER_ORGANIZATION_LIST.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/LeaveOrganization/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/LeaveOrganization/variables/userEmail.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/LeaveOrganization/variables/userId.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/LoginPage/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/PledgeModal/functions/areOptionsEqual.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/PledgeModal/functions/getMemberLabel.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/PledgeModal/interfaces/InterfacePledgeModal-1.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/PledgeModal/variables/default-1.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/Requests/functions/default-1.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/Requests/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/Volunteers/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/AddPeopleToTag/AddPeopleToTag/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/Advertisements/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.constants/variables/createDates.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.constants/variables/dateConstants.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.constants/variables/updateDates.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/createAdvertisement.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/createAdvertisementError.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/createAdvertisementWithEndDateBeforeStart.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/createAdvertisementWithoutName.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/deleteAdvertisementMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/emptyMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/fetchErrorMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/filterActiveAdvertisementData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/filterCompletedAdvertisementData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/getActiveAdvertisementMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/getCompletedAdvertisementMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/initialActiveData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/initialArchivedData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.data/variables/updateAdMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IAdvertisementListMock.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IAdvertisementListParams.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IAdvertisementNode.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IAdvertisementNodeParams.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IAttachment.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IBaseMutationMock.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IEdge.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/interfaces/IPageInfo.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.types/type-aliases/AdvertisementType.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.utils/functions/createAdvertisementListMock.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.utils/functions/createAdvertisementNode.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.utils/functions/createBatchNodes.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.utils/functions/createMutationMock.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.utils/functions/wait.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks.utils/variables/client.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/functions/wait.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/client.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/createAdvertisement.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/createAdvertisementError.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/createAdvertisementWithEndDateBeforeStart.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/createAdvertisementWithoutName.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/deleteAdvertisementMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/emptyMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/fetchErrorMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/filterActiveAdvertisementData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/filterCompletedAdvertisementData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/getActiveAdvertisementMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/getCompletedAdvertisementMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/initialActiveData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/initialArchivedData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/link.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Advertisements/AdvertisementsMocks/variables/updateAdMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/Auth/EmailField/EmailField/variables/EmailField.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/CheckIn/CheckInMocks/variables/checkInMutationSuccess.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/CheckIn/CheckInMocks/variables/checkInMutationSuccessRecurring.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/CheckIn/CheckInMocks/variables/checkInMutationUnsuccess.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/CheckIn/CheckInMocks/variables/checkInQueryMock.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/CheckIn/Modal/CheckInModal/functions/CheckInModal.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/CheckIn/Modal/Row/TableRow/functions/TableRow.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventListCard/Modal/updateLogic/functions/useUpdateEventHandler.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventAgendaItems/EventAgendaItems/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventAttendance/Attendance/EventAttendance/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventAttendance/AttendanceList/AttendedEventList/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventAttendance/EventAttendanceMocks/variables/MOCKDETAIL.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventAttendance/EventAttendanceMocks/variables/MOCKEVENT.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventAttendance/EventAttendanceMocks/variables/MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventAttendance/Statistics/EventStatistics/variables/AttendanceStatisticsModal.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/EventRegistrants/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/COMBINED_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/EMPTY_EVENT_CHECKINS_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/EMPTY_REGISTRANTS_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/EMPTY_STATE_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/ERROR_DELETION_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/EVENT_CHECKINS_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/MISSING_DATE_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/MISSING_NAME_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/RECURRING_EVENT_DETAILS_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/RECURRING_EVENT_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/RECURRING_EVENT_REGISTRANTS_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/REGISTRANTS_ERROR_USER_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/REGISTRANTS_MISSING_DATE_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/REGISTRANTS_MISSING_NAME_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/REGISTRANTS_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/REMOVE_ATTENDEE_ERROR_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventManagement/EventRegistrant/Registrations.mocks/variables/REMOVE_ATTENDEE_SUCCESS_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventRegistrantsModal/Modal/EventRegistrantsModal/functions/EventRegistrantsModal.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/EventStats/Statistics/EventStats/functions/EventStats.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/GroupChatDetails/GroupChatDetailsMocks/functions/getMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/GroupChatDetails/GroupChatDetailsMocks/variables/failingMocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/GroupChatDetails/GroupChatDetailsMocks/variables/mocks.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/MemberActivity/EventsAttendedByMember/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/MemberActivity/Modal/CustomCell/customTableCell/variables/CustomTableCell.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/NotificationIcon/NotificationIcon/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/OrgSettings/ActionItemCategories/OrgActionItemCategories/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/OrgSettings/AgendaItemCategories/OrganizationAgendaCategory/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/OrgSettings/General/DeleteOrg/DeleteOrg/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/OrgSettings/General/OrgUpdate/OrgUpdate/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/OrganizationScreen/OrganizationScreen/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/ProfileDropdown/ProfileDropdown/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/ProfileDropdown/ProfileDropdown/variables/MAX_NAME_LENGTH.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/RequestsTableItem/RequestsTableItem/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/RequestsTableItem/RequestsTableItemMocks/variables/ERROR_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/RequestsTableItem/RequestsTableItemMocks/variables/MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/TagActions/Node/TagNode/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/TagActions/TagActions/interfaces/InterfaceTagActionsProps.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/TagActions/TagActions/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UpdateSession/UpdateSession/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UserPortal/ChatRoom/ChatRoom/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UserPortal/ChatRoom/ChatRoom/variables/MessageImage.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UserPortal/CommentCard/CommentCard/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UserPortal/CreateDirectChat/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UserPortal/CreateDirectChat/functions/handleCreateDirectChat.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UserPortal/CreateGroupChat/CreateGroupChat/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/components/UserPortal/EventCard/EventCard/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/index/variables/client.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/classes/PluginGraphQLService.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/functions/useCreatePlugin.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/functions/useDeletePlugin.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/functions/useGetAllPlugins.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/functions/useInstallPlugin.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/functions/useUpdatePlugin.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/interfaces/ICreatePluginInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/interfaces/IDeletePluginInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/interfaces/IInstallPluginInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/interfaces/IPlugin.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/graphql-service/interfaces/IUpdatePluginInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/manager/classes/PluginManager.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/manager/functions/getPluginManager.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/plugin/manager/functions/resetPluginManager.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/CommunityProfile/CommunityProfile/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetail/functions/getLanguageName.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetail/functions/prettyDate.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetail/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetailMocks/variables/ERROR_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetailMocks/variables/MOCKS1.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetailMocks/variables/MOCKS2.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetailMocks/variables/MOCK_FILE.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/MemberDetail/MemberDetailMocks/variables/UPDATE_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/Notification/Notification/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/OrgList/OrgList/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/OrgList/OrgListMocks/variables/MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/OrgList/OrgListMocks/variables/MOCKS_ADMIN.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/OrgList/OrgListMocks/variables/MOCKS_EMPTY.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/OrgList/OrgListMocks/variables/MOCKS_WITH_ERROR.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/Users/User.mocks/variables/MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/Users/User.mocks/variables/MOCKS2.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/Users/UsersMocks.mocks/variables/EMPTY_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/Users/UsersMocks.mocks/variables/MOCKS_NEW.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/Users/UsersMocks.mocks/variables/MOCKS_NEW_2.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/AdminPortal/Users/UsersMocks.mocks/variables/USER_UNDEFINED_MOCK.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/BlockUser/BlockUser/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/EventVolunteers/VolunteerGroups/VolunteerGroups/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/EventVolunteers/VolunteerGroups/modal/VolunteerGroupModal/interfaces/InterfaceVolunteerGroupModal.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/EventVolunteers/VolunteerGroups/modal/VolunteerGroupModal/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/ForgotPassword/ForgotPassword/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/ManageTag/ManageTag/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/ManageTag/ManageTag/functions/getManageTagErrorMessage.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationActionItems/ActionItemModal/ActionItemModal/interfaces/IActionItemCategoriesData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationActionItems/ActionItemModal/ActionItemModal/interfaces/IEventVolunteerGroupsData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationActionItems/ActionItemModal/ActionItemModal/interfaces/IEventVolunteersData.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationActionItems/ActionItemModal/ActionItemModal/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationActionItems/ActionItemViewModal/ActionItemViewModal/interfaces/IViewModalProps.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationActionItems/ActionItemViewModal/ActionItemViewModal/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationDashboard/OrganizationDashboard/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationDashboard/OrganizationDashboardMocks/variables/EMPTY_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationDashboard/OrganizationDashboardMocks/variables/ERROR_MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationDashboard/OrganizationDashboardMocks/variables/MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationFundCampaign/OrganizationFundCampaigns/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationFunds/OrganizationFunds/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationPeople/OrganizationPeople/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationPeople/addMember/AddMember/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTags/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/functions/makeTagEdge.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/functions/makeUserTags.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/type-aliases/TagEdge.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_ASCENDING_NO_SEARCH.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_EMPTY.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_ERROR.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_ERROR_ERROR_TAG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_FETCHMORE_UNDEFINED.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NO_MORE_PAGES.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NULL_END_CURSOR.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_UNDEFINED_USER_TAGS.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCK_RESPONSES.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/OrganizationVenues/OrganizationVenues/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/PluginStore/PluginModal/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/PluginStore/UploadPluginModal/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/Public/Invitation/AcceptInvitation/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/SubTags/SubTags/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Campaigns/Campaigns/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Donate/Donate/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Events/Events/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Organizations/Organizations/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/People/People/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Pledges/Pledges/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Settings/Settings/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Settings/Settings/functions/resetUserDetails.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Volunteer/Groups/GroupModal/interfaces/InterfaceGroupModal.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Volunteer/Groups/GroupModal/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Volunteer/Groups/Groups/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Volunteer/Invitations/Invitations/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/screens/UserPortal/Volunteer/UpcomingEvents/UpcomingEvents/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/shared-components/OrganizationCard/OrganizationCard/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/shared-components/OrganizationCard/OrganizationCard/interfaces/InterfaceOrganizationCardPropsPG.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/shared-components/pinnedPosts/pinnedPostsLayout/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/shared-components/postCard/helperFunctions/functions/handleLoadMoreComments.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IActionItemCategoryInfo.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IActionItemCategoryList.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IActionItemInfo.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IActionItemList.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IActionUserInfo.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/ICreateActionItemInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/ICreateActionItemVariables.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IDeleteActionItemInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IEventVolunteerGroup.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IFormStateType.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IItemModalProps.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IMarkActionItemAsPendingInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IUpdateActionForInstanceInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IUpdateActionItemForInstanceInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IUpdateActionItemForInstanceVariables.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/ActionItems/interface/interfaces/IUpdateActionItemInput.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/Chat/interface/interfaces/InterfaceGroupChatDetailsProps.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/ICommunityDataResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/ICommunitySessionTimeoutResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/IForgotPasswordResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/IGenerateOtpResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/IRecaptchaResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/IRefreshTokenResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/ISignInResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/authQueries/interfaces/ISignUpResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/eventQueries/interfaces/IOrganizationEventsResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/fundQueries/interfaces/ICampaignEdge.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/fundQueries/interfaces/IDonationConnectionResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/fundQueries/interfaces/IFundCampaignPledgeResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/fundQueries/interfaces/IFundCampaignResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/fundQueries/interfaces/IFundEdge.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/fundQueries/interfaces/IFundListResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/fundQueries/interfaces/IUserFundCampaignsResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/miscQueries/interfaces/IAcceptEventInvitationResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/miscQueries/interfaces/IActionItemCategoryResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/miscQueries/interfaces/IVenueListResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/miscQueries/interfaces/IVerifyEventInvitationResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/organizationQueries/interfaces/IAdvertisementListResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/organizationQueries/interfaces/ICreateOrganizationMembershipResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/organizationQueries/interfaces/ICreateOrganizationResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/organizationQueries/interfaces/IMembershipRequestResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/organizationQueries/interfaces/IOrganizationFilterListResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/organizationQueries/interfaces/IOrganizationListNoMembersResult.md is excluded by !**/docs/docs/**
  • docs/docs/auto-docs/types/GraphQL/organizationQueries/interfaces/IOrganizationListResult.md is excluded by !**/docs/docs/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

Our Pull Request Approval Process

This PR will be reviewed according to our:

  1. Palisadoes Contributing Guidelines

  2. AI Usage Policy

Your PR may be automatically closed if:

  1. Our PR template isn't filled in correctly

  2. You haven't correctly linked your PR to an issue

Thanks for contributing!

coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 22, 2025
coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 22, 2025
coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 22, 2025
coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 24, 2025
coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 24, 2025
@palisadoes
Copy link
Contributor

FYI

This is a tracking page for the major refactoring issues.

@palisadoes
Copy link
Contributor

Please fix the conflicting files

1 similar comment
@palisadoes
Copy link
Contributor

Please fix the conflicting files

@satyanvm
Copy link
Author

Please fix the conflicting files

Yes I am working on it.

@satyanvm
Copy link
Author

@palisadoes The codeQL flagging seems to be a false positive as it's flagging for the potential XSS vulnerability for formState.avatarURL which is correctly verified in the sanitizeAvatars function for potential attacks. Same is the case with the second warning for userDetails.avatarURL which is being verified in the sanitizeAvatars function. Also these are not my changes and is pre-existing in the develop branch. How should we proceed here?
Screenshot 2025-12-27 at 1 06 37 PM

@palisadoes
Copy link
Contributor

  1. We can keep that in mind.
  2. Please focus on the other tests and conflicting files

coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 28, 2025
@palisadoes
Copy link
Contributor

Please fix the conflicting files

1 similar comment
@palisadoes
Copy link
Contributor

Please fix the conflicting files

@satyanvm
Copy link
Author

Please fix the conflicting files

I am working on it, it's mostly done.

coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 31, 2025
@palisadoes
Copy link
Contributor

Please fix the conflicting files

@palisadoes
Copy link
Contributor

  1. How's progress on this?
  2. We are merging multiple PRs a day, so it's going to be difficult with file conflicts.
  3. I'd focus on merging just this PR to the exclusion of others. If this approach makes sense, then unassign yourself from other issues so that others can get a chance

@satyanvm
Copy link
Author

satyanvm commented Jan 4, 2026

  1. How's progress on this?
  2. We are merging multiple PRs a day, so it's going to be difficult with file conflicts.
  3. I'd focus on merging just this PR to the exclusion of others. If this approach makes sense, then unassign yourself from other issues so that others can get a chance

@palisadoes The work is mostly done, adding some inline css to app-fixed.module.css for the new css check and some pending translations and some new failing tests for the new added code is pending. I will prioritise this over every other, the other issue I am assigned to - I have raised a PR and some 2-3 test cases suggested by coderabbit is pending which I will complete promptly. I will not take up any other issue till this PR is merged.
Screenshot 2026-01-04 at 5 50 37 PM

@palisadoes
Copy link
Contributor

Please ensure:

  1. CodeRabbit approves your changes
  2. All tests pass and are valid
  3. All conflicting files are resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants