-
Notifications
You must be signed in to change notification settings - Fork 87
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
refactor: make order list presentational #1565
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
b82c320
to
6aa2365
Compare
dhhyi
added a commit
that referenced
this pull request
Jan 4, 2024
dhhyi
added a commit
that referenced
this pull request
Jan 4, 2024
BREAKING CHANGE: orders API call now uses the new `limit` parameter instead of the deprecated `page[limit]` (requires ICM 11.6)
6aa2365
to
4732935
Compare
dhhyi
added a commit
that referenced
this pull request
Jan 4, 2024
BREAKING CHANGE: orders API call now uses the new `limit` parameter instead of the deprecated `page[limit]` (requires ICM 11.6)
4732935
to
0da5a65
Compare
dhhyi
added a commit
that referenced
this pull request
Jan 4, 2024
dhhyi
added a commit
that referenced
this pull request
Jan 4, 2024
BREAKING CHANGE: orders API call now uses the new `limit` parameter instead of the deprecated `page[limit]` (requires ICM 11.6)
dhhyi
added a commit
that referenced
this pull request
Jan 5, 2024
dhhyi
added a commit
that referenced
this pull request
Jan 5, 2024
BREAKING CHANGE: orders API call now uses the new `limit` parameter instead of the deprecated `page[limit]` (requires ICM 11.6)
0da5a65
to
a50fc53
Compare
SGrueber
added a commit
that referenced
this pull request
Jan 9, 2024
SGrueber
added a commit
that referenced
this pull request
Jan 9, 2024
SGrueber
added a commit
that referenced
this pull request
Jan 9, 2024
SGrueber
pushed a commit
that referenced
this pull request
Jan 10, 2024
BREAKING CHANGE: orders API call now uses the new `limit` parameter instead of the deprecated `page[limit]` (requires ICM 11.6)
SGrueber
added a commit
that referenced
this pull request
Jan 10, 2024
c3cf65e
to
eea98a8
Compare
BREAKING CHANGE: orders API call now uses additionally the `limit` parameter (requires ICM 11.6), the deprecated `page[limit]` parameter will be removed soon
eea98a8
to
5bbcbc2
Compare
SGrueber
approved these changes
Jan 11, 2024
SGrueber
pushed a commit
that referenced
this pull request
Jan 11, 2024
SGrueber
pushed a commit
that referenced
this pull request
Jan 11, 2024
BREAKING CHANGE: orders API call now uses additionally the `limit` parameter (requires ICM 11.6), the deprecated `page[limit]` parameter will be removed soon
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.
PR Type
[x] Refactoring (no functional changes, no API changes)
What Is the Current Behavior?
ish-order-list
has too many tasks:Performance issue:
What Is the New Behavior?
ish-order-list
is strictly presentational, components using it supply the data.Does this PR Introduce a Breaking Change?
[x] Yes
[ ] No
BREAKING CHANGE: orders API call now uses additionally the new
limit
parameter (requires ICM 11.6), the deprecatedpage[limit]
will be removed soonOther Information
AB#92479