Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Move code for rendering ListItem to TaskLineRenderer #3377

Merged
merged 13 commits into from
Mar 11, 2025

Conversation

claremacrae
Copy link
Collaborator

Types of changes

Done by pairing with @ilandikov.

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)

Description

Motivation and Context

Move some code that in #3338 was copied from TaskLineRenderer back to that file.

There is still code duplication, but at least it is all in one file now.

How has this been tested?

With unit tests.

Checklist

Terms

@claremacrae claremacrae added type: internal Only regards development or contributing scope: rendering of tasks How the plugin displays tasks, including search results (except CSS issues) labels Mar 11, 2025
@claremacrae claremacrae merged commit 6fad70b into main Mar 11, 2025
4 checks passed
@claremacrae claremacrae deleted the refactor-list-item-rendering branch March 11, 2025 17:24
@claremacrae claremacrae changed the title refactor: Move code for rendering ListItems to TaskLineRenderer refactor: Move code for rendering ListItem to TaskLineRenderer Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: rendering of tasks How the plugin displays tasks, including search results (except CSS issues) type: internal Only regards development or contributing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant