Skip to content

feat: Add tag suggestion dropdown for Notes and Tasks#12

Merged
RMCampos merged 2 commits intomainfrom
claude/issue-11-20260210-2015
Feb 10, 2026
Merged

feat: Add tag suggestion dropdown for Notes and Tasks#12
RMCampos merged 2 commits intomainfrom
claude/issue-11-20260210-2015

Conversation

@RMCampos
Copy link
Owner

Implements tag suggestion dropdown in NoteAdd and TaskAdd views as described in #issue 11.

  • Fetches existing tags from GET /rest/home/tasks/tags on mount
  • Displays a filterable Bootstrap ListGroup dropdown below the tag input
  • Tags filter in real-time as the user types
  • Selecting a tag from the dropdown fills the input
  • Custom tags can still be typed manually
  • Closes Add Tag Suggestion Dropdown for Notes and Tasks #11

Generated with Claude Code

github-actions bot and others added 2 commits February 10, 2026 20:17
Implement a tag suggestion dropdown in both NoteAdd and TaskAdd components.
When the tag input is focused, available tags are fetched from the API
(GET /rest/home/tasks/tags) and displayed in a filterable dropdown list.
Users can select an existing tag or type a custom one.

Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com>
@RMCampos RMCampos merged commit 1eab863 into main Feb 10, 2026
1 of 2 checks passed
@RMCampos RMCampos deleted the claude/issue-11-20260210-2015 branch February 10, 2026 20:35
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.

Add Tag Suggestion Dropdown for Notes and Tasks

1 participant

Comments