-
Notifications
You must be signed in to change notification settings - Fork 3
Description
At the moment, we show the setup window before loading the main window like pixelmator pro. And then ask the user to either open a new project, or import existing photos etc.
I've been reading the docs lately and thinking about this, the reason we decided to implement an extra window at the first place was purely for UI purposes. I've never felt very happy with the impact of this decision on the UX of the app.
If we incorporate the welcome view provided by elementary inside the app window, it will feel like the app is fast, the initial barrier to get to work will be decreased as less setup will be required.
This will also be more consistent with other elementary apps. Also, theoretically, it should give us some performance boost as less resources will be loaded. Users who'll be regularly using the app would also find this extra window annoying because they know the layout of the app and how it works.
And in the future, if the elementary team decides to change the welcome view, we get it for free without tweaking our existing code.
@syfds, @abdallah-moh please share your thoughts on this.
