Commit
This commit is contained in:
@@ -190,10 +190,17 @@ export default function TimelineView({ reloadKey = 0 }) {
|
||||
</div>
|
||||
|
||||
{error && <div className={styles.error}>エラー: {error}</div>}
|
||||
{loading && <div className={styles.loading}>読み込み中...</div>}
|
||||
|
||||
{/* Timeline grid */}
|
||||
<div className={styles.gridWrapper} ref={gridRef}>
|
||||
{loading && (
|
||||
<div
|
||||
className={styles.loadingOverlay}
|
||||
style={{ height: HEADER_HEIGHT }}
|
||||
>
|
||||
読み込み中...
|
||||
</div>
|
||||
)}
|
||||
<div className={styles.grid} style={{ width: totalWidth }}>
|
||||
{/* Sticky header: month/day labels */}
|
||||
<div className={styles.headerRow} style={{ height: HEADER_HEIGHT }}>
|
||||
|
||||
Reference in New Issue
Block a user