Skip to content
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

Add swipe action to close position #350

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ struct SwipeActionsModifier: ViewModifier {
.onReceive(resetNotice) { notice in
if cellID != notice.object as? UUID {
resetStatus()
currentCellID = notice.object as? UUID ?? nil
// currentCellID = notice.object as? UUID ?? nil
}

}
Expand Down
4 changes: 2 additions & 2 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Abacus (1.13.53)
- Abacus (1.13.54)
- AmplitudeSwift (1.11.5):
- AnalyticsConnector (~> 1.3.0)
- AnalyticsConnector (1.3.1)
Expand Down Expand Up @@ -379,7 +379,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
Abacus: 0559c257597a740b378e0ed75f8b9eb0360d7a9f
Abacus: 876657255554c5180592380c2c683d6476f43481
AmplitudeSwift: 16f62b30b8f6ac90eec4fc24798daf1fba4c7869
AnalyticsConnector: 3def11199b4ddcad7202c778bde982ec5da0ebb3
AppsFlyerFramework: 4e88540b96c0bd57c5cfffbac63e392387e44b93
Expand Down
6 changes: 3 additions & 3 deletions dydx/Pods/Local Podspecs/abacus.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dydx/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

134 changes: 67 additions & 67 deletions dydx/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading