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

profile display labels issue and carousel issue dots activate on scroll fixed #277

Merged

Conversation

farhanp1502
Copy link
Contributor

No description provided.

"VOICE_SEARCH_FAILED":"Voice search failed, please try again"
"VOICE_SEARCH_FAILED":"Voice search failed, please try again",
"ADD_PHOTO":"ADD PHOTO",
"REMOVE_PHOTO":"REMOVE PHOTO"
Copy link
Collaborator

Choose a reason for hiding this comment

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

is it Remove photo or Remove Current Photo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it should be like remove photo and if we keep as remove current photo the hindi language is not meaningful for that

Copy link
Collaborator

Choose a reason for hiding this comment

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

Keep the same as previous one, else this might come up as an issue and we need products confirmation too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

okay

@@ -1,6 +1,5 @@
<div class="side-navigation">
<div class="side-nav-header">
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need this

block?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed the block as add the style instead of keeping listing from the top

@@ -61,6 +61,7 @@ export class ProfilePage {
"preferred_language":this.selectedLanguage
}).subscribe((res:any)=>{
this.setLanguage(res.result.preferred_language);
this.loadFormAndData();
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is this added here?
Any reason?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

when we are changing the language in that page after changing we need to load the form again with translated stuff

Copy link
Collaborator

Choose a reason for hiding this comment

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

these changes are for the carousal dots active UI which was dicussed morning?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

@5Amogh 5Amogh merged commit 8151b4f into ELEVATE-Project:Mitra-release-1.0.0 Jan 23, 2025
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.

3 participants