-
Notifications
You must be signed in to change notification settings - Fork 0
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
Search in Xstate #39
Merged
spaceo
merged 16 commits into
main
from
DDFBRA-180-implementer-xstate-som-state-manager-i-sogning
Nov 14, 2024
Merged
Search in Xstate #39
spaceo
merged 16 commits into
main
from
DDFBRA-180-implementer-xstate-som-state-manager-i-sogning
Nov 14, 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
And adding initial load more functionality
In order to be consitent
spaceo
force-pushed
the
DDFBRA-180-implementer-xstate-som-state-manager-i-sogning
branch
from
November 8, 2024 19:11
3cde3d1
to
b88a24c
Compare
And make sure it is just called once on every filter toggle
spaceo
force-pushed
the
DDFBRA-180-implementer-xstate-som-state-manager-i-sogning
branch
from
November 10, 2024 12:37
04bca93
to
e5c46ae
Compare
ThomasGross
requested changes
Nov 11, 2024
for better understanding
for better understanding
for better understanding
for better understanding
after xstate and new search merge
spaceo
force-pushed
the
DDFBRA-180-implementer-xstate-som-state-manager-i-sogning
branch
from
November 14, 2024 23:41
56743e2
to
ef298be
Compare
+ Made sure that "Viser resulatter for:" only is showing query when a new a query has been submitted + Handle when the search field is being emptied completely: both context and search params are updated + Hardened the bootstarp phase
spaceo
force-pushed
the
DDFBRA-180-implementer-xstate-som-state-manager-i-sogning
branch
from
November 14, 2024 23:42
ef298be
to
dae93ae
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.
This PR is showing how the search functionality with url param handling and infinite scroll can be implemnted in Xstate.
Things I like about this approach:
Negative parts