Remove TODOs

This commit is contained in:
Michal Vanko 2022-04-03 20:16:16 +02:00
parent 27d17874f4
commit d51d3a0603
3 changed files with 0 additions and 5 deletions

View File

@ -8,7 +8,6 @@
import { getPaginatorPages, createHref } from './paginatorUtils' import { getPaginatorPages, createHref } from './paginatorUtils'
// TODO styles
export const Divider = 'divider' export const Divider = 'divider'
export let href: string export let href: string

View File

@ -41,7 +41,6 @@
export let page: number export let page: number
export let pageSize: number export let pageSize: number
let totalPages = Math.ceil(posts.totalCount / pageSize) let totalPages = Math.ceil(posts.totalCount / pageSize)
// TODO display filter name
</script> </script>
<svelte:head> <svelte:head>

View File

@ -10,9 +10,6 @@ import {
} from '$lib/pagination/pagination' } from '$lib/pagination/pagination'
const { NODE_ENV } = process.env const { NODE_ENV } = process.env
// TODO remove ramda and migrate to ts-belt
// TODO Pagination component for routing
// TODO Tag filtering visualization
export interface PostAttributes { export interface PostAttributes {
layout: string layout: string