Skip to content

2419 enhancement make supertask name editable - #812

Open
novasam23 wants to merge 4 commits into
masterfrom
2419-enhancement-make-supertask-name-editable
Open

2419 enhancement make supertask name editable#812
novasam23 wants to merge 4 commits into
masterfrom
2419-enhancement-make-supertask-name-editable

Conversation

@novasam23

Copy link
Copy Markdown
Contributor

Closes hashtopolis/server#2419

As part of this enhancement, first made changes to the HTTableTypeEditableComponent by introducing new fields that allow for a more flexible behaviour:

// Optional display string - useful if text for displaying and value for editing differ, e.g. to show values with units
display?: string;
// Optional flag to hide value when not in editing mode - useful for only showing the edit icon
hidden?: boolean;

Also, consider this PR a proposal, it's up for discussion if this is the best way to make the task name editable.

@novasam23 novasam23 linked an issue Aug 27, 2026 that may be closed by this pull request
@novasam23 novasam23 self-assigned this Aug 27, 2026
@novasam23
novasam23 requested a review from coiseiw August 27, 2026 08:30
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.

[ENHANCEMENT]: Make supertask name editable

2 participants