Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit baab35b

Browse files
committed
search に loading indicator 追加
1 parent 77212cf commit baab35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/app/src/pages/SearchPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const SearchPage: React.FC = () => {
3232
{books ? (
3333
<Input disabled={!isClient} onChange={onChangedInput} />
3434
) : (
35-
<div style={{ height: '1rem', padding: '8px', width: 'calc(100% - 16px)' }} />
35+
<div style={{ height: '1rem', padding: '8px', width: 'calc(100% - 16px)' }}>Loading...</div>
3636
)}
3737
<Box aria-labelledby={searchResultsA11yId} as="section" maxWidth="100%" py={Space * 2} width="100%">
3838
<Text color={Color.MONO_100} id={searchResultsA11yId} typography={Typography.NORMAL20} weight="bold">

0 commit comments

Comments
 (0)