-
Notifications
You must be signed in to change notification settings - Fork 20
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
⚡ [PERF] Delay loading filter form in List Views #312
Merged
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #312 +/- ##
==========================================
+ Coverage 91.10% 91.27% +0.17%
==========================================
Files 32 32
Lines 2406 2442 +36
==========================================
+ Hits 2192 2229 +37
+ Misses 214 213 -1 ☔ View full report in Codecov by Sentry. |
Chatewgne
force-pushed
the
perf_delay_filters
branch
10 times, most recently
from
December 18, 2024 10:39
868d2bf
to
eb95d50
Compare
Chatewgne
changed the title
Delay loading filter form in List Views
⚡ [PERF] Delay loading filter form in List Views
Dec 18, 2024
Chatewgne
force-pushed
the
perf_delay_filters
branch
2 times, most recently
from
December 18, 2024 11:37
4d47492
to
9cfe563
Compare
Chatewgne
commented
Dec 18, 2024
Chatewgne
force-pushed
the
perf_delay_filters
branch
6 times, most recently
from
December 26, 2024 16:22
9004d6d
to
f185fa4
Compare
Chatewgne
force-pushed
the
perf_delay_filters
branch
4 times, most recently
from
December 27, 2024 13:22
525ad37
to
070ba44
Compare
11 tasks
dtrucs
reviewed
Jan 6, 2025
submarcos
reviewed
Jan 6, 2025
Chatewgne
force-pushed
the
perf_delay_filters
branch
3 times, most recently
from
January 7, 2025 16:20
8209bc1
to
950ac3a
Compare
dtrucs
reviewed
Jan 7, 2025
Chatewgne
force-pushed
the
perf_delay_filters
branch
from
January 8, 2025 11:16
950ac3a
to
e2d8e95
Compare
dtrucs
approved these changes
Jan 8, 2025
Chatewgne
force-pushed
the
perf_delay_filters
branch
from
January 9, 2025 09:23
e2d8e95
to
c18f35d
Compare
Chatewgne
force-pushed
the
perf_delay_filters
branch
from
January 9, 2025 10:10
c18f35d
to
1edc89e
Compare
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.
Optimize List View loading by delaying the loading of filtering options.
When a List View opens, the hidden filter form only includes BBOX to maintain map zoom filtering.
When clicking the "Filter" button, the full FilterSet (including BBOX and all other attributes) loads in the pop-up.