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

Changing Title When User Changes Tab #621

Open
3 of 4 tasks
TejasNasre opened this issue Jul 25, 2023 · 5 comments
Open
3 of 4 tasks

Changing Title When User Changes Tab #621

TejasNasre opened this issue Jul 25, 2023 · 5 comments

Comments

@TejasNasre
Copy link

Is your feature request related to a problem? Please describe.

Just Want To Add New Feature When User Changes Tab The Title Of the Page Is Changed.
Like Currently The Title Is "CodeSetGo| Best Student Community",So We Can Change The Title "Make Learning Fun :)"

Describe the solution you'd like.

titleChange.txt

Describe alternatives you've considered.

`let docTitle = document.title;
window.addEventListener("blur", () =>{
document.title = "Make Learning Fun :)";
});

window.addEventListener("focus", () =>{
document.title = docTitle;
});`

Add any other context or screenshots about the feature request here.

Capture

Record

  • I agree to follow this project's Code of Conduct
  • I have checked the existing issues
  • I'm a GSSoC'23 contributor
  • I want to work on this issue
@TejasNasre
Copy link
Author

I Am A Beginner In This Field And Doing Small Changes Plese Give Me Suggestions For Contributing in Open Source

@agamjotsingh18
Copy link
Owner

It's not needed as of now and too easy issue..

Look upon issues where you can add value, you can see the active repos in GSSOC itself with their issues, what issues participants are raising, how they are describing it.
You'll automatically get to improve in open source after researching through repositories

@Yukti-Mehta
Copy link

Hi @agamjotsingh18
Please allow me the opportunity to resolve this issue at hand.

@AshitaBidkar
Copy link

hey @agamjotsingh18 I want to work on this project, kindly assign it to me.

@loginglug
Copy link

I want to work on this issue. Kindly assign it to me.

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

No branches or pull requests

5 participants