Skip to content

Conversation

@Abdkhan14
Copy link
Contributor

  • I will be consolidating code between the two views in following PRs

Abdullah Khan and others added 22 commits November 20, 2025 13:34
@Abdkhan14 Abdkhan14 requested a review from a team as a code owner November 24, 2025 20:30
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 24, 2025
Base automatically changed from abdk/attr-breakdowns-url-persistence to master November 25, 2025 16:59
@Abdkhan14 Abdkhan14 requested review from a team as code owners November 25, 2025 16:59
- I will be consolidating shared components between the 2 views
(comparison view, total distribution view and loading view) in following
PRs
<img width="1132" height="736" alt="Screenshot 2025-11-24 at 9 08 59 PM"
src="https://github.com/user-attachments/assets/aaa805cb-26fa-4e40-b006-c7a50f889de6"
/>

---------

Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>

if (isAttributeBreakdownsError || isCohortCountError) {
return <LoadingError message={t('Failed to load attribute breakdowns')} />;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Error rendering changed from wrapped to unwrapped

Error handling logic changed: LoadingError now returns early without Panel and Flex wrappers that were present in the original implementation. Previously, errors displayed within the same container layout as normal content. This could cause visual inconsistency in how errors appear compared to the rest of the component layout and prior behavior.

Additional Locations (1)

Fix in Cursor Fix in Web

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be working on the error state next

Comment on lines +153 to +155
onChange={q => {
setSearchQuery(q);
}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
onChange={q => {
setSearchQuery(q);
}}
onChange={setSearchQuery}

@Abdkhan14 Abdkhan14 merged commit 245bf3a into master Nov 25, 2025
48 checks passed
@Abdkhan14 Abdkhan14 deleted the abdk/attr-breakdowns-search-persistence branch November 25, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants