• Joined on 2023-02-27
WofWca pushed to disable-list-sort-after-mark-done at WofWca/frontend 2023-03-23 10:08:59 +00:00
d41143223a fix: list view: don't sort tasks after marking one "done"
WofWca created pull request vikunja/frontend#3285 2023-03-23 08:39:49 +00:00
fix: list view: don't sort tasks after marking one "done"
WofWca created branch disable-list-sort-after-mark-done in WofWca/frontend 2023-03-23 08:39:36 +00:00
WofWca pushed to disable-list-sort-after-mark-done at WofWca/frontend 2023-03-23 08:39:36 +00:00
8c7ace7891 fix: list view: don't sort tasks after marking one "done"
f9bf9139b8 fix(deps): update dependency @intlify/unplugin-vue-i18n to v0.10.0
Compare 2 commits »
WofWca commented on pull request vikunja/frontend#3267 2023-03-23 08:08:08 +00:00
chore: better service method types based on paths object

Well, the child class could also have a generic parameter, but I think it can only be inferred from its constructor invocation, not super.

WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-22 16:20:08 +00:00
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-22 16:17:25 +00:00
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-22 16:10:02 +00:00
96e2c81b7e fix: ignore ts deprecations for now
e62c00a187 chore(deps): update dependency typescript to v5
611419888a chore(deps): update dependency vite-plugin-pwa to v0.14.5
5cc7e282bf fix(deps): update dependency marked to v4.3.0
Compare 7 commits »
WofWca pushed to type-safer-service-methods at WofWca/frontend 2023-03-22 16:09:36 +00:00
058951f1fd chore: better service method types based on `paths` object
96e2c81b7e fix: ignore ts deprecations for now
e62c00a187 chore(deps): update dependency typescript to v5
611419888a chore(deps): update dependency vite-plugin-pwa to v0.14.5
5cc7e282bf fix(deps): update dependency marked to v4.3.0
Compare 7 commits »
WofWca commented on pull request vikunja/frontend#3267 2023-03-22 16:07:50 +00:00
chore: better service method types based on paths object

I tried for a bit. I don't think it's possible. If we extend a class with generic type parameters then it looks like we have to specify them right there in the class ... extends ... line. I…

WofWca commented on pull request vikunja/frontend#3267 2023-03-22 15:37:12 +00:00
chore: better service method types based on paths object

Hope "dict" is good, to align with the type name.

WofWca pushed to type-safer-service-methods at WofWca/frontend 2023-03-22 15:33:51 +00:00
88ebea4807 chore: better service method types based on `paths` object
ac95c1fdc8 chore(deps): update dependency @types/node to v18.15.5
b36da9e4d9 chore(deps): update dependency @cypress/vite-dev-server to v5.0.5
e11ee3c136 chore(deps): update dependency vitest to v0.29.7
887719ea24 chore(deps): update dependency @cypress/vue to v5.0.5
Compare 10 commits »
WofWca commented on pull request vikunja/vikunja#1440 2023-03-22 15:27:25 +00:00
chore(docs): add info about /buckets sorting

Oh man, why are the generated files version-controlled also.

I don't have the Go stuff installed currently. Might come back to this later.

WofWca commented on pull request vikunja/frontend#3267 2023-03-22 15:20:19 +00:00
chore: better service method types based on paths object

Because of that I would prefer not to define the paths as separate objects for now

Not sure how to do this, even with TS 5. Can the super call affect the type of the inheriting class?

WofWca commented on pull request vikunja/frontend#3267 2023-03-22 15:15:05 +00:00
chore: better service method types based on paths object

Come on, it's just an example. What would you call it?

WofWca commented on pull request vikunja/frontend#3176 2023-03-21 13:49:41 +00:00
fix(task): make the whole task clickable

FYI @click.prevent="check" doesn't respect the checkbox being disabled, so yep, needs to be removed. Perhaps in a separate MR in case we don't have enough time for this one.

WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-21 11:44:35 +00:00
WofWca created pull request vikunja/frontend#3279 2023-03-21 11:39:55 +00:00
WIP: fix: replace the "Mark as done/undone" button with checkbox
WofWca created branch replace-done-button-with-checkbox in WofWca/frontend 2023-03-21 11:33:14 +00:00
WofWca pushed to replace-done-button-with-checkbox at WofWca/frontend 2023-03-21 11:33:14 +00:00
80167f24ea WIP: fix: replace the "Mark as done/undone" button with checkbox