social-tw / social-tw-website

4 stars 12 forks source link

feat: add close button to adjudicate notification #564

Open chen-yanlong opened 1 month ago

chen-yanlong commented 1 month ago

Summary

add close button to adjudicate notification

Linked Issue

close #559

Details

Impacted Areas

packages/frontend/src/features/reporting/components/AdjudicateNotification

Verification Steps

close button of notification

  1. press close button of the adjudication notification
  2. should pop out an dialog of confirmation

confirmation

  1. close if pressed confirmed(also closes the notification)
  2. jump to adjudication if pressed cancel(also closes the notification)
  3. close if pressed close button(does not closes the notification)
Xiawpohr commented 1 week ago

@chen-yanlong Please resolve the frontend build error.

chen-yanlong commented 2 days ago

@Xiawpohr frontend build error fixed, please have a look.