Skip to content

Conversation

vetalcore
Copy link
Contributor

@vetalcore vetalcore commented Oct 16, 2025

Checklist

  • JIRA - LW-13712
  • Proper tests implemented
  • Screenshots added.

Proposed solution

Split all the container level components into the container and content.

Testing

Describe here, how the new implementation can be tested.
Provide link or briefly describe User Acceptance Criteria/Tests that need to be met

Screenshots

Attach screenshots here if implementation involves some UI changes

@vetalcore vetalcore self-assigned this Oct 16, 2025
@vetalcore vetalcore requested a review from a team as a code owner October 16, 2025 10:11
@lace-bot
Copy link
Collaborator

Allure Report

allure-report-publisher generated test report!

processReports: ✅ test report for 843f0bc6

passed failed skipped flaky total result
Total 33 0 4 0 37
Copy link
Contributor

@iccicci iccicci left a comment

Choose a reason for hiding this comment

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

LGTM!

const history = useHistory();

const onBack = useCallback(() => {
history.goBack();
Copy link
Member

Choose a reason for hiding this comment

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

what happens if this gets called from a bookmarked page?

@vetalcore vetalcore merged commit 946cfb9 into feat/lw-13591-subscriptions-dropdown Oct 17, 2025
27 checks passed
@vetalcore vetalcore deleted the fix/lw-13712-avoid-rerendering-on-notification-removal branch October 17, 2025 09:36
vetalcore added a commit that referenced this pull request Oct 17, 2025
* feat: implement subscriptions list component * feat(extension): add id property to NotificationsTopic * feat: implement notification details component (#2018) * feat: render urls as links in notification details * refactor: change subscribe / unsubscribe type * fix: notification center ui fixes * fix: avoid unnecessary re-rendering on notification removal (#2022) --------- Co-authored-by: Mircea Hasegan <mircea.hasegan@iohk.io> Co-authored-by: Daniele Ricci <daniele.ricci@iohk.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants