Richard Shiue
Richard Shiue
From my end, the maximized state still isn't being saved.
> @richardshiue Can you help me check if the function `onWindowMaximize` is called correctly on Linux? It works fine on my macOS. Of course. The function is called when I...
> @richardshiue Previously, I planned to save the maximized status instead of the window size. However, it appears that the windowsManager only supports the maximize function on Windows. > >...
I don't mind getting this in since saving window position is an improvement. The original issue shouldn't be closed though, since the application still can't remember being maximized. That said,...
Hello @vedant-pandey, thanks for tackling this issue. The `RowService` on the Flutter side does, in fact allow duplicating a row while also passing a `groupId` along. So you could potentially...
Great progress, any possibility of not entering edit mode upon row duplication?
Okay sure, we can open up a separate issue to work on that. Things look good from my end. I'm curious about your opinions on this @Xazin @a-wallen
Hello @vedant-pandey, thanks for the contribution. It seems to me the linked issue is describing a different scenario from the one here. Is there perhaps an alternative solution? Listening to...
It fixes the bug but with side effects. I don't mind getting this is in, but it would be better if there is a TODO added saying this is a...
Hi @vedant-pandey, could you add a TODO comment for this above this fix before we merge?