controversial / wikipedia-map

A web app for visualizing the connections between Wikipedia pages.
https://wikipedia.luk.ke
MIT License
446 stars 77 forks source link

A bit more helpful text #7

Closed cclauss closed 8 years ago

cclauss commented 8 years ago

a bit more helpful text

controversial commented 8 years ago

A problem is that on mobile browsers, there is very little room

Are you suggesting that I put in a label like you have annotated, in the top bar?

cclauss commented 8 years ago

I was suggesting that but now I see the problem. On mobile, it just won't fit.

controversial commented 8 years ago

Maybe a tooltip would work better for hover?

On Thu, Feb 11, 2016 at 12:11 PM cclauss notifications@github.com wrote:

I was suggesting that but now I see the problem. On mobile, it just won't fit.

— Reply to this email directly or view it on GitHub https://github.com/The-Penultimate-Defenestrator/wikipedia-map/issues/7#issuecomment-182962244 .

controversial commented 8 years ago

Closed with latest commit, in which I added hover tooltips to the menu bar items. Reopen if you feel this is inadequate.

controversial commented 8 years ago

OK, I've added some text to the background before starting. I'm also planning to implement a much more helpful help dialog, including information about controls, etc. It will probably still include the README as well.

cclauss commented 8 years ago

It is looking awesome... What do you use for the backend? AWS, Heroku, Google, Bluemix, etc.?

controversial commented 8 years ago

It's on my personal web server, which I bought from DigitalOcean. I've modified the Apache conf files to serve a flask app from the /wikipedia/api directory.

On Mon, Feb 15, 2016 at 1:15 PM cclauss notifications@github.com wrote:

It is looking awesome... What do you use for the backend? AWS, Heroku, Google, Bluemix, etc.?

— Reply to this email directly or view it on GitHub https://github.com/The-Penultimate-Defenestrator/wikipedia-map/issues/7#issuecomment-184332570 .

controversial commented 8 years ago

I've got a full interactive help dialog in place. It's modeled after a UINavigationController, and I think it works pretty well. Right now, it contains information about controls, about the project in general, and the GitHub README.