Bug 2014529 - Implement summarization permission / consent UI components#55
Bug 2014529 - Implement summarization permission / consent UI components#55segunfamisa wants to merge 1 commit intomozilla-firefox:autolandfrom
Conversation
| modifier: Modifier = Modifier, | ||
| dispatchAction: (SummarizationAction) -> Unit = {}, | ||
| ) { | ||
| // TODO - we need to determine when to show: |
There was a problem hiding this comment.
Since we are working on very similar parts of it, I tried to leave trail of thoughts as TODOs.
I'm not sure what our practice on this is, so, please let me know if it's not pleasant.
There was a problem hiding this comment.
I think this is a great idea! Maybe worth filing a task to double-check we've cleaned them all up? This could be a broad task we let linger in the backlog until we're "done"
.../feature/summarize/src/main/java/mozilla/components/feature/summarize/SummarizationScreen.kt
Show resolved
Hide resolved
...s/feature/summarize/src/main/java/mozilla/components/feature/summarize/SummarizationStore.kt
Show resolved
Hide resolved
...s/feature/summarize/src/main/java/mozilla/components/feature/summarize/SummarizationStore.kt
Show resolved
Hide resolved
|
View this pull request in Lando to land it once approved. |
...e/summarize/src/main/java/mozilla/components/feature/summarize/ui/SummarizationPermission.kt
Outdated
Show resolved
Hide resolved
| modifier: Modifier = Modifier, | ||
| dispatchAction: (SummarizationAction) -> Unit = {}, | ||
| ) { | ||
| // TODO - we need to determine when to show: |
There was a problem hiding this comment.
I think this is a great idea! Maybe worth filing a task to double-check we've cleaned them all up? This could be a broad task we let linger in the backlog until we're "done"
.../feature/summarize/src/main/java/mozilla/components/feature/summarize/SummarizationAction.kt
Outdated
Show resolved
Hide resolved
...s/feature/summarize/src/main/java/mozilla/components/feature/summarize/SummarizationStore.kt
Outdated
Show resolved
Hide resolved
...d/android-components/components/feature/summarize/src/main/res/values/summarizer-strings.xml
Outdated
Show resolved
Hide resolved
...d/android-components/components/feature/summarize/src/main/res/values/summarizer-strings.xml
Outdated
Show resolved
Hide resolved
5d2d578 to
93d866e
Compare
93d866e to
85a79b7
Compare
|
new try after rebase: https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=178076 |
Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=2014529
Try: https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=177629
Figma design
Description
This PR adds the basic screen for summarization permission & consent. It does not include any detailed functionality, and does not include the final copies.
Note:
Previews: