BosamiyaSimran / SE-Project-Group-15

MIT License
2 stars 4 forks source link

UI of chrome extension #3

Open BosamiyaSimran opened 2 years ago

BosamiyaSimran commented 2 years ago

@thosaniparth @nehaAgarwal96 Start working on User interface of translator google chrome extension.

thosaniparth commented 2 years ago

Have started on working with UI taking into considering the HTML, CSS of the Extension and also added basic dropdown to select the languages along with button

nehaAgarwal96 commented 2 years ago

Facing the issue of text selection of webpage with chrome extension.

ParthJinturkar commented 2 years ago

Changed the manifest_version to 2 in the manifest.json

nehaAgarwal96 commented 2 years ago

@ParthJinturkar Can you please start working on the video?

ParthJinturkar commented 2 years ago

Started working on it.

nehaAgarwal96 commented 2 years ago

The issue of text selection of webpage with chrome extension has been resolved

ParthJinturkar commented 2 years ago

Made the final video

thosaniparth commented 2 years ago

Need to update the UI which will show the output of the translator which will come from API and later we will show them to the users as either hover or as alert option

nehaAgarwal96 commented 2 years ago

@thosaniparth Can I know from where should I continue?

BosamiyaSimran commented 2 years ago

There's an issue in the UI. Whenever a language is selected from the dropdown, its value doesn't get passed to variable selectedLanguage in index.js

nehaAgarwal96 commented 2 years ago

Okay, I'm working on this

BosamiyaSimran commented 2 years ago

There's an issue in the UI. Whenever a language is selected from the dropdown, its value doesn't get passed to variable selectedLanguage in index.js

This issue has been fixed