Antonio Sarro

Results 8 comments of Antonio Sarro

@devansh-m12 Are u still working on this? I can help or if you can't continue I'll take care of it

Hello, I've investigated a bit and it seems like the problem is with the `luxon` library that's being used in this function `web/src/lib/utils/timeline-util.ts:98-116`. The line `.toLocaleString(groupDateFormat, { locale })` doesn't...

I made the changes and it seems to work as it should, I don't know if it is necessary to define the id used to exclude buttons as a const...

Yes, I saw that it was a bug that I had missed because when I tested it the poster wrapper was not present. Now I checked and it doesn't give...

The problem with the current system is that when rehydrating from a fresh start, the first time `rehydrateStore` fires, it correctly applies the system's preferred dark mode. However, when logging...

Sure you can assign it to me, I'll take a look as soon as I can. I also experiment on how to create the buttons in the settings to choose...

Is it okay with you if the store and all the utilities used to control the theme are grouped into a single package, for example "lib/theme/.."? Or I continue to...

In the end I managed it using the already existing files so as not to change the structure