owncloud-archive / maps

:globe_with_meridians: Maps app for ownCloud
GNU Affero General Public License v3.0
42 stars 20 forks source link

Make map full-content, overlay search box, show sidebar only when needed #2

Closed jancborchardt closed 8 years ago

jancborchardt commented 11 years ago

Ok @houqp @emerzh let’s do this. If you like we can have a call about this soon. :)

See the new Google Maps or GNOME Maps for inspiration.

houqp commented 11 years ago

Totally agree with the goal of the map. keep it simple and nice, we don't have the resource to implement full google map replacement anyway ;p

jancborchardt commented 11 years ago

Works now! Nice! 2 short things:

jancborchardt commented 10 years ago

@brantje check this discussion out.

jancborchardt commented 10 years ago

@brantje please see the original post above for the design basics.

jancborchardt commented 8 years ago

@v1r0x if you find where to set the search box position in leaflet, let me know.

v1r0x commented 8 years ago

This is currently done with some magic in js/script.js but since we want to replace the search, I don't want to spend too much time to understand this.

v1r0x commented 8 years ago

@jancborchardt Could you fix the sidebar that it is hidden by default?

jancborchardt commented 8 years ago

Yeah. I’m even thinking of removing the navigation bar completely for now and gradually adding back the things we need. The favorites and contacts layer toggle for example we can just display below or near the search box, right?

v1r0x commented 8 years ago

I like how it is done in the google maps app on android. Having a full-screen map and swipe to the right to show the layer overlay.

jancborchardt commented 8 years ago

Done at https://github.com/owncloud/maps/pull/101, please review! :)