Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebranded the welcome page #10

Merged
merged 11 commits into from
Mar 25, 2024
Merged

Conversation

MasterK0927
Copy link
Collaborator

@MasterK0927 MasterK0927 commented Mar 25, 2024

Screenshot from 2024-03-25 12-27-06
Screenshot from 2024-03-25 12-27-44

  1. Rebranded the welcome page.
  2. Added the "-j8" flag into the ninja building tool's libs file, so that "llvm out of memory" error gets resolved.

@@ -14,10 +14,9 @@
namespace ui {

SkColor NativeTheme::GetSystemButtonPressedColor(SkColor base_color) const {
const SkColor kBraveColorBrand = SkColorSetRGB(0xfb, 0x54, 0x2b);
const SkColor kBraveColorBrand =SkColorSetRGB(0xff, 0x54, 0x2b);
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is this colour change for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

reverted to the default buttons color, and KbraveBrand color

Copy link
Collaborator

Choose a reason for hiding this comment

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

revert kara hai toh ye changed nahi ana chaiye na?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

mtlb bhaiya manually change kr diya hai, jo phele tha whi color mai

Copy link
Collaborator

Choose a reason for hiding this comment

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

manually bhi revert hua hai toh ye change nahi ana chaiye

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

okay bhaiya looking into it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed it bhaiya, it was the typo

Copy link
Collaborator

Choose a reason for hiding this comment

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

what is this file for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

its the logo that is being displayed on the welcome page.

Copy link
Collaborator

Choose a reason for hiding this comment

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

is this logo being used on the welcome page or the other one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it is used in components/brave_welcome_ui/components/images/index.ts

Copy link
Collaborator

Choose a reason for hiding this comment

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

where is this logo being used and where is brave_logo_3d@2x.webp being used?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

brave_logo_3d@2x.webp is being used in the brave_welcome_ui page

lion_logo.svg its use is still unknown but its defined in the images under brave_welcome_ui

@@ -14,10 +14,9 @@
namespace ui {

SkColor NativeTheme::GetSystemButtonPressedColor(SkColor base_color) const {
const SkColor kBraveColorBrand = SkColorSetRGB(0xfb, 0x54, 0x2b);
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove extra changes from this file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done bhaiya

@@ -19,5 +19,4 @@ SkColor NativeTheme::GetSystemButtonPressedColor(SkColor base_color) const {
return color_utils::GetResultingPaintColor(
SkColorSetA(kBraveColorBrand, is_dark ? 0x2b : 0x23), base_color);
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

yaar ye extra changes bhi hata do please. files ka indentation kharab nahi karte agar wahan kuch changes nahi hai toh

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done bhaiya

module.exports = util
Copy link
Collaborator

Choose a reason for hiding this comment

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

iss file mein koi changes hi nahi rehne chaiye

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Resolving

@udaybansal19 udaybansal19 merged commit 722af55 into ping-browser:main Mar 25, 2024
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