Issue 2153 - changed account analysis dashboard UI#2156
Merged
Conversation
rmroot
approved these changes
Nov 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
connects #2153
This pull request refactors the account analysis dashboard tabs and introduces a new, feature-rich analysis details table for improved user experience and maintainability. The main changes include removing the old dashboard tabs component, updating dashboard layout and navigation, and adding a new details table component with filtering, sorting, and error display capabilities.
Dashboard Tabs Removal and Layout Updates
AccountAnalysisDashboardTabsComponentand its related files, including its HTML, CSS, TypeScript, and spec files, simplifying the dashboard and removing tab navigation.account-analysis-dashboard.component.htmlby removing the tabs reference and moving the "selected analysis for report year" indicator to the new details table.New Analysis Details Table Component
AccountAnalysisDetailsTableComponentwith comprehensive table features: filtering by category and report year, sorting, pagination, selection indicators, error handling, and delete confirmation modal.Minor Logic and Navigation Fix
AccountAnalysisBannerComponentto use the correct route for analysis, ensuring proper banner behavior.