Aigamo

Results 85 comments of Aigamo

From the [official documentation of React](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html): > **If your app doesn’t work after upgrading, check whether it’s wrapped in ``.** [Strict Mode has gotten stricter in React 18](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-strict-mode), and not...

How should the UI look like? I'm asking this because it's the most difficult (and time consuming) part of implementing something new. I'd say it's more difficult than coding, and...

I guess you cannot make use of them for this issue, but more detailed logs are available in the console. See https://github.com/VocaDB/vocadb/issues/804#issuecomment-1086624941. > 3. Video starts playing, but sometimes without...

> show a notification about artist verification and contacting staff Should we prevent the edit from being saved? Would it be useful as well if a report was sent to...

Damn, if I say so myself, the new bottom player is so awesome that I can't live without it anymore. Having spent some time on the beta site, I've come...

> I think YT doesn't allow playing while closing the player. This is exactly what I was wondering. Where did you find the information? And does that mean the current...

@CatgirlFrostmoon The bottom bar is now closeable. ![image](https://user-images.githubusercontent.com/51428094/186625077-aa126822-f73f-4555-9264-76a38ff488a2.png)

> I think YT doesn't allow playing while closing the player. I've changed the implementation so that the [minimum functional requirements](https://developers.google.com/youtube/terms/required-minimum-functionality) are fulfilled.

The song details page uses moment's [`format`](https://momentjs.com/) function, while the album details page uses .NET's [`DateTime.ToUniversalTime`](https://docs.microsoft.com/en-us/dotnet/api/system.datetime.touniversaltime?view=net-6.0) method. This inconsistency will be fixed after the album details page has been converted...

Ah, now I understand what you mean. If I remember correctly, there is no straight way to use the same format in both lines, because the former just shows date,...