-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#547] Define "results" for the "Up" navigation to deliver result to previous screens #530
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luongvo
temporarily deployed
to
template-compose
October 6, 2023 03:50 — with
GitHub Actions
Inactive
Kover report for template-compose:🧛 Template - Compose Unit Tests Code Coverage:
|
File | Coverage |
---|---|
AppNavGraph.kt |
47.17% |
BaseDestination.kt |
35.59% |
HomeScreen.kt |
63.66% |
MainActivity.kt |
100.00% |
MainNavGraph.kt |
58.70% |
SavedStateHandleExt.kt |
0.00% |
Modified Files Not Found In Coverage Report:
SecondScreen.kt
strings.xml
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
luongvo
force-pushed
the
chore/improve-the-base-navigation
branch
3 times, most recently
from
October 31, 2023 11:13
790795a
to
ad26c24
Compare
luongvo
changed the title
[POC] Define "results" for the "Up" navigation to deliver result to previous screens
[#547] Define "results" for the "Up" navigation to deliver result to previous screens
Oct 31, 2023
luongvo
force-pushed
the
feature/define-results-for-up-navigation
branch
from
October 31, 2023 11:20
3321949
to
1ab3983
Compare
luongvo
had a problem deploying
to
template-compose
October 31, 2023 11:20 — with
GitHub Actions
Error
luongvo
force-pushed
the
feature/define-results-for-up-navigation
branch
from
October 31, 2023 11:25
1ab3983
to
a0c70a8
Compare
luongvo
requested review from
AVI5HEK,
chornerman,
doannimble,
hoangnguyen92dn,
kaungkhantsoe,
lydiasama,
manh-t,
minhnimble,
ryan-conway,
sleepylee,
thiennguyen0196,
toby-thanathip and
Wadeewee
as code owners
October 31, 2023 11:25
luongvo
temporarily deployed
to
template-compose
October 31, 2023 11:25 — with
GitHub Actions
Inactive
kaungkhantsoe
approved these changes
Nov 3, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
lydiasama
reviewed
Nov 9, 2023
sample-compose/app/src/main/java/co/nimblehq/sample/compose/extensions/SavedStateHandleExt.kt
Outdated
Show resolved
Hide resolved
sample-compose/app/src/main/java/co/nimblehq/sample/compose/ui/AppDestination.kt
Outdated
Show resolved
Hide resolved
luongvo
temporarily deployed
to
template-compose
November 22, 2023 01:43 — with
GitHub Actions
Inactive
…results-for-up-navigation
luongvo
had a problem deploying
to
template-compose
November 22, 2023 02:59 — with
GitHub Actions
Error
luongvo
temporarily deployed
to
template-compose
November 22, 2023 03:01 — with
GitHub Actions
Inactive
ryan-conway
approved these changes
Nov 24, 2023
…results-for-up-navigation
luongvo
temporarily deployed
to
template-compose
November 27, 2023 03:41 — with
GitHub Actions
Inactive
lydiasama
approved these changes
Nov 27, 2023
chornerman
approved these changes
Dec 1, 2023
ryan-conway
temporarily deployed
to
template-compose
December 6, 2023 09:55 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #547
What happened 👀
Updated!
message on Home screen after clicking on theUpdate
button on the Second screen.Insight 📝
To navigate back to the previous screen with a result, call this for example:
Proof Of Work 📹
Screen_recording_20231031_182428.mp4