Skip to content

Revert task entry view to show all fields by default#446

Merged
bborn merged 1 commit intomainfrom
task/1268-revert-task-entry-view-to-ctrl-e-behavio
Feb 11, 2026
Merged

Revert task entry view to show all fields by default#446
bborn merged 1 commit intomainfrom
task/1268-revert-task-entry-view-to-ctrl-e-behavio

Conversation

@bborn
Copy link
Owner

@bborn bborn commented Feb 11, 2026

Summary

  • Reverted the task entry form to show all fields by default (matching the previous Ctrl+E behavior)
  • Added user preference persistence so the toggle state is remembered across sessions
  • Users can still toggle to simple view with Ctrl+E, and their preference will be saved

Changes Made

  1. Changed default showAdvanced to true in NewFormModel
  2. Load show_advanced setting from database on form creation (defaults to true if not set)
  3. Save user preference when toggling with Ctrl+E
  4. Updated all tests to reflect the new default behavior

Test Plan

  • All existing tests pass
  • Form now opens with all fields visible by default
  • Ctrl+E toggles between full and simple view
  • User preference is persisted across sessions

🤖 Generated with Claude Code

Changes:
- Changed default showAdvanced to true (full form view by default)
- Added user preference persistence for show_advanced setting
- Ctrl+E now saves the user's preference to the database
- Updated all related tests to reflect new default behavior

The full form (with all fields visible) is now the default, matching
the previous Ctrl+E behavior. Users can toggle to simple view with
Ctrl+E, and their preference will be remembered across sessions.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@bborn bborn merged commit bc5332f into main Feb 11, 2026
3 checks passed
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