Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page/tab system #28

Open
steoo opened this issue Feb 23, 2016 · 7 comments
Open

Page/tab system #28

steoo opened this issue Feb 23, 2016 · 7 comments

Comments

@steoo
Copy link

steoo commented Feb 23, 2016

More an enhancement than a issue; it would be useful to create different canvas for different pages and give them a name like: "Home", "Profile", etc.
Maybe it would be also useful to save them as a project folder via server.

@jdittrich
Copy link
Owner

Hi @steoo, thanks for your idea! I hope I can implement such a system in the future. Currently I use a very simple architecture which makes such a structure difficult to implement. However, I may be able to find a good way to do it nevertheless, otherwise I keep this for a hypothetical major new revision/reimplementation using MVC.

@steoo
Copy link
Author

steoo commented Feb 23, 2016

I thought it was Like this :)
I was thinking about making a fork and propose a reactive architecture instead of classic MVC.
As long as we can embrace client side rendering and think about React/Vue in combination with REDUX

@jdittrich
Copy link
Owner

Please go ahead :)
The tricky thing is to keep that file saving right; the current implementation can use the browser's save. But I suppose it is not too difficult to make it work on some more advanced architecture.

@steoo
Copy link
Author

steoo commented Feb 24, 2016

I don't think that saving is such a big problem :)
In the weekend I'll propose an architecture and we'll see, if you want

@SlimerDude
Copy link
Contributor

Just to say that I agree, tabs / multiple pages would be very handy,

@jdittrich
Copy link
Owner

I'm working on an architecture which would support such things over at https://github.com/jdittrich/quickMockupVue

@SlimerDude
Copy link
Contributor

Oh, cool! I've not come across Vue before!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants