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

Improve UI of New Extension page #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sickboydroid
Copy link

I have improved the "New Chrome Extension" heavily. Please build and run the extension at least once to see if everything is working fine. If not, let me know

@sickboydroid
Copy link
Author

I really appreciate your project. Its really helpful, i wanna be one of its maintainers if that is okay

@gadhagod
Copy link
Owner

gadhagod commented Sep 9, 2024

Thank you for your PR @sickboydroid. I'm glad to see your interest in the project, and I am super grateful for your contributions!

Unfortunately, I'm falling horridly behind on work so I will take some time to review your PR. I'm really sorry about the delay. I will get to this ASAP.

@sickboydroid
Copy link
Author

Yeah sure, btw I ran the extension to make sure everything was fine and it was working good.

@gadhagod gadhagod self-requested a review October 4, 2024 13:31
@sickboydroid
Copy link
Author

Hey! I know you are busy but can you review my pull request and merge. I want to use this new design. And I also wanna contribute further if you merge this one

Thanks

@gadhagod
Copy link
Owner

Truly sorry for the delay @sickboydroid! I'll review it by the end of this weekend. Thank you for pinging me.

<p class="title">Create New Chrome Extension</p>
</div>
<div class="project-form">
<div class="inputs">
Copy link
Owner

Choose a reason for hiding this comment

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

Can we keep the indentation to 4 spaces please?

Copy link
Author

Choose a reason for hiding this comment

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

sure, I guess it was my editors default setting and i didn't pay much attention to it

if (res.status === "GIVE") {
document.getElementById("location_label").innerHTML = res.message.path;
} else if (res.status === "ERR") {
document.querySelector(".loading").style.display = "none";
Copy link
Owner

Choose a reason for hiding this comment

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

Is there a specific reason for using querySelector over getElementById here?

@@ -1,20 +1,216 @@
img {
margin-top: 1%;
:root {
Copy link
Owner

Choose a reason for hiding this comment

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

Thank you for all these styling changes

ellipsisDotCount++;
}
}, 500);
Copy link
Owner

Choose a reason for hiding this comment

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

Good idea!

@gadhagod
Copy link
Owner

Thank you so much for your work @sickboydroid. Please email me at [email protected] if you want to discuss becoming a maintainer for this project.

@sickboydroid
Copy link
Author

Check your mail box

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