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

Multiple Document or Tabbed? #2

Open
chrisjdavis opened this issue Jan 8, 2014 · 2 comments
Open

Multiple Document or Tabbed? #2

chrisjdavis opened this issue Jan 8, 2014 · 2 comments
Labels
Milestone

Comments

@chrisjdavis
Copy link
Owner

Currently Two is a single window application. Once #1 is accomplished we can decide if we want to have multiples or stick to the single window route.

I am tempted to say tabbed is the way to go if we want to allow testing of more than one site at a time, but I also like the simplicity and focus of restricting the app to one site at a time.

@trevorgerzen
Copy link

I also like the idea of focusing on just one site at a time, but I could see it being a bit of a problem if you need to take a quick glance at something on a different page or being able to compare different sites to look at them side-by-side. Personally, I would think that have the option to at least have new windows would be helpful.

I'm curious how does memory management fair with some of the higher end sites in this format? Would that be a factor when working with multiple tabs? I'm asking more because I don't know anything about memory management and it seems to me like you're essentially just loading the same site twice in the same window.

@chrisjdavis
Copy link
Owner Author

Yes, that is exactly what I am thinking, and although ARC is pretty smart, it isn't prescient. My main concern with all of this is taking to much of a chunk of memory when running it. Going to have to do a lot of testing.

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

No branches or pull requests

2 participants