• Joined on 2021-05-24
sytone pushed to main at sytone/frontend 2021-06-29 16:07:02 +00:00
7680840d01 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main
7e48f65ff0 Update dependency jest to v27.0.6 (#569)
Compare 2 commits »
sytone pushed to main at sytone/frontend 2021-06-29 16:06:13 +00:00
74494ebee1 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main
101a60799a Update dependency wait-on to v6 (#568)
34ab4fbf5e Update dependency marked to v2.1.3 (#567)
c5e53175cf Allow failure of the weblate update step
3b23378a26 Update dependency eslint-plugin-vue to v7.12.1 (#565)
Compare 26 commits »
sytone pushed to main at sytone/api 2021-06-28 18:11:30 +00:00
476155448e Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/api into main
5593d7bace Update module github.com/yuin/goldmark to v1.3.9 (#901)
e6d4620f92 Update golang.org/x/image commit hash to a66eb64 (#900)
f70d357a93 Update module github.com/spf13/viper to v1.8.1 (#899)
37718c3282 Todoist migration: don't panic if no reminder was found for task
Compare 11 commits »
sytone pushed to main at sytone/frontend 2021-06-17 19:55:36 +00:00
3a6d81d221 fixes for comments
sytone pushed to main at sytone/api 2021-06-17 19:54:57 +00:00
5e53299386 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/api into main
ae90aa80aa Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/api into main
1386ed4023 Update module github.com/yuin/goldmark to v1.3.8 (#892)
d2a3db5dce Update golang.org/x/crypto commit hash to 5ff15b2 (#891)
63340b32f8 Revert "Update alpine Docker tag to v3.14 (#889)"
Compare 22 commits »
sytone pushed to main at sytone/frontend 2021-06-16 00:00:19 +00:00
f39a4d76da Fix nesting to show warning if list not set.
sytone commented on pull request vikunja/frontend#520 2021-06-15 23:53:19 +00:00
Make add task a component

I was following the convention where the services were set in the created function. Can you point me to an example of how to do it in another component so I Can understand more.

sytone commented on pull request vikunja/frontend#520 2021-06-15 23:50:51 +00:00
Make add task a component

Done

sytone commented on pull request vikunja/frontend#520 2021-06-15 23:50:33 +00:00
Make add task a component

Not sure what you mean by title. I have updated the component to have a div control the input vs warning message. Look in current commit.

sytone pushed to main at sytone/frontend 2021-06-15 23:46:53 +00:00
657f572471 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main
3a77326318 Update dependency sass to v1.35.1 (#551)
70dd4f8512 Update dependency sass to v1.35.0 (#550)
f55d1151f4 Update Node.js (#549)
37dae144cf Update dependency eslint-plugin-vue to v7.11.1 (#548)
Compare 8 commits »
sytone commented on pull request vikunja/frontend#520 2021-06-08 15:27:33 +00:00
Make add task a component

The only open point is the refresh of the list when a task is added, moving the ask logic to the Home component seems ikky as now home cares about tasks where it should just hold tasks. That may just…

sytone pushed to main at sytone/frontend 2021-06-08 15:25:42 +00:00
6082ba5c05 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main
816c5bb4ec Set list in search box in settings
7dda54d675 Update dependency cypress to v7.5.0 (#541)
Compare 3 commits »
sytone commented on pull request vikunja/frontend#520 2021-06-07 23:01:15 +00:00
Make add task a component

yes it does, I validated in a few different combinations and looked this up on how to do it with Vue

sytone commented on pull request vikunja/frontend#520 2021-06-07 23:00:18 +00:00
Make add task a component

The API is completed now and I update updated the code to use the settings.

sytone pushed to main at sytone/frontend 2021-06-07 22:12:52 +00:00
a9728f774d Add settings lookup to add-task
sytone pushed to main at sytone/frontend 2021-06-07 16:08:06 +00:00
b005d023c9 Update label logic on add-task component
92727e1c01 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main
5da6a6bb39 Update vue monorepo to v2.6.14 (#540)
34ded051d1 Update dependency eslint to v7.28.0 (#539)
65be56eb39 Update dependency highlight.js to v11.0.1 (#538)
Compare 19 commits »
sytone commented on pull request vikunja/frontend#520 2021-06-03 00:00:25 +00:00
Make add task a component

semi colons are removed and added rule to catch it.

sytone commented on pull request vikunja/frontend#520 2021-06-02 23:59:58 +00:00
Make add task a component

This would move the task query logic to Home and I am not sure if that makes sense, adding a new prop to the Show Tasks does not look overly complex.

Using vuex woultake some time as I have not…

sytone commented on pull request vikunja/frontend#520 2021-06-02 22:04:52 +00:00
Make add task a component

Added and will verify.

sytone commented on pull request vikunja/frontend#520 2021-06-02 22:04:30 +00:00
Make add task a component

yea, was from merge and should not be there. I am using the tools now.