add support for starring entries

This commit is contained in:
Athou
2022-08-19 10:34:04 +02:00
parent 91bc7fa4b0
commit 973fe56cc8
14 changed files with 104 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ interface FeedEntriesPageProps {
export function FeedEntriesPage(props: FeedEntriesPageProps) {
const location = useLocation()
const { id = Constants.categoryIds.all } = useParams()
const { id = Constants.categories.all.id } = useParams()
const viewport = useViewportSize()
const theme = useMantineTheme()
const rootCategory = useAppSelector(state => state.tree.rootCategory)