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

more dynamic detail view and layout manager based on bootstrap table style #1344

Closed
wants to merge 11 commits into from

Conversation

keredra
Copy link

@keredra keredra commented Jul 10, 2019

Hi,

i did some rework on layout manager and detail view to support a more dynamic styling:

  • switch panel mode between row mode and column mode
  • allow more than two fields per row/column
  • set available field area at fixed Position
  • added address field for google maps routing service

TBD: it would be nice to be able to customise the column/row width.
Maybe i do it later when i have time for that.

Best regards
keredra

@bandtank
Copy link
Contributor

I love the dynamic layout. That would be so helpful.

@hturkoz
Copy link
Contributor

hturkoz commented Jul 14, 2019

Hello keredra, thanks for this pull..
but for Google Maps Direction, i see you get "origin" in config file.. do you think is better "geolocate" directly the user ?
Best regards

@keredra
Copy link
Author

keredra commented Jul 17, 2019

Hello hturkoz,
it is not so easy to geolocate devices without gps-function. Maybe it could be added as an option for mobile devices.

Best regards

@hturkoz
Copy link
Contributor

hturkoz commented Jul 17, 2019

Thanks for response keredra,
can you look here : https://developers.google.com/maps/documentation/javascript/examples/map-geolocation
it's juste that for me :
navigator.geolocation.getCurrentPosition(function(position) {
var pos = {
lat: position.coords.latitude,
lng: position.coords.longitude
};

so if user refuse allow "position" in navigator, you can then take the value origin in config file.
sorry, I have not skill for many think.. like this for sample ;)
Best Regards

@keredra
Copy link
Author

keredra commented Jul 22, 2019

Some feedback from a developer would be nice.

Best regards

@yurikuzn yurikuzn closed this Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants