Skip to content

feat(FR-2632): add default fallback and error card UI for STokenLoginBoundary#6855

Merged
graphite-app[bot] merged 1 commit into
mainfrom
04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary
Apr 23, 2026
Merged

feat(FR-2632): add default fallback and error card UI for STokenLoginBoundary#6855
graphite-app[bot] merged 1 commit into
mainfrom
04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary

Conversation

@nowgnuesLee
Copy link
Copy Markdown
Contributor

@nowgnuesLee nowgnuesLee commented Apr 21, 2026

Resolves FR-2632 (sub-task of Epic FR-2616)

resolves #NNN (FR-MMM)

Checklist: (if applicable)

  • Documentation
  • Minium required manager version
  • Specific setting for review (eg., KB link, endpoint or how to setup)
  • Minimum requirements to check during review
  • Test case(s) to demonstrate the difference of before/after

Stack

This PR is part of the Story 1 stack for Epic FR-2616 (Extract sToken login flow into reusable boundary component). See the dev plan for the full scope. The Story 1 PR stack is #6850#6851#6852#6853#6854#6855#6856 on top of spec PR #6828.

Copy link
Copy Markdown
Contributor Author

nowgnuesLee commented Apr 21, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements
8.55% (-0.01% 🔻)
1757/20559
🔴 Branches
7.84% (-0% 🔻)
1131/14421
🔴 Functions
5.12% (-0% 🔻)
285/5565
🔴 Lines
8.27% (-0.01% 🔻)
1649/19948

Test suite run success

856 tests passing in 39 suites.

Report generated by 🧪jest coverage report action from d67b34a

@nowgnuesLee nowgnuesLee changed the base branch from 04-21-feat_fr-2634_add_ci_grep_rule_forbidding_url_apis_in_stokenloginboundary to graphite-base/6855 April 22, 2026 02:00
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch from c5e84f6 to a78c902 Compare April 22, 2026 02:00
@nowgnuesLee nowgnuesLee force-pushed the graphite-base/6855 branch 2 times, most recently from 082b3a1 to cc085c9 Compare April 22, 2026 02:38
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch from a78c902 to f3b64cb Compare April 22, 2026 02:38
@nowgnuesLee nowgnuesLee changed the base branch from graphite-base/6855 to 04-21-feat_fr-2631_implement_stokenloginboundary_component_core April 22, 2026 02:38
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch from f3b64cb to 8db7fbf Compare April 22, 2026 03:43
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2631_implement_stokenloginboundary_component_core branch 2 times, most recently from 0737f09 to 8b0c4ca Compare April 22, 2026 03:53
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch from 8db7fbf to e062d6a Compare April 22, 2026 03:53
@nowgnuesLee nowgnuesLee marked this pull request as ready for review April 23, 2026 06:09
Copilot AI review requested due to automatic review settings April 23, 2026 06:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a polished, localized default loading fallback and built-in error card UI for STokenLoginBoundary, so callers can rely on sensible UI even when custom fallback / errorFallback aren’t provided.

Changes:

  • Added new sTokenLoginBoundary.* i18n strings (currently in en/ko).
  • Replaced placeholder fallback with a BAICard + Spin loading card using i18n strings.
  • Replaced placeholder error UI with a BAICard error card including “Retry” and “Copy error details” actions, with kind→i18n-key mapping.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
resources/i18n/en.json Adds sTokenLoginBoundary English strings used by the new fallback/error UI.
resources/i18n/ko.json Adds sTokenLoginBoundary Korean strings used by the new fallback/error UI.
react/src/components/STokenLoginBoundary.tsx Implements the new default fallback and error card UI (BAI components + i18n).

Comment thread resources/i18n/en.json
Comment thread react/src/components/STokenLoginBoundary.tsx Outdated
Comment thread react/src/components/STokenLoginBoundary.tsx Outdated
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2631_implement_stokenloginboundary_component_core branch from 8b0c4ca to ddc7039 Compare April 23, 2026 07:57
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch 2 times, most recently from 9ae4ae8 to 457e15d Compare April 23, 2026 08:02
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2631_implement_stokenloginboundary_component_core branch 2 times, most recently from 42656be to 546add2 Compare April 23, 2026 08:35
@nowgnuesLee nowgnuesLee force-pushed the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch from 457e15d to 1129d3d Compare April 23, 2026 08:35
@github-actions github-actions Bot added size:XL 500~ LoC and removed size:L 100~500 LoC labels Apr 23, 2026
Copy link
Copy Markdown
Member

@yomybaby yomybaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 23, 2026

Merge activity

…Boundary (#6855)

Resolves FR-2632 (sub-task of Epic [FR-2616](https://lablup.atlassian.net/browse/FR-2616))

resolves #NNN (FR-MMM)
<!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. -->

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after

## Stack

This PR is part of the Story 1 stack for Epic FR-2616 (Extract sToken login flow into reusable boundary component). See the [dev plan](../blob/main/.specs/draft-stoken-login-boundary/dev-plan.md) for the full scope. The Story 1 PR stack is #6850#6851#6852#6853#6854#6855#6856 on top of spec PR #6828.

[FR-2616]: https://lablup.atlassian.net/browse/FR-2616?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
graphite-app Bot pushed a commit that referenced this pull request Apr 23, 2026
…int (#6850)

Resolves FR-2628 (sub-task of Epic [FR-2616](https://lablup.atlassian.net/browse/FR-2616))

resolves #NNN (FR-MMM)
<!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. -->

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after

## Stack

This PR is part of the Story 1 stack for Epic FR-2616 (Extract sToken login flow into reusable boundary component). See the [dev plan](../blob/main/.specs/draft-stoken-login-boundary/dev-plan.md) for the full scope. The Story 1 PR stack is #6850#6851#6852#6853#6854#6855#6856 on top of spec PR #6828.

[FR-2616]: https://lablup.atlassian.net/browse/FR-2616?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
graphite-app Bot pushed a commit that referenced this pull request Apr 23, 2026
)

Resolves FR-2629 (sub-task of Epic [FR-2616](https://lablup.atlassian.net/browse/FR-2616))

resolves #NNN (FR-MMM)
<!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. -->

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after

## Stack

This PR is part of the Story 1 stack for Epic FR-2616 (Extract sToken login flow into reusable boundary component). See the [dev plan](../blob/main/.specs/draft-stoken-login-boundary/dev-plan.md) for the full scope. The Story 1 PR stack is #6850#6851#6852#6853#6854#6855#6856 on top of spec PR #6828.

[FR-2616]: https://lablup.atlassian.net/browse/FR-2616?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
graphite-app Bot pushed a commit that referenced this pull request Apr 23, 2026
…rning (#6852)

Resolves FR-2630 (sub-task of Epic [FR-2616](https://lablup.atlassian.net/browse/FR-2616))

resolves #NNN (FR-MMM)
<!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. -->

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after

## Stack

This PR is part of the Story 1 stack for Epic FR-2616 (Extract sToken login flow into reusable boundary component). See the [dev plan](../blob/main/.specs/draft-stoken-login-boundary/dev-plan.md) for the full scope. The Story 1 PR stack is #6850#6851#6852#6853#6854#6855#6856 on top of spec PR #6828.

[FR-2616]: https://lablup.atlassian.net/browse/FR-2616?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
graphite-app Bot pushed a commit that referenced this pull request Apr 23, 2026
Resolves FR-2631 (sub-task of Epic [FR-2616](https://lablup.atlassian.net/browse/FR-2616))

resolves #NNN (FR-MMM)
<!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. -->

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after

## Stack

This PR is part of the Story 1 stack for Epic FR-2616 (Extract sToken login flow into reusable boundary component). See the [dev plan](../blob/main/.specs/draft-stoken-login-boundary/dev-plan.md) for the full scope. The Story 1 PR stack is #6850#6851#6852#6853#6854#6855#6856 on top of spec PR #6828.

[FR-2616]: https://lablup.atlassian.net/browse/FR-2616?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@graphite-app graphite-app Bot force-pushed the 04-21-feat_fr-2631_implement_stokenloginboundary_component_core branch from 546add2 to d1c71fe Compare April 23, 2026 10:34
@graphite-app graphite-app Bot force-pushed the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch from 1129d3d to d67b34a Compare April 23, 2026 10:35
graphite-app Bot pushed a commit that referenced this pull request Apr 23, 2026
Resolves FR-2633 (sub-task of Epic [FR-2616](https://lablup.atlassian.net/browse/FR-2616))

resolves #NNN (FR-MMM)
<!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. -->

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after

## Stack

This PR is part of the Story 1 stack for Epic FR-2616 (Extract sToken login flow into reusable boundary component). See the [dev plan](../blob/main/.specs/draft-stoken-login-boundary/dev-plan.md) for the full scope. The Story 1 PR stack is #6850#6851#6852#6853#6854#6855#6856 on top of spec PR #6828.

[FR-2616]: https://lablup.atlassian.net/browse/FR-2616?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Base automatically changed from 04-21-feat_fr-2631_implement_stokenloginboundary_component_core to main April 23, 2026 10:42
@graphite-app graphite-app Bot merged commit d67b34a into main Apr 23, 2026
8 checks passed
@graphite-app graphite-app Bot deleted the 04-21-feat_fr-2632_add_default_fallback_and_error_card_ui_for_stokenloginboundary branch April 23, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:i18n Localization area:ux UI / UX issue. size:XL 500~ LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants