Skip to content

Updated to latest templates#277

Merged
tuj merged 15 commits intodevelopfrom
feature/templates-2026-03-04
Mar 6, 2026
Merged

Updated to latest templates#277
tuj merged 15 commits intodevelopfrom
feature/templates-2026-03-04

Conversation

@tuj
Copy link
Copy Markdown
Contributor

@tuj tuj commented Mar 4, 2026

Link to ticket

https://leantime.itkdev.dk/#/tickets/showTicket/6855

Description

  • Updated to the latest templates.
  • Updated bundles.
  • Removed GameCenter.

Checklist

  • My code is covered by test cases.
  • My code passes our test (all our tests).
  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

@tuj tuj self-assigned this Mar 4, 2026
@tuj tuj added the enhancement New feature or request label Mar 4, 2026
@tuj tuj requested a review from jekuaitk March 5, 2026 11:46

.selections .choices__item.choices__item--choice.choices__item--selectable.is-highlighted {
.selections
.choices__item.choices__item--choice.choices__item--selectable.is-highlighted {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these classes chained together intentionally?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah. I guess... :)

Comment on lines +52 to +58
$getRowAsStrings =
/**
* @return string[]
*
* @psalm-return list<string>
*/
static fn (Row $row): array => array_map(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think i've ever added docs to static functions. Is this psalms doing?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

*
* @return void
* @param string $className the className of the entity to update
* @param bool $asyncJobQueue handle as asynchronous jobs
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose all of this is some automated tools doing. Does it not detect the parameter $modifiedAfter? Or does it simply just check whether params described in docs exist in the actual function?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added parameter description.

@tuj tuj requested a review from jekuaitk March 6, 2026 05:41
@tuj tuj merged commit e89e83c into develop Mar 6, 2026
11 checks passed
@tuj tuj deleted the feature/templates-2026-03-04 branch March 6, 2026 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants