Skip to content

Remove inline Edit button; enable horizontal scrolling in todo list#788

Merged
multiplex55 merged 2 commits intotagandnotefrom
codex/remove-inline-edit-button-in-todo-view
Feb 1, 2026
Merged

Remove inline Edit button; enable horizontal scrolling in todo list#788
multiplex55 merged 2 commits intotagandnotefrom
codex/remove-inline-edit-button-in-todo-view

Conversation

@multiplex55
Copy link
Copy Markdown
Owner

Motivation

  • Make editing explicit via the context menu and allow long todo text to overflow horizontally so users can scroll instead of forcing line wraps.

Description

  • Removed the inline Edit button and its click handler so entries are edited only via the Edit Todo context menu.
  • Replaced ui.horizontal_wrapped with ui.horizontal and enabled bi-directional scrolling using egui::ScrollArea::both().auto_shrink([false, false]) so horizontal overflow is preserved.
  • Applied .wrap(false) to ui.label(...) calls for todo text, priority, and tags and added a comment documenting the expected horizontal scroll behavior.

Testing

  • No automated tests were run; the change is documented with an inline comment instead of adding a UI unit test.

Codex Task

@multiplex55 multiplex55 merged commit c76da28 into tagandnote Feb 1, 2026
@multiplex55 multiplex55 deleted the codex/remove-inline-edit-button-in-todo-view branch February 2, 2026 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant