Skip to content

Tags: adfinis/timed

Tags

v5.17.3

Toggle v5.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(frontend): `queryOptions` in UserSelection being a nop (#1409)

there is one use of `UserSelection` with `@queryOptions={{hash is_reviwer=1}}`
before this change, passing `@queryOptions` wouldn't do anything

v5.17.2

Toggle v5.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(frontend): reorder inactive users (#1390)

v5.17.1

Toggle v5.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(backend): fix validation and add tests (#1379)

v5.17.0

Toggle v5.17.0's commit message
feat(backend): allow splitting up timed entries by reviewer

v5.16.2

Toggle v5.16.2's commit message
fix(frontend/magic-link-modal): consistent flag behaviour

before this, flags such as `notBillable` or `review` would behave as such:
- not in the url by default
- `?<flag>=true` when toggled
- `?<flag>=false` when toggled again

with this fix, flags are only ever included in the url when they're enabled

v5.16.1

Toggle v5.16.1's commit message
fix(frontend): migrate magic link durationpicker to ui-core

v5.16.0

Toggle v5.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: toggle analysis table column (#1115)

* feat: user-settings service

* refactor(appearance-test): remove useless code

* refactor(user-settings-service): clean unused code

* refactor: move column picker to the end, and remove unused code

* refactor: clean comments in the code

v5.15.4

Toggle v5.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(frontend): change magic link icon to a wand with sparkles (#1370)

v5.15.3

Toggle v5.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ember/styles): primary-dark colour ("old" theme) (#1365)

v5.15.2

Toggle v5.15.2's commit message
chore(frontend): move new-modal -> modal & add small test for modal