All Charges screen performance boost: Defer missingInfoSuggestions#4030
Merged
Conversation
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 13:39 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 13:39 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the client-side Charges table GraphQL selection to fetch missingInfoSuggestions via a deferred fragment, reducing the initial payload size and allowing suggestions to stream in later.
Changes:
- Extracted
missingInfoSuggestionsinto a dedicatedChargesTableSuggestionsFieldsfragment. - Applied
@deferto the suggestions fragment spread insideChargeForChargesTableFields. - Updated
convertChargeFragmentToTableRowto read suggestions viagetFragmentDataand handle the deferred (initially-absent) fields safely.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
missingInfoSuggestionsmissingInfoSuggestions
gilgardosh
force-pushed
the
all-charges-performance-boost-2
branch
from
July 22, 2026 14:19
a08d772 to
fd85a0b
Compare
gilgardosh
force-pushed
the
all-charges-performance-boost-3
branch
from
July 22, 2026 14:21
0a9520e to
c2a12da
Compare
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:21 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:21 — with
GitHub Actions
Inactive
gilgardosh
force-pushed
the
all-charges-performance-boost-2
branch
from
July 22, 2026 14:34
fd85a0b to
8fbd04e
Compare
gilgardosh
force-pushed
the
all-charges-performance-boost-3
branch
from
July 22, 2026 14:35
c2a12da to
e039488
Compare
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:35 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:35 — with
GitHub Actions
Inactive
gilgardosh
force-pushed
the
all-charges-performance-boost-3
branch
from
July 22, 2026 14:39
e039488 to
01225f5
Compare
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:39 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:39 — with
GitHub Actions
Inactive
gilgardosh
force-pushed
the
all-charges-performance-boost-3
branch
from
July 22, 2026 14:43
01225f5 to
17a8543
Compare
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:43 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 14:44 — with
GitHub Actions
Inactive
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@accounter/client |
0.1.0-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
@accounter/gmail-listener |
0.1.3-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
@accounter/israeli-vat-scraper |
0.1.13-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
@accounter/modern-poalim-scraper |
0.10.7-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
@accounter/scraper-app |
0.0.3-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
@accounter/server |
0.2.0-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
@accounter/shaam-uniform-format-generator |
0.2.7-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
@accounter/shaam6111-generator |
0.1.9-alpha-20260722144541-d65f85ac51d3b00e186d8a45b25637732244b3af |
npm ↗︎ unpkg ↗︎ |
This file contains hidden or 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
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.
No description provided.