As part of our efforts to migrate PageTriage to Vue.js, we want to take a piecemeal approach to converting the Curation Toolbar - going one component at a time.
This task covers conversion of the "Mark as Reviewed" component:
- ./modules/ext.pageTriage.toolbar/mark.js
- ./modules/ext.pageTriage.toolbar/mark.less
- ./modules/ext.pageTriage.toolbar/mark.underscore
Acceptance criteria:
- duplicates current behavior, with the possible exception of bug fixes
- duplicates current style
- protected by pagetriage_ui=mark url parameter feature flag
- uses updated toolIcon code T376101