• Joined on 2023-02-27
WofWca created pull request vikunja/vikunja#1440 2023-03-21 09:51:15 +00:00
chore(docs): add info about /buckets sorting
WofWca pushed to adjust-docs at WofWca/api 2023-03-21 09:50:30 +00:00
5a7bbfb5bb chore(docs): add info about `/buckets` sorting
WofWca created branch adjust-docs in WofWca/api 2023-03-21 09:45:49 +00:00
WofWca pushed to adjust-docs at WofWca/api 2023-03-21 09:45:49 +00:00
b4928ac9e7 chore(docs): add that `/buckets` are always sorted by `position`
WofWca created pull request vikunja/vikunja#1439 2023-03-21 09:37:31 +00:00
chore: rename files (fix typo)
WofWca created branch fix-file-name in WofWca/api 2023-03-21 09:37:15 +00:00
WofWca pushed to fix-file-name at WofWca/api 2023-03-21 09:37:15 +00:00
1dd120614a chore: rename files (fix typo)
WofWca created repository WofWca/api 2023-03-21 09:20:03 +00:00
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-21 08:32:35 +00:00
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/frontend#3267 2023-03-21 07:49:56 +00:00
chore: better service method types based on paths object

Nope, otherwise it says that the type of get, getAll, create are strings, not string literals.

WofWca commented on pull request vikunja/frontend#3267 2023-03-21 07:47:35 +00:00
chore: better service method types based on paths object

Idk, "the most important part at the start", like naming Vue components.

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

new addition to ts

Oh, that looks pretty cool. Although the article says

Note that the const modifier doesn’t reject mutable values

Might want to play around and see what can be…

WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-20 15:05:29 +00:00
4a4438d431 chore(deps): update dependency vite to v4.2.1
28a6745346 fix(deps): update dependency @intlify/unplugin-vue-i18n to v0.9.3
9ae0470879 chore(deps): update pnpm to v7.30.0
927aed1161 chore(deps): update dependency netlify-cli to v13.1.6
Compare 10 commits »
WofWca created pull request vikunja/frontend#3267 2023-03-20 15:00:45 +00:00
chore: better service method types based on paths object
WofWca pushed to type-safer-service-methods at WofWca/frontend 2023-03-20 14:55:52 +00:00
38728d6aa9 chore: better service method types based on `paths` object
WofWca created branch type-safer-service-methods in WofWca/frontend 2023-03-20 14:55:19 +00:00
WofWca pushed to type-safer-service-methods at WofWca/frontend 2023-03-20 14:55:19 +00:00
eeb6f77622 chore: better service method types based on `paths` object
4a4438d431 chore(deps): update dependency vite to v4.2.1
28a6745346 fix(deps): update dependency @intlify/unplugin-vue-i18n to v0.9.3
9ae0470879 chore(deps): update pnpm to v7.30.0
927aed1161 chore(deps): update dependency netlify-cli to v13.1.6
Compare 10 commits »
WofWca commented on issue vikunja/vikunja#1434 2023-03-17 16:20:17 +00:00
perf: useNow is a resource hog
  1. Open https://try.vikunja.io/projects/13/list in a Chromium browser
  2. Open the dev tools
  3. "Performance" tab
  4. Start recording
  5. Do nothing for 25 seconds
  6. Stop recording
  7. Open the…
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-17 14:22:06 +00:00
62ad01fc8f chore(deps): update dependency esbuild to v0.17.12
da0164b97d chore(deps): update histoire to v0.15.9
fc8711d6d8 fix: rename list to project for parsing subtasks via indention
03cef1f831 chore(deps): update dependency @vitejs/plugin-vue to v4.1.0
Compare 5 commits »
WofWca commented on issue vikunja/frontend#3253 2023-03-17 11:10:25 +00:00
500 when get issue

Do you want to send a PR?

I'm a little not up to speed with composition API, but I can try, a little later maybe.

we create an info icon that is clickable and displays the info in a…