Restores the previous state when reopened #27
No reviewers
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "MantashaNoyela/9"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It ensures that when the application is reopened after being fully closed, it retains the previous state, including the number of players, buy-in amount, and chip distribution, allowing for a seamless continuation of poker game planning.
@MantashaNoyela Can you resolve merge conflicts prior to our review? Thanks!
Same for #26
I'll give this a more thorough review when you resolve the conflicts (notify me again then), but at a quick glance It seems like this PR is meant to address issue #9, but also may have commits included which address issue #10 and issue #18. I think those are intended to be for other PRs so this should be fixed up.
The issue can be avoided in the first place by always branching off of the latest
main
branch. At this point though it's a little more messy. There's a few approaches like creating a new branch off of main and cherry-picking (may require a new PR, not sure). Or reseting the branch to the commit before the unwanted changes, and then applying the commits you do want manually. There may also be other ways, but in any case you should be careful to test and not erase any work especially if you end up force pushing on the same branch with a different commit history.Try to resolve the conflicts, Mantasha. I will also review once you resolve them.
I had to close this because of having index file merge conflict.
Pull request closed