feat: add transaction categories with icons and selection UI#85
Merged
Salint merged 5 commits intotwoaxis:developmentfrom Jan 31, 2026
Merged
feat: add transaction categories with icons and selection UI#85Salint merged 5 commits intotwoaxis:developmentfrom
Salint merged 5 commits intotwoaxis:developmentfrom
Conversation
- Create `lib\values\categories.dart` with predefined expense/income categories and helper functions - Update dashboard and transactions pages to display category-specific icons with handling the old non-categorize data on firebase - Add category selection UI to quick add expense/income forms - Use Material Design icons for better visual representation of transaction types
Salint
requested changes
Jan 29, 2026
…egories to simplify the code
Salint
requested changes
Jan 31, 2026
…egoryIcon` to util
Salint
requested changes
Jan 31, 2026
Closed
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.
lib\values\categories.dartwith predefined expense/income categories and helper functions✅ Backward Compatibility & Verification
I have implemented backward compatibility to ensure that existing Firebase document data remains valid in this version.
The screenshots below demonstrate that the standards requested in the issue have been met:
and here is the new version looks like.