You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address PR review findings for MTLAX synthetic category
- Fix pagination links in home.html to preserve synthetic_offset across sections
- Add MTLAXBalance field to SyntheticRow and SearchAccountRow for consistency
- Surface MTLAX membership in search results with IsSynthetic flag and [MTLAX] badge
- Add GetSynthetic error test for 500 response
- Add getMTLAXBalance unit tests (nil/zero/non-zero trustline cases)
- Replace mock.Anything with exact offset values in handler tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
<ahref="?persons_offset={{.NextPersonsOffset}}{{if .CorporateOffset}}&corporate_offset={{.CorporateOffset}}{{end}}#persons-section" class="btn">Load More ></a>
86
+
<ahref="?persons_offset={{.NextPersonsOffset}}{{if .SyntheticOffset}}&synthetic_offset={{.SyntheticOffset}}{{end}}{{if .CorporateOffset}}&corporate_offset={{.CorporateOffset}}{{end}}#persons-section" class="btn">Load More ></a>
<ahref="?{{if .PersonsOffset}}persons_offset={{.PersonsOffset}}&{{end}}corporate_offset={{.NextCorporateOffset}}#corporate-section" class="btn">Load More ></a>
172
+
<ahref="?{{if .PersonsOffset}}persons_offset={{.PersonsOffset}}&{{end}}{{if .SyntheticOffset}}synthetic_offset={{.SyntheticOffset}}&{{end}}corporate_offset={{.NextCorporateOffset}}#corporate-section" class="btn">Load More ></a>
0 commit comments