You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flag list pane shows the flags currently rendered on screen. This issue captures:
Rendering the list of flags that are currently visible in the editor pane
Allowing the user to "select" a flag by clicking on it
Showing the total number of flagged phrases
This issue does not include the flag detail view; so when a flag is selected that state should be reflected in the app, but it doesn't need to translate to a rendering of the detail view yet.
This also does not have to render the flag toggle yet (which is already captured in issue #47)
The text was updated successfully, but these errors were encountered:
When there are flags to show, show them.
This renders all flags, it doesn't take into account which flags
actually appear on the editor. The flags are also not clickable from
the list view.
Issue #55
We aren't going to check the data in (since it isn't ours to share yet)
but this loads a local dataset. If you wanted to add your own phrases,
there is an example data set at example.data.js
Issue #55
We aren't going to check the data in (since it isn't ours to share yet)
but this loads a local dataset. If you wanted to add your own phrases,
there is an example data set at example.data.js
Issue #55
The flag list pane shows the flags currently rendered on screen. This issue captures:
This issue does not include the flag detail view; so when a flag is selected that state should be reflected in the app, but it doesn't need to translate to a rendering of the detail view yet.
This also does not have to render the flag toggle yet (which is already captured in issue #47)
The text was updated successfully, but these errors were encountered: