Skip to content

Boost console for groups

Martin Santangelo requested to merge js/group-boost-console into develop

Ticket(s) / Related Merge Requests

#5059 (closed)

Summary of Changes

  • Changed the name of the tabs

  • Added support to render groups into the boost console feed

  • Cleaned up the boostv3 feature flag

  • Refactored the Boost console list item component to be more performant. (The previous implementation re-rendering all the components all the time because it was generating new functions on each render)

  • Fixed the value of the total click shown even when it was 0 (Not related to this Task but found by QA)

  • Changelog file updated with this template (one or more)

    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

Check issue

Regression Scope

Boost console & boosts in general

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

Android device

Screenshots

1691072826924

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports