Skip to content

Fix issue #11: 習慣タスク実績をカレンダー表示#13

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
openhands-fix-issue-11
Draft

Fix issue #11: 習慣タスク実績をカレンダー表示#13
github-actions[bot] wants to merge 1 commit intomainfrom
openhands-fix-issue-11

Conversation

@github-actions
Copy link

This pull request fixes #11.

The changes implement a toggle button ("カレンダー表示に切替") on the 習慣タスク実績画面 (habit task log detail page) that allows users to switch between the existing list view and a new full-width calendar view. The calendar is rendered directly in the template using JavaScript, displaying each day of the current month and marking days with task results (✓ for done, × for not done, ? for unknown). The toggle button switches the display between the table (list) and the calendar, updating its label accordingly. A test was also added to verify the presence of the toggle button and calendar view in the rendered HTML. These changes directly address the issue by providing a mode to switch between list and calendar formats, as requested.

Automatic fix generated by OpenHands 🙌

@github-actions github-actions bot requested a review from fezzlk February 14, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

習慣タスク実績をカレンダー表示

1 participant