jdittrich / quickMockup

HTML based interface mockups
https://jdittrich.github.io/quickMockup/
MIT License
517 stars 97 forks source link

Page/tab system #28

Open steoo opened 8 years ago

steoo commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 7 years ago

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

jdittrich commented 7 years ago

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

SlimerDude commented 7 years ago

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