Skip to content

Conversation

@Aditya062003
Copy link
Contributor

@Aditya062003 Aditya062003 commented Nov 14, 2023

Sure, based on the information you've provided, here's a possible pull request template:


Description

Fixes #215

This pull request addresses the issue by removing the delete button in the "Edit Profile" section when the profile picture is set to the default. This change aims to enhance user experience and prevent confusion.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which improves existing functionality)

How Has This Been Tested?

I have tested this change by:

  1. Navigating to the "Edit Profile" section.
  2. Verifying that the delete button is hidden when the profile picture is set to the default.
  3. Confirming that the delete button is still visible when a custom profile picture is set.

Screenshots:

Before:

After:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Maintainer Checklist

@chandansgowda chandansgowda added bug Something isn't working good first issue Good for newcomers labels Nov 14, 2023
@chandansgowda
Copy link
Member

Thanks for your contribution @Aditya062003

@chandansgowda chandansgowda merged commit 76cfa27 into AOSSIE-Org:master Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement - Hide Delete Button for Default Profile Picture

2 participants