frontity-chakra-ui-theme
frontity-chakra-ui-theme copied to clipboard
A Frontity theme built with Chakra UI
If you install the `frontity-chakra-ui-theme` in a Frontity project, and point it to a WordPress where you just have one post, it stops working and it returns this error: ```...
We don't have to use `libraries.source.parse` and `libraries.source.stringify` for next and previous page anymore, so we can simplify this code: https://github.com/chakra-ui/frontity-chakra-ui-theme/blob/master/packages/frontity-chakra-theme/src/components/archive/pagination.js#L63-L78 ```js const { totalPages } = state.source.get(state.router.link); const {...
Frontity now supports more than just 404 errors. It'd be great to transform the 404 component in a more general error component, like what we did here in our starter...