feat: unify savedFilter logic in service #2491

Merged
konrad merged 1 commits from dpschen/frontend:feature/feat-unify-saved-filter-logic into main 2022-10-27 19:56:16 +00:00
Member
No description provided.
dpschen force-pushed feature/feat-unify-saved-filter-logic from 19178d95bf to 6af7812918 2022-10-27 14:25:55 +00:00 Compare
dpschen changed title from WIP: feat: unify savedFilter logic in service to feat: unify savedFilter logic in service 2022-10-27 14:26:18 +00:00
dpschen requested review from konrad 2022-10-27 14:26:21 +00:00
konrad was assigned by dpschen 2022-10-27 14:26:24 +00:00
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://2491-feature-feat-unify-saved-filter---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://2491-feature-feat-unify-saved-filter---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.
konrad reviewed 2022-10-27 19:52:57 +00:00
@ -5,0 +29,4 @@
return listId
}
export function getSavedFilterIdFromListId(listId: IList['id']) {

Isn't this function doing the same as getListId?

Isn't this function doing the same as `getListId`?

ahhh it is not - missed the <.

ahhh it is not - missed the `<`.
konrad marked this conversation as resolved
konrad merged commit 9807858436 into main 2022-10-27 19:56:16 +00:00
konrad deleted branch feature/feat-unify-saved-filter-logic 2022-10-27 19:56:16 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.