Maximilian Kaske
Maximilian Kaske
> Thanks @MEddarhri. This looks great, plus customizable. I wonder how can we optimize this with form and zod. I am really a beginner here, and it would be great...
Pretty sure it was @steven-tey himself. 😉
After some research, I found a nice workaround using `ColumnMeta` that perfectly works with shadcn `data-table`. ```ts // react-table.d.ts import "@tanstack/react-table"; declare module "@tanstack/react-table" { interface ColumnMeta { headerClassName?: string;...
Hey @Nabhag8848, thanks for your work! Going to merge it within #848 and pushing it very soon. Improving our API errors as well. Sorry it took so long.
We have a Dockerfile for the `apps/server` but not for the actual `apps/web` yet.
Hey @tarasglek, thanks a lot for the request! A few thoughts before we start working on it (and we will!): 1. We will add a value filter value within the...
I fully agree on (4): an API endpoint would be easier as you can access and process the data immediately, and always have up to date data.
Hey @Mathyu-Serverly! The aggregated data from the `Tracker` itself is in UTC. That is why the 'Status Check' date was set to UTC as well. We can change the 'Status...
Cool! The goal is to move more into incident workflows and that will be part of it.
Thank you for letting us know! Going to look after the root cause.