You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can easily be removed with titleBarStyle: 'hidden' added to the MainWindow opts if users desire, but a "drag" area would need to be injected (or set) on the Asana DOM, and maybe to padding added to the top of the Asana logo.
I don't think it would be that usable without the title bar with the current design of Asana. It might have worked well when Asana looked like this: https://raw.githubusercontent.com/kreativgebiet/taskana/master/build/screenshot.png , but I can't see it looking/working better for the current Asana design: https://raw.githubusercontent.com/mountainash/taskana/develop/build/screenshot.png
Originally posted by @mountainash in #9 (comment)
Do other users see this as an issue?
It can easily be removed with
titleBarStyle: 'hidden'added to the MainWindow opts if users desire, but a "drag" area would need to be injected (or set) on the Asana DOM, and maybe to padding added to the top of the Asana logo.