fix: align accent colors to indigo, remove dead Button stub, lazy-load soroban, add remittance e2e#1265
Merged
Merged
Conversation
…d soroban, add remittance e2e
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.
Summary
--focus-ringCSS token, matching the app's brand accent across 38+ files--focus-ringtoken from#2563eb(blue-600) to#4f46e5(indigo-600) so all ring-color consumers stay consistentglobal_ui/Button.tsxstub and its test — no imports reference it; the real component isui/Button.tsx@stellar/stellar-sdkon the repay route so the full SDK bundle is excluded from the initial chunkFiles changed
frontend/src/app/components/ui/Button.tsx— indigo accent + tokenised focus ringfrontend/src/app/components/ui/Input.tsx— tokenised focus ringfrontend/src/app/[locale]/globals.css—--focus-ringupdated to indigo-600frontend/src/app/components/global_ui/Button.tsx— deletedfrontend/src/app/components/global_ui/Button.test.tsx— deletedfrontend/src/app/[locale]/repay/[loanId]/page.tsx— dynamic import of soroban utilsfrontend/e2e/send-remittance.spec.ts— new e2e specTesting
ring-blue-500in Button/Input componentsFixes
closes #1243
closes #1244
closes #1247
closes #1249