Skip to content

Fixed texts to be consistent#744

Open
s3inlc wants to merge 2 commits into
masterfrom
fix-texts
Open

Fixed texts to be consistent#744
s3inlc wants to merge 2 commits into
masterfrom
fix-texts

Conversation

@s3inlc

@s3inlc s3inlc commented Jul 2, 2026

Copy link
Copy Markdown
Member

There were inconsistencies how titles and texts were written for some objects (where presented to the user), these adjusts it to what should be used (and was used already until now also in the previous frontend), typically not having camel case for single words:

  • Hashlist (not HashList
  • Superhashlist (not SuperHashlist or SuperHashList)
  • Preconfigured Task (not PreTask)
  • Supertask (not SuperTask)

NOTE: I only changed any textual representation shown to the user and in comments, not in any variables or other programmatic elements!

@s3inlc s3inlc requested review from cv5ch and inadequate777 July 2, 2026 10:11
@s3inlc

s3inlc commented Jul 2, 2026

Copy link
Copy Markdown
Member Author

not sure why the linter fails, as it complains about lines I didn't change?

@LuffyNoNika

Copy link
Copy Markdown
Contributor

"It is likely due to how the constructor is defined. The super hashlist component uses the 'traditional way,' but Angular now requires the inject() function. You can find an example of this in new-hashlist.component.ts on lines 41–49. That should fix your issue.

Since the spec for super hashlist has changed, the component was retested, which is why the linter is now complaining.

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.

2 participants