Commit 5ee68a8
feat: デモシフトボードとイベント駆動ツアーの追加 (#345)
* chore: E2EのCIタイムアウトを短縮し失敗検知を高速化
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: デモサンドボックス設計プランを追加
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: BrowserMockupがchildrenでカスタム内容を受け取れるよう拡張
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: LPにデモ導線セクションを追加
Hero直下に「まずはさわってみる」セクションを挿入。BrowserMockup内に
簡易シフトプレビューを表示し、別タブで /demo を開くCTAを配置する。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: LP FAQを複数同時に開けるよう変更
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: LPデモ導線をSPで非表示にし、リンク先を/demo/shiftboardに更新
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: /demo/shiftboard ルートとデモシフトボード画面を追加
_unregistered 配下に認証不要のデモページを新設。Convex/Clerk には触らず、
既存モックと ShiftForm を使って店長視点のシフトボードを編集可能な状態で表示する。
SP は "SP Coming Soon..." のみ。週の起点は来週の月曜(baseDate prop で差し替え可)。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor: OverviewViewの週アコーディオンから日数表記を削除
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: DailyViewのスタッフ列幅を拡張しステータスバッジを右寄せに変更
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: mock
* feat: 汎用Tourコンポーネントとreact-joyride依存を追加
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: デモシフトボードにイントロツアーを追加
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: design-ideas skillを追加
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: ux-writing skillを追加しテキストガイドラインをCLAUDE.mdから移行
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: ui-architect skillを追加
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: demo-ux skillを追加
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: デモ画面のイベント駆動ツアーを追加
FAB起動 → 追加 / 編集 / 削除 / 確定 の操作完了で進む4ステップを stepIndex controlled
で実装。Tour wrapper は useJoyride + forwardRef で controls.skip() を露出し、親から
明示的に終了できる。ShiftGrid の data-tour をスタッフID別にし、ShiftPopover の
zIndex を Tour overlay より上に引き上げ。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: LP / ダッシュボードの文言を調整
FAQ に「ずっと無料か」の項目を追加し、スタッフ向け説明を「メール→リンク」
に揃える。Nav CTA を「はじめてみる」に、ダッシュボードのモーダルタイトル /
トーストを募集タスク寄りの表現へ。WelcomeHero から「はじめに」ラベルを外し
サブコピーを追記。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: biome schema を 2.4.12 に揃える
CLI バージョンと schema 参照のズレで lint info が出ていたのを解消。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: ツアー中にドラッグ&ドロップができなくなる回帰を修正
overlay SVG path の pointer-events を none に上書きする CSS を復活。
リファクタ時に撤去していたが、spotlight 外で mousedown が食われて
ドラッグ開始が失敗する回帰を招いていた。overlay の視覚はそのまま
残し、操作だけ素通しにする。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: ダッシュボード系の文言を調整
プレースホルダの区切り、ヒーローの CTA ラベル、EditShopForm のヘルプ文、
AddStaffForm の追加ボタン、SetupModal / RecruitmentBoard / StaffRoster の
コピーを全体的に見直し。動作は変更なし。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: EditStaffForm のプレースホルダ区切りを全角コロンに揃える
他ダッシュボードフォームと同じ表記に揃え、ロケールのばらつきを解消。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: ダッシュボード文言調整に伴うE2E/Storiesの参照更新
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: E2Eのタイムアウト設定を調整
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: デモツアーのオーバーレイがモーダル表示時に残る不具合を解消
skip() と unmount を同一イベントでバッチすると joyride 内部の片付けが
走らず overlay が残る。確定モーダルを開く前に skip + idle に倒して
片付けさせ、確定完了後も idle を維持して FAB を再表示する。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: デモツアーのステップ文言を調整
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 467088b commit 5ee68a8
File tree
63 files changed
+5798
-178
lines changed- .claude/skills
- demo-ux
- references
- design-ideas
- ui-architect
- references
- ux-writing
- references
- doc/plans
- e2e/pages
- src
- components
- features
- Dashboard
- AddStaffForm
- DashboardContent
- EditShopForm
- EditStaffForm
- HeroSummary
- RecruitmentBoard
- SetupModal
- SetupStep1
- SetupStep2
- StaffRoster
- LandingPage
- ShiftBoard
- DemoShiftBoardPage
- Shift/ShiftForm
- pc
- DailyView
- ShiftGrid
- OverviewView
- sp/DailyView
- ui
- BrowserMockup
- Tour
- routes/_unregistered
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+5798
-178
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
0 commit comments