Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

chore(StatusIcon): Include Object Name to Status Icon #761

Merged
merged 13 commits into from
Jul 12, 2022

Conversation

OlufemiAdeOlusile
Copy link
Contributor

@OlufemiAdeOlusile OlufemiAdeOlusile commented Jul 10, 2022

As part of status-im/status-desktop#6274

Checklist

  • follow conventional commits
    • the scope should be the component's name e.g: feat(StatusListItem): ...
    • when adding new components, the scope is the module e.g: feat(StatusQ.Controls): ...
  • add documentation if necessary (new component, new feature)
  • update sandbox app
    • in case of new component, add new component page
    • in case of new features, add variation to existing component page
    • nice to have: add it to the demo application as well
  • test changes in both light and dark theme?
  • is this a breaking change?
    • use the dedicated BREAKING CHANGE commit message section
    • resolve breaking changes in status-desktop
      • (pre-merge) adapt code to breaking changes
      • (post-merge) update StatusQ submodule pointer
  • test changes in status-desktop

This will help Squish tests easily identify Icons. Which is used in test case status-im/status-desktop#6274
Copy link
Contributor

@noeliaSD noeliaSD left a comment

Choose a reason for hiding this comment

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

LGTM! Please follow commits convention. You can check it here: https://www.conventionalcommits.org/en/v1.0.0/

In this case it could be: "chore(StatusIcon): Your commit description"

femi and others added 8 commits July 11, 2022 12:40
This will help Squish tests easily identify Icons. Which is used in test case status-im/status-desktop#6274
This will help Squish tests easily identify Icons. Which is used in test case status-im/status-desktop#6274
BREAKING CHANGE: isMutualContact is replaced by isContact anywhere it was used
call `updateRightButtons()` also on creation to correctly initialize the
Next and Finish buttons in derived classes, when one overrrides these

can be seen in the Backup Seed dialog where the Next button is not
enabled even though all 3 boxes are checked
…StatusMenuItems font attributes (#749)

Required by #6090
@OlufemiAdeOlusile OlufemiAdeOlusile changed the title Include auto generated object names for all Icons. feat(Status-icon): Included Object Name Jul 12, 2022
@OlufemiAdeOlusile OlufemiAdeOlusile changed the title feat(Status-icon): Included Object Name feat(Status-icon): Include Object Name to Status Icon Jul 12, 2022
@OlufemiAdeOlusile OlufemiAdeOlusile changed the title feat(Status-icon): Include Object Name to Status Icon chore(StatusIcon): Include Object Name to Status Icon Jul 12, 2022
femi added 4 commits July 12, 2022 16:55
This will help Squish tests easily identify Icons. Which is used in test case status-im/status-desktop#6274
This will help Squish tests easily identify Icons. Which is used in test case status-im/status-desktop#6274
This will help Squish tests easily identify Icons. Which is used in test case status-im/status-desktop#6274
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants