Move entity types out of flow directory into the entity files.
Rename TutanotaFile into File.
Rename CalendarEventBubble attrs onEventClicked -> click because it
doesn't have access to the event.
Use domInput in Dropdown when selecting filtered result because that's
what DropdownN does.
Our current build system is not aware about any recent Flow syntax and
it doesn't know that it should transpile functionCall<type>() into
functionCall(). We have to avoid such syntax for now
Includes:
[desktop] Prevent "cycle of death" when web contents are crashing
In some cases when app is killed web contents have been crashing. We
tried to re-create the window and set bounds after the small delay. By
the time we tried to set bounds the window has already crashed. We
showed dialog and tried to create window again and like that untill we
crash the system.
This commit stop automatic window recreation because it's tricky to get
right and recover from invalid state