Skip to content

Conversation

@DigitalSeneca
Copy link
Contributor

@DigitalSeneca DigitalSeneca commented Dec 8, 2024

Description of changes

  • Add outlined notification bell that navigates to NotificationsPage
  • Remove public map from buttons list
  • Add horizontally scrollable information pills

new_home_page_ui

@DigitalSeneca DigitalSeneca marked this pull request as ready for review December 8, 2024 22:41
@DigitalSeneca DigitalSeneca changed the title new homepage ui v35 - HomePage - New UI Dec 8, 2024
Text(
MyLocalizations.of(context, "app_name"),
style: TextStyle(
color: Color(0xFFEDB20C),
Copy link
Member

Choose a reason for hiding this comment

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

Can you define this color as primary in themedata and reference it from there?

"Information pills (HC)",
style: TextStyle(
fontFamily: "Nunito",
fontSize: 18.0, // TODO: Change to use TextTheme after the other PR is merged
Copy link
Member

Choose a reason for hiding this comment

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

Pending before merge

children: List.generate(3, (index) {
return Container(
margin: EdgeInsets.all(20.0),
width: 200.0,
Copy link
Member

Choose a reason for hiding this comment

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

Ensure dynamic value depending on the screen width, so always 1 box and a half appears in the screen

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