agamjotsingh18 / codesetgo

Open Source Website of CodeSetGo
https://codesetgo.netlify.app/
MIT License
76 stars 237 forks source link

Changing Title When User Changes Tab #621

Open TejasNasre opened 1 year ago

TejasNasre commented 1 year ago

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

TejasNasre commented 1 year ago

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

agamjotsingh18 commented 12 months ago

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 commented 11 months ago

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

AshitaBidkar commented 7 months ago

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

loginglug commented 2 months ago

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