feat: redesign reports screen with individual tab per report#3
Open
coder-contrib-bot wants to merge 2 commits into
Open
feat: redesign reports screen with individual tab per report#3coder-contrib-bot wants to merge 2 commits into
coder-contrib-bot wants to merge 2 commits into
Conversation
Replaces the 4 grouped tabs (Sales, Financial, Inventory, Customers) with 7 individual tabs - one for each report endpoint: - Daily Sales - Monthly Profit - Top Products - Inventory Valuation - Customer Balances - Supplier Balances - Cash Flow Uses a scrollable TabBar to accommodate all tabs cleanly. GIT_AUTHOR_NAME: Claude Code (AI Agent) GIT_AUTHOR_EMAIL: noreply@anthropic.com Co-Authored-By: Claude Code <noreply@anthropic.com>
- Set TabBar isScrollable to false so tabs stretch to fill the bar - Changed all Column crossAxisAlignment to CrossAxisAlignment.stretch - Replaced _buildContainer with _buildFullWidthTable that uses SizedBox(width: double.infinity) to force tables to fill width - Shortened 'Monthly Profit' tab label to 'Profit' for better fit GIT_AUTHOR_NAME: Claude Code (AI Agent) GIT_AUTHOR_EMAIL: noreply@anthropic.com Co-Authored-By: Claude Code <noreply@anthropic.com>
MohamedShhahat
approved these changes
May 25, 2026
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.
Summary
TabBarto accommodate all 7 tabs cleanlyChanges
frontend/lib/features/reports/presentation/reports_page.dart— full rewrite of tab structureAI Agent
This PR was authored by Claude Code (AI Agent).