• Joined on 2023-02-27
WofWca closed pull request vikunja/frontend#3313 2023-03-27 12:16:11 +00:00
chore: add env var to use createWebHashHistory
WofWca commented on pull request vikunja/frontend#3313 2023-03-27 12:15:35 +00:00
chore: add env var to use createWebHashHistory

Webpack is capable of eliminating unused imports. Not sure about others.

WofWca created pull request vikunja/frontend#3313 2023-03-27 11:14:07 +00:00
chore: add env var to use createWebHashHistory
WofWca created branch router-hash-hostory-env in WofWca/frontend 2023-03-27 11:13:17 +00:00
WofWca pushed to router-hash-hostory-env at WofWca/frontend 2023-03-27 11:13:17 +00:00
28b2f1aa62 chore: add env var to use `createWebHashHistory`
0fd44e9484 chore(deps): update dependency caniuse-lite to v1.0.30001470
04040f20ba chore(deps): update dependency netlify-cli to v13.2.1
6c999ad148 fix: ensure same protocol for configured api url (#3303)
cc519e6773 chore(deps): update dependency esbuild to v0.17.14
Compare 6 commits »
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-26 13:40:16 +00:00
1c1c2aa264 chore: rename `dist.xdc` -> `vikunja.xdc`
bbeaab3191 refactor: rename the GitHub Actions file
fe35549279 refactor: update workflow name
c364f81187 chore: add GitHub action to make a release with `.xdc` file
Compare 4 commits »
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-26 13:16:45 +00:00
bf99242a2e refactor: rename the GitHub Actions file
a9af9080c0 refactor: update workflow name
0cba861ee7 chore: add GitHub action to make a release with `.xdc` file
Compare 3 commits »
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-26 12:12:47 +00:00
ccf92e3844 chore: add GitHub action to make a release with `.xdc` file
7fe9432a83 add webxdc build script
247843d012 use hash history so it works on GitHub Pages
Compare 3 commits »
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-25 16:18:43 +00:00
3cd4d83033 Create .github/workflows/static.yml
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-25 11:44:02 +00:00
d0fbea35be redirect to first list
edc476a016 buckets and some more
9327dfba5b adjust config
Compare 18 commits »
WofWca opened issue vikunja/frontend#3308 2023-03-25 09:17:00 +00:00
a11y is not good
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-25 07:58:00 +00:00
5553e3c24f redirect to first list
0701e18067 buckets and some more
0644dfbce6 adjust config
Compare 11 commits »
WofWca closed issue vikunja/vikunja#1434 2023-03-25 06:48:12 +00:00
perf: useNow is a resource hog
WofWca commented on issue vikunja/frontend#3292 2023-03-24 19:08:50 +00:00
500 when get issue

is adding complexity

Idk, making the said parameter optional sounds benign to me.

WofWca commented on pull request vikunja/frontend#3279 2023-03-24 19:02:45 +00:00
WIP: fix: replace the "Mark as done/undone" button with checkbox

makes the way to mark a task done less obvious

Less obvious to current users? Yes. Less obvious to new users? I disagree. I think besides the title is a more intuitive place.

Let's…

WofWca commented on pull request vikunja/frontend#3291 2023-03-24 07:06:23 +00:00
feat: mark undone if task moved from isDoneBucket

The default bucket is the leftmost bucket

IMU code is run when you drag a task between buckets or within a bucket, so the said task should always have bucketId set.

WofWca commented on pull request vikunja/frontend#3293 2023-03-24 06:56:12 +00:00
fix: improve the "pop" sound a bit

adjust the wav and then create the mp3s based on that

This is what I did, yes.

WofWca commented on pull request vikunja/frontend#3279 2023-03-24 06:53:53 +00:00
WIP: fix: replace the "Mark as done/undone" button with checkbox

It was called "done" before, but people thought it meant "done with editing this task" and were confused when it instead marked the task done.

I understand that for a button "Mark as done" is…

WofWca commented on issue vikunja/frontend#3292 2023-03-24 06:47:00 +00:00
500 when get issue

move the check for the pop sound to the various places where the task is being marked as done

It used to be the case: ce0f58c7833bbb37974709112cdedad88ae07cc8

Perhaps passing the old value…