-
Notifications
You must be signed in to change notification settings - Fork 77
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
MenuItems with platform "Mobile" are now hidden on API (#4127) #4129
Merged
marcantoinedupre
merged 1 commit into
master
from
fix_hide_menus_for_mobile_platform_on_api
Sep 3, 2024
Merged
MenuItems with platform "Mobile" are now hidden on API (#4127) #4129
marcantoinedupre
merged 1 commit into
master
from
fix_hide_menus_for_mobile_platform_on_api
Sep 3, 2024
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
Geotrek-admin Run #9852
Run Properties:
|
Project |
Geotrek-admin
|
Branch Review |
refs/pull/4129/merge
|
Run status |
Passed #9852
|
Run duration | 02m 08s |
Commit |
93a2466903 ℹ️: Merge 80abb0d7586b9f243da9bd7f8227b12b51f59052 into 4e3bed9c1ab385af2efe6bc4f1f1...
|
Committer | Marc-Antoine Dupré |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
22
|
View all changes introduced in this branch ↗︎ |
submarcos
force-pushed
the
fix_hide_menus_for_mobile_platform_on_api
branch
from
May 30, 2024 14:51
bcba830
to
bd3191e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4129 +/- ##
=======================================
Coverage 98.38% 98.38%
=======================================
Files 267 267
Lines 20893 20916 +23
=======================================
+ Hits 20556 20579 +23
Misses 337 337 ☔ View full report in Codecov by Sentry. |
marcantoinedupre
force-pushed
the
fix_hide_menus_for_mobile_platform_on_api
branch
from
September 3, 2024 13:59
bd3191e
to
00f67d4
Compare
marcantoinedupre
changed the title
[FIX] MenuItems with platform "Mobile" are now hidden on API (#4127)
MenuItems with platform "Mobile" are now hidden on API (#4127)
Sep 3, 2024
submarcos
reviewed
Sep 3, 2024
marcantoinedupre
force-pushed
the
fix_hide_menus_for_mobile_platform_on_api
branch
from
September 3, 2024 15:14
00f67d4
to
80abb0d
Compare
marcantoinedupre
force-pushed
the
fix_hide_menus_for_mobile_platform_on_api
branch
from
September 3, 2024 15:29
80abb0d
to
86bf5dd
Compare
marcantoinedupre
deleted the
fix_hide_menus_for_mobile_platform_on_api
branch
September 3, 2024 15:30
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.
Related Issue
voir ticket #4127
Checklist
My code respects the Definition of done available in the Development section of the documentationI have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentation