quickMockup icon indicating copy to clipboard operation
quickMockup copied to clipboard

Page/tab system

Open steoo opened this issue 10 years ago • 7 comments

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.

steoo avatar Feb 23 '16 09:02 steoo

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.

jdittrich avatar Feb 23 '16 18:02 jdittrich

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

steoo avatar Feb 23 '16 18:02 steoo

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.

jdittrich avatar Feb 23 '16 21:02 jdittrich

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

steoo avatar Feb 24 '16 14:02 steoo

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

SlimerDude avatar Aug 08 '16 11:08 SlimerDude

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

jdittrich avatar Aug 08 '16 12:08 jdittrich

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

SlimerDude avatar Aug 08 '16 12:08 SlimerDude