Skip to content

Update App UI - #75

Open
cjstyles6 wants to merge 1 commit into
abuanwar072:masterfrom
cjstyles6:SEN-406
Open

Update App UI#75
cjstyles6 wants to merge 1 commit into
abuanwar072:masterfrom
cjstyles6:SEN-406

Conversation

@cjstyles6

Copy link
Copy Markdown

Add bgSeconday color constant and update main screen layout with menu icon; update dependencies in pubspec.lock

Copilot AI review requested due to automatic review settings May 22, 2026 14:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the app’s UI by introducing a new background color constant and adding a menu icon to the main screen, alongside refreshed Flutter/Dart dependency lock entries.

Changes:

  • Added a new background color constant in lib/constants.dart
  • Updated MainScreen layout to include a menu icon
  • Updated dependency versions and SDK constraints in pubspec.lock

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
pubspec.lock Refreshes locked dependency versions and updates recorded Dart SDK constraint
lib/screens/main/main_screen.dart Adds a menu icon into the main screen widget layout
lib/constants.dart Introduces a new background-related color constant

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lib/constants.dart
const primaryColor = Color(0xFF2697FF);
const secondaryColor = Color(0xFF2A2D3E);
const bgColor = Color(0xFF212332);
const bgSeconday = Colors.blueGrey;
// and it takes 1/6 part of the screen
child: SideMenu(),
),
const Icon(Icons.menu),
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