Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_REVIEWER.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions."
PR_DESCRIPTION.ADD_ORIGINAL_USER_DESCRIPTION: false
PR_DESCRIPTION.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions. Titles should have prefix of commitlint pattern such as `feat:`, `chore:`, `test:`, `fix:`, `ci:`, `docs:` etc"
PR_DESCRIPTION.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions."
PR_CODE_SUGGESTIONS.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions."
PR_UPDATE_CHANGELOG.EXTRA_INSTRUCTIONS: "Please use Japanese in descriptions."
# github_action.auto_review: "true"
Expand Down
4 changes: 1 addition & 3 deletions lib/features/root_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ class RootPage extends HookConsumerWidget {
);

return isLoading.value
// TODO(masaki): SizedBox へ戻す

? const Text('miss-spellled text') // ローディング中は空のウィジェットを表示
? const SizedBox.shrink() // ローディング中は空のウィジェットを表示
: NavigationFrame(
// TODO(masaki): userIdを渡す
// userId: userId,
Expand Down