collect icon indicating copy to clipboard operation
collect copied to clipboard

[#6439] Fix UI of repeat labels

Open karntrehan opened this issue 4 months ago • 6 comments

Closes #6439

Why is this the best possible solution? Were any other approaches considered?

Is a simple change. No approaches considered.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

No regressions. Tests have been added. Need translations though.

Do we need any specific form for testing your changes? If so, please attach one.

Added in the code.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

Not applicable

Before submitting this PR, please make sure you have:

  • [X] added or modified tests for any new or changed behavior
  • [X] run ./gradlew connectedAndroidTest (or ./gradlew testLab) and confirmed all checks still pass - Some are failing here without my changes as well
  • [X] added a comment above any new strings describing it for translators - NA
  • [X] added any new strings with date formatting to DateFormatsTest - NA
  • [X] verified that any code or assets from external sources are properly credited in comments and/or in the about file. - NA
  • [X] verified that any new UI elements use theme colors. UI Components Style guidelines

karntrehan avatar Oct 16 '24 11:10 karntrehan