Jouni Kananen

Results 3 issues of Jouni Kananen

I have a WordPress install, in which front end filters are implemented with POST requests with form data. As a user may click the same filters repeatedly, I've tried to...

I would like to split the screen 60/40 as it would allow VS Code with two panes (60%) and a browser (40%) side-by-side on my 27" 2K monitor, but I...

``` import { dashboardTool } from "@sanity/dashboard"; -> import { catsWidget } from "sanity-plugin-dashboard-widget-document-list"; export default createConfig({ // ... plugins: [ dashboardTool({ widgets: [ documentListWidget(), ], } ), ] })...