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

[OTHER] move the reconnect banner to its own component #662

Closed
Dun-sin opened this issue Aug 18, 2024 · 10 comments · Fixed by #713
Closed

[OTHER] move the reconnect banner to its own component #662

Dun-sin opened this issue Aug 18, 2024 · 10 comments · Fixed by #713
Assignees
Labels
7 days Not more than 7 days(1week) to raise a PR assigned Easy Easy to work on EddieHub:good-first-issue good first issue Good for newcomers hacktoberfest 🏁 status: ready for dev issue is ready to be worked on

Comments

@Dun-sin
Copy link
Owner

Dun-sin commented Aug 18, 2024

What would you like to share?

<div className="flex flex-col w-full justify-center items-center h-full bg-primary">
<PiPlugsLight className="text-secondary text-8xl" />
<p className="text-lg text-center text-white">Sorry, it seems you&apos;re not connected</p>
<div className="flex flex-col sm:flex-row gap-1 sm:gap-4 text-[1.5em] mt-4 font-medium items-center">
<button
onClick={handleReconnect}
className={
'hover:no-underline hover:text-black text-black w-[8em] h-[2.3em] rounded-[30px] bg-[#FF9F1C] flex flex-col items-center justify-center'
}
>
Try again
</button>
<Link to="/" className="underline text-white hover:text-white text-lg">
Return Home
</Link>
</div>
</div>

@Dun-sin Dun-sin added hacktoberfest 🚦 status: awaiting approval waiting for maintainer to accept issue as ready to work labels Aug 18, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 18, 2024
@Dun-sin Dun-sin added good first issue Good for newcomers EddieHub:good-first-issue Easy Easy to work on up for grabs anyone can ask to work on this 4 days Not more than 4 days to raise a PR 🏁 status: ready for dev issue is ready to be worked on and removed 🚦 status: awaiting approval waiting for maintainer to accept issue as ready to work labels Aug 18, 2024
Repository owner deleted a comment from github-actions bot Aug 18, 2024
Copy link
Contributor

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you.

@github-actions github-actions bot unlocked this conversation Aug 18, 2024
@LuseBiswas
Copy link

Can you assinge this task to me

@Dun-sin
Copy link
Owner Author

Dun-sin commented Sep 5, 2024

Can you assinge this task to me

Sure, thanks for wanting to contribute. Make sure to read the issue description carefully and ask if you have questions. Follow the rules here, or your PR won't be accepted and will be closed. Good luck!

@rounakkumarsingh
Copy link

can i work on it?

@LuseBiswas
Copy link

@rounakkumarsingh bro I am already working on this project. I dont think this project need more than one assignees.

@Dun-sin Dun-sin added up for grabs anyone can ask to work on this and removed assigned labels Sep 18, 2024
@covert-bot
Copy link

can you assign this to me, i want to make contribution.

@covert-bot
Copy link

Assign me this task, i have resolved this issue.

@Dun-sin
Copy link
Owner Author

Dun-sin commented Oct 12, 2024

Assign me this task, i have resolved this issue.

sure @covert-bot, thanks for wanting to contribute. Make sure to read the issue description carefully and ask if you have questions on the discord server. Follow the rules here, or your PR won't be accepted and will be closed. Good luck!

@Dun-sin Dun-sin removed the up for grabs anyone can ask to work on this label Oct 12, 2024
@Dun-sin Dun-sin removed the 4 days Not more than 4 days to raise a PR label Oct 19, 2024
@Dun-sin Dun-sin added up for grabs anyone can ask to work on this and removed assigned labels Oct 19, 2024
@Kritik-Kapoor
Copy link
Contributor

Hey @Dun-sin can you assign me this issue, I'm already working on it.

@Dun-sin
Copy link
Owner Author

Dun-sin commented Oct 20, 2024

Hey @Dun-sin can you assign me this issue, I'm already working on it.

sure @Kritik-Kapoor, thanks for wanting to contribute. Make sure to read the issue description carefully and ask if you have questions on the discord server. Follow the rules here, or your PR won't be accepted and will be closed. Good luck!

@Dun-sin Dun-sin added assigned 7 days Not more than 7 days(1week) to raise a PR and removed up for grabs anyone can ask to work on this labels Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment