Skip to content

Tags: traggo/server

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #207 from traggo/fallback-setting

fix: crash on prevously set settings

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add setting to use browser native date-time picker (#204)

* style: autoformat

Running `make format` on a clean copy of this repository made these
changes

* feat(datetimeinputstyle): add `DatetimeInputStyle` setting

This boilerplate commit adds a `DatetimeInputStyle` field to user
settings on both the client and server. It can represent either "Fancy"
(this is the input element currently present in Traggo) or "Standard"
(unimplemented, the <input type="datetime-local"> HTML element).
A later commit will actually do something with this commit.

* feat(datetimeinputstyle): add `<input type=datetime-local>` time picker option

* fix(datetimeinputstyle): fix date formatting

* refactor(datetimeinputstyle): rename `Standard` to `Native`

* refactor(datetimeinputstyle): change snackbar message

* refactor(datetimeinputstyle): replace `DatetimeInput` with `DateTimeInput`

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #198 from Minnowo/master

Fix crash from reduce of empty array

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: total in dashboard entries (#89)

v0.5.1

Toggle v0.5.1's commit message
fix: date not changeable

With variant=dialog changes to the date aren't applied.

Fixes #191

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #185 from Minnowo/issue_154

Add percentage to pie chart tooltip

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #175 from traggo/set-to-zero

fix: reset seconds to 0 when manually editing

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #163 from traggo/tz-update

fix: update ui timezone data

v0.4.3

Toggle v0.4.3's commit message
Revert "Add hotkeys for unslecting and deleting timespans (#148)"

This reverts commit 6842b5c.

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(security): replace packr (#158)