feat: ListKanban script setup #2643

Merged
konrad merged 1 commits from dpschen/frontend:feature/feat-ListKanban-script-setup into main 2022-11-07 17:23:13 +00:00
Member

Changes from #1571 were to hard to rebase with all the changes in between.
This is a new conversion on which I want to add the chagnes of the latter branch manually on top

Changes from https://kolaente.dev/vikunja/frontend/pulls/1571 were to hard to rebase with all the changes in between. This is a new conversion on which I want to add the chagnes of the latter branch manually on top
dpschen added the
kind/feature
area/internal-code
labels 2022-11-07 11:15:48 +00:00
dpschen force-pushed feature/feat-ListKanban-script-setup from 2cc78f54b0 to 22f2e31bd1 2022-11-07 11:24:25 +00:00 Compare
Member

Hi dpschen!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2643-feature-feat-listkanban-script-s--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi dpschen! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2643-feature-feat-listkanban-script-s--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
dpschen force-pushed feature/feat-ListKanban-script-setup from 22f2e31bd1 to abce057598 2022-11-07 12:00:15 +00:00 Compare
dpschen changed title from WIP: feat: ListKanban script setup to feat: ListKanban script setup 2022-11-07 12:00:26 +00:00
dpschen requested review from konrad 2022-11-07 12:00:30 +00:00
konrad was assigned by dpschen 2022-11-07 12:00:33 +00:00
dpschen force-pushed feature/feat-ListKanban-script-setup from abce057598 to ce3b72966d 2022-11-07 13:41:24 +00:00 Compare
konrad requested changes 2022-11-07 14:02:20 +00:00
@ -3,2 +6,3 @@
>
<template #header>
<div class="filter-container" v-if="!isSavedFilter(listId)">
<div class="filter-container" v-if="!isSavedFilter(list)">

Shouldn't this use the listId?

Shouldn't this use the `listId`?
Author
Member

Currently it wants the list. Typescript helped to find this :)

Maybe we should refactor it to something like isSavedFilterById.

Currently [it wants the list](https://kolaente.dev/vikunja/frontend/src/branch/main/src/services/savedFilter.ts#L41). Typescript helped to find this :) Maybe we should refactor it to something like `isSavedFilterById`.

Refactoring this sounds like a good idea.

Refactoring this sounds like a good idea.

Or don't refactor it, this was just something I stumbled upon.

Or don't refactor it, this was just something I stumbled upon.
@ -577,3 +537,1 @@
if (limit < 0) {
return
}
// TODO: fix type

What type should be used here?

What type should be used here?
Author
Member

This was intended for the short future when I apply the changes of #1571 on top of this branch.

This was intended for the short future when I apply the changes of https://kolaente.dev/vikunja/frontend/pulls/1571 on top of this branch.

Should be fine then.

Should be fine then.
konrad merged commit d85abbd77a into main 2022-11-07 17:23:13 +00:00
konrad deleted branch feature/feat-ListKanban-script-setup 2022-11-07 17:23:14 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.