• Joined on 2023-02-27
WofWca commented on pull request vikunja/frontend#3179 2024-01-16 12:53:14 +00:00
perf: import some modules dynamically

Guess it worked?

WofWca pushed to dynamic-import at WofWca/frontend 2024-01-16 12:22:18 +00:00
7a3555a48c refactor: swap logic around
eda1df19dc refactor: put dynamic imports at the top of the file
67f3277ae2 perf: import some modules dynamically
149bbf17eb fix(deps): update dependency floating-vue to v5.1.0
265d60cf42 fix(deps): update vueuse to v10.7.2
Compare 1266 commits »
WofWca commented on pull request vikunja/frontend#3179 2024-01-16 12:21:53 +00:00
perf: import some modules dynamically

Ok, I'll get around to this within a week 👌

WofWca commented on pull request vikunja/frontend#3179 2024-01-16 12:16:11 +00:00
perf: import some modules dynamically

Hi! What does it take? I see CI failed. If I resolve it, would you merge the MR?

WofWca commented on pull request vikunja/frontend#3267 2023-10-23 08:10:43 +00:00
chore: better service method types based on paths object

In a sense that whether I personally need this changed - no, and not in the foreseeable future.

WofWca commented on pull request vikunja/frontend#3279 2023-10-23 08:10:35 +00:00
WIP: fix: replace the "Mark as done/undone" button with checkbox

In a sense that whether I personally need this changed - no, and not in the foreseeable future.

WofWca pushed to webxdc-prototype at WofWca/frontend 2023-04-03 07:44:47 +00:00
e285fa9e84 fix: non-webxdc build not working
WofWca deleted branch adjust-docs from WofWca/api 2023-04-03 06:25:20 +00:00
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-04-02 15:53:41 +00:00
ce1288e458 fix: non-webxdc build not working
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-04-02 14:51:38 +00:00
4ee8ceb1c0 feat: add p2p sync through webxdc and WebRTC
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-04-02 14:50:20 +00:00
080fc489d7 refactor
Compare 2 commits »
WofWca pushed to webxdc-sync at WofWca/frontend 2023-04-02 14:49:25 +00:00
WofWca created branch webxdc-sync in WofWca/frontend 2023-04-02 14:01:39 +00:00
WofWca pushed to webxdc-sync at WofWca/frontend 2023-04-02 14:01:39 +00:00
080fc489d7 refactor
Compare 2 commits »
WofWca deleted branch mark-undone-after-moving-from-done-bucket from WofWca/frontend 2023-03-29 07:01:19 +00:00
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-28 12:25:09 +00:00
e2e743708c chore: rename `dist.xdc` -> `vikunja.xdc`
d88126d366 refactor: rename the GitHub Actions file
ac8c9c7924 refactor: update workflow name
0e72842668 chore: add GitHub action to make a release with `.xdc` file
bcd1528faa add webxdc build script
Compare 24 commits »
WofWca commented on pull request vikunja/frontend#3291 2023-03-28 10:11:39 +00:00
feat: mark undone if task moved from isDoneBucket

So all good here, my bad for misunderstanding!

Perhaps I wasn't good at communicating this.

So, is this ready for merging now?

WofWca commented on pull request vikunja/frontend#3291 2023-03-28 10:08:40 +00:00
feat: mark undone if task moved from isDoneBucket

The oldBucket variable is the return value of the find function that is called on the array of bucket objects. Are you taking about oldBucket or task.bucketId?

WofWca pushed to mark-undone-after-moving-from-done-bucket at WofWca/frontend 2023-03-28 10:05:41 +00:00
b082e81629 feat: mark undone if task moved from isDoneBucket
a337d22c1f fix(deps): update font awesome to v6.4.0
addfcf2510 chore(deps): update typescript-eslint monorepo to v5.57.0
303034f02c chore(deps): update pnpm to v7.30.5
0fd44e9484 chore(deps): update dependency caniuse-lite to v1.0.30001470
Compare 28 commits »
WofWca commented on pull request vikunja/frontend#3291 2023-03-28 10:02:10 +00:00
feat: mark undone if task moved from isDoneBucket

By 'set' you mean 'some other value than 0?

Yes, since the back-end can't have an actual bucket with an id of 0.

I see it as bad style ff a possible value of a variable is 0

Wait, are…