-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
feat(mobile): swipe to open menu for explorer #8953
Conversation
Your org has enabled the Graphite merge queue for merging into canaryAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
f141ae0
to
c1fe560
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 11b453f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## canary #8953 +/- ##
=======================================
Coverage 64.74% 64.74%
=======================================
Files 664 664
Lines 37343 37343
Branches 3610 3610
=======================================
Hits 24177 24177
Misses 12799 12799
Partials 367 367
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c1fe560
to
5a841be
Compare
Merge activity
|
close AF-1803 - bump theme - extract `SwipeHelper` and add `speed`, `direction` detection support - new mobile `SwipeMenu` component - integrate `SwipeMenu` to open a menu in Explorer - New `Haptics` module for mobile, implemented in `ios` and `mobile`(`navigator.vibrate()`) 
5a841be
to
11b453f
Compare
close AF-1803
SwipeHelper
and addspeed
,direction
detection supportSwipeMenu
componentSwipeMenu
to open a menu in ExplorerHaptics
module for mobile, implemented inios
andmobile
(navigator.vibrate()
)