improve UI style #2

Merged
root merged 1 commit from improveui into master 2022-04-19 21:02:27 +00:00
Member

Demo link

it's not perfect by any means, but it's a bit cleaner looking

preview

Signed-off-by: Harry Bond endim8@pm.me

[Demo link](https://url-processor.endim8.workers.dev/o4B4pYZsRs/Zoo_Z%C3%BCrich) it's not perfect by any means, but it's a bit cleaner looking <img width="2330" alt="preview" src="https://user-images.githubusercontent.com/26939824/156355225-8fc95e8c-af2e-4819-9818-8f97ad5fc806.png"> Signed-off-by: Harry Bond <endim8@pm.me>
biodranik (Migrated from github.com) reviewed 2022-03-02 17:05:16 +00:00
biodranik (Migrated from github.com) left a comment

Thanks! It's definitely better. Let's make it perfect!

Thanks! It's definitely better. Let's make it perfect!
biodranik (Migrated from github.com) commented 2022-03-02 16:52:10 +00:00

I am not sure that an additional 163K of (potentially expensive roaming) traffic are really necessary. It would be great to stick to native iOS/Android/Desktop fonts.

I am not sure that an additional 163K of (potentially expensive roaming) traffic are really necessary. It would be great to stick to native iOS/Android/Desktop fonts.
biodranik (Migrated from github.com) commented 2022-03-02 16:52:45 +00:00

Does it work on Android 5 devices?

Does it work on Android 5 devices?
@ -72,0 +127,4 @@
}
@keyframes fadeout {
from { opacity: 1; }
biodranik (Migrated from github.com) commented 2022-03-02 17:02:14 +00:00

Can you please also replace all const and let to var? Looks like some Android 5 devices may not work properly.

Can you please also replace all `const` and `let` to `var`? Looks like some Android 5 devices may not work properly.
biodranik (Migrated from github.com) commented 2022-03-02 17:00:35 +00:00

Please also add a link geo:lat,lon?Z=zoom with the easily copyable text "lat, lon" and ideally with a small copy-to-a-buffer button that copies just coordinates.

Please also add a link `geo:lat,lon?Z=zoom` with the easily copyable text "lat, lon" and ideally with a small copy-to-a-buffer button that copies just coordinates.
biodranik (Migrated from github.com) commented 2022-03-02 17:04:24 +00:00

The size is not so critical, but is it really necessary? We like lightweight code )

The size is not so critical, but is it really necessary? We like lightweight code )
biodranik commented 2022-03-02 17:06:16 +00:00 (Migrated from github.com)

Btw, is the icon clickable? Also, is the mobile version displayed properly if the name of the feature is not passed as a parameter?

Btw, is the icon clickable? Also, is the mobile version displayed properly if the name of the feature is not passed as a parameter?
Author
Member

Btw, is the icon clickable? Also, is the mobile version displayed properly if the name of the feature is not passed as a parameter?

The icon takes you to https://organicmaps.app, and yes :)
Screenshot_20220302-171003_Mull

> Btw, is the icon clickable? Also, is the mobile version displayed properly if the name of the feature is not passed as a parameter? The icon takes you to https://organicmaps.app, and yes :) ![Screenshot_20220302-171003_Mull](https://user-images.githubusercontent.com/26939824/156413890-17432320-c023-41df-b598-ddc04cf511f8.png)
RedAuburn reviewed 2022-03-02 17:23:22 +00:00
Author
Member

We can stick with the default sans-serif, on android it's usually Roboto anyway :)

We can stick with the default sans-serif, on android it's usually Roboto anyway :)
RedAuburn reviewed 2022-03-02 17:26:39 +00:00
Author
Member

According to https://caniuse.com/css-variables, it's supported by 96.16% of users, however adoption only picked up around 2016, so if you're using the old default browser it may not work. There's no harm in converting to the hex values now that they've been decided on though, so I'll do that :)

According to https://caniuse.com/css-variables, it's supported by 96.16% of users, however adoption only picked up around 2016, so if you're using the old default browser it may not work. There's no harm in converting to the hex values now that they've been decided on though, so I'll do that :)
RedAuburn reviewed 2022-03-02 17:37:55 +00:00
Author
Member

👍 changed to

      font-family: sans-serif;
      font-weight: lighter;
👍 changed to ```css font-family: sans-serif; font-weight: lighter; ```
RedAuburn reviewed 2022-03-02 17:38:11 +00:00
@ -72,0 +127,4 @@
}
@keyframes fadeout {
from { opacity: 1; }
Author
Member

fixed

fixed
RedAuburn reviewed 2022-03-02 17:38:33 +00:00
Author
Member

also fixed

also fixed
RedAuburn reviewed 2022-03-02 17:38:58 +00:00
Author
Member

Changed to

      font-family: sans-serif;
      font-weight: lighter;
Changed to ```css font-family: sans-serif; font-weight: lighter; ```
RedAuburn reviewed 2022-03-02 17:58:26 +00:00
Author
Member

I'm afraid I'm not quite sure what you mean,

do you mean a small button inside the 'See on OpenStreetMap' button that opens the geo: link?

I'm afraid I'm not quite sure what you mean, do you mean a small button inside the 'See on OpenStreetMap' button that opens the `geo:` link?
RedAuburn reviewed 2022-03-02 18:44:00 +00:00
Author
Member

Is this what you mean? On pressing, it opens the geo: url with the pinned location.
Screenshot 2022-03-02 at 18 42 36

Is this what you mean? On pressing, it opens the `geo:` url with the pinned location. <img width="1428" alt="Screenshot 2022-03-02 at 18 42 36" src="https://user-images.githubusercontent.com/26939824/156427273-20269602-da4d-4b18-9846-be816505e442.png">
biodranik (Migrated from github.com) reviewed 2022-03-03 07:19:57 +00:00
biodranik (Migrated from github.com) commented 2022-03-03 07:19:57 +00:00

Yes, the second option. Would it be hard to also draw a 📋 symbol on the right of the coords inside a geo button, and add a copy-on-click JS code (with a popup that "lat, lon has been copied into clipboard")?

Yes, the second option. Would it be hard to also draw a 📋 symbol on the right of the coords inside a geo button, and add a copy-on-click JS code (with a popup that "lat, lon has been copied into clipboard")?
biodranik commented 2022-03-03 07:21:21 +00:00 (Migrated from github.com)

Btw, is the icon clickable? Also, is the mobile version displayed properly if the name of the feature is not passed as a parameter?

The icon takes you to https://organicmaps.app, and yes :) Screenshot_20220302-171003_Mull

  1. Sorry, I was unclear. I meant the pin icon on the map. Is it clickable?
  2. Can you please add a bit of margin/padding between two lines of buttons on the mobile device?
> > Btw, is the icon clickable? Also, is the mobile version displayed properly if the name of the feature is not passed as a parameter? > > The icon takes you to https://organicmaps.app, and yes :) ![Screenshot_20220302-171003_Mull](https://user-images.githubusercontent.com/26939824/156413890-17432320-c023-41df-b598-ddc04cf511f8.png) 1. Sorry, I was unclear. I meant the pin icon on the map. Is it clickable? 2. Can you please add a bit of margin/padding between two lines of buttons on the mobile device?
Author
Member
  1. Sorry, I was unclear. I meant the pin icon on the map. Is it clickable?
  2. Can you please add a bit of margin/padding between two lines of buttons on the mobile device?
  1. yup, it currently shows the same message as the header:
Screenshot 2022-03-03 at 14 45 53
  1. fixed:

Screenshot_20220303-145623_Mull

I think it'd be good to merge the 'Install Organic Maps' button into the 'Open in Organic Maps' button, if pressed and OM isn't installed, it'd redirect to get.html, and if it is installed it'd open the location in OM. What do you think?

>1. Sorry, I was unclear. I meant the pin icon on the map. Is it clickable? >2. Can you please add a bit of margin/padding between two lines of buttons on the mobile device? 1. yup, it currently shows the same message as the header: <img width="691" alt="Screenshot 2022-03-03 at 14 45 53" src="https://user-images.githubusercontent.com/26939824/156588165-d1e62bd7-4ea8-4ddd-ae45-a034c6ab0d94.png"> 2. fixed: ![Screenshot_20220303-145623_Mull](https://user-images.githubusercontent.com/26939824/156590303-d01f5090-3eb8-42b3-9147-d64a13e1af38.png) I think it'd be good to merge the 'Install Organic Maps' button into the 'Open in Organic Maps' button, if pressed and OM isn't installed, it'd redirect to get.html, and if it is installed it'd open the location in OM. What do you think?
RedAuburn reviewed 2022-03-04 15:23:04 +00:00
Author
Member

It should be possible 👍 I might not be able to do it for a few days though unfortunately

It should be possible 👍 I might not be able to do it for a few days though unfortunately
Author
Member

I've merged the 'Install OrganicMaps' and 'Open in OrganicMaps' buttons, so now it tries to open the location in OM, and if it doesn't work it opens the /get.html page. This works in iOS and Android :)

I'll add the coordinate copying button, and this should be ready to merge :)

I've merged the 'Install OrganicMaps' and 'Open in OrganicMaps' buttons, so now it tries to open the location in OM, and if it doesn't work it opens the /get.html page. This works in iOS and Android :) I'll add the coordinate copying button, and this should be ready to merge :)
RedAuburn reviewed 2022-03-10 17:20:04 +00:00
Author
Member

Done mostly 👍 added the button and pop-up, embedding the image was too much pain for its worth, so I just left it as text for now. In the future, maybe someone can improve it :)

Screenshot 2022-03-10 at 17 18 55
Done mostly 👍 added the button and pop-up, embedding the image was too much pain for its worth, so I just left it as text for now. In the future, maybe someone can improve it :) <img width="1792" alt="Screenshot 2022-03-10 at 17 18 55" src="https://user-images.githubusercontent.com/26939824/157719043-21bafa0d-869a-43f9-9ba5-6bde2ec4dd5f.png">
Author
Member

@biodranik this should be good to merge now :)

@biodranik this should be good to merge now :)
biodranik (Migrated from github.com) approved these changes 2022-03-10 21:03:54 +00:00
biodranik (Migrated from github.com) left a comment

Can you please also make a screenshot how what it looks like on the smartphone now? Am I correctly understanding that "Open in Organic Maps" changes to "Install Organic Maps" if a user clicks on it, but there is no app installed?

You may try to use this SVG icon for better quality:

pin

Can you please also make a screenshot how what it looks like on the smartphone now? Am I correctly understanding that "Open in Organic Maps" changes to "Install Organic Maps" if a user clicks on it, but there is no app installed? You may try to use this SVG icon for better quality: ![pin](https://user-images.githubusercontent.com/170263/157753415-ddaa21c8-db49-4615-8112-ddcc2ecb0568.svg)
biodranik (Migrated from github.com) commented 2022-03-10 20:44:00 +00:00
  var el = document.getElementById("notif");
```suggestion var el = document.getElementById("notif"); ```
biodranik (Migrated from github.com) commented 2022-03-10 20:47:00 +00:00
            📋  
```suggestion   📋   ```
biodranik (Migrated from github.com) commented 2022-03-10 21:02:56 +00:00

Why is it removed on mobiles? How it will appear if the app is not installed?

Why is it removed on mobiles? How it will appear if the app is not installed?
@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
biodranik (Migrated from github.com) commented 2022-03-10 20:49:21 +00:00

Is it used? What is its license? Maybe pasteboard emoji is enough?

Is it used? What is its license? Maybe pasteboard emoji is enough?
RedAuburn reviewed 2022-03-10 22:12:48 +00:00
Author
Member

i didn't originally use this as the emoji size was messing stuff up, however i've found and implemented a solution 👍

i didn't originally use this as the emoji size was messing stuff up, however i've found and implemented a solution 👍
RedAuburn reviewed 2022-03-10 22:28:27 +00:00
Author
Member

On mobile, only the 'Open in OrganicMaps' will appear:

  • if the app is installed, it will open the location in OM
  • if it isn't, it will direct the user to install OM by opening get.html

it looks like this, no matter if the app is installed:
Screenshot_20220310-222510_Mull

it'd be nice to change it to 'Install OrganicMaps' if it isn't detected as installed, but afaik this isn't possible :(

On mobile, only the 'Open in OrganicMaps' will appear: - if the app is installed, it will open the location in OM - if it isn't, it will direct the user to install OM by opening get.html it looks like this, no matter if the app is installed: ![Screenshot_20220310-222510_Mull](https://user-images.githubusercontent.com/26939824/157765231-c95953f2-f774-42d5-bf10-cbc5719d3899.png) it'd be nice to change it to 'Install OrganicMaps' if it isn't detected as installed, but afaik this isn't possible :(
RedAuburn reviewed 2022-03-10 22:32:14 +00:00
@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
Author
Member

It's from https://github.com/organicmaps/organicmaps/blob/master/data/styles/clear/style-clear/symbols/copyshop-m.svg , i left it there in case someone in the future wants to try using it :)

in the meanwhile, the emoji has been added.

It's from https://github.com/organicmaps/organicmaps/blob/master/data/styles/clear/style-clear/symbols/copyshop-m.svg , i left it there in case someone in the future wants to try using it :) in the meanwhile, the emoji has been added.
RedAuburn reviewed 2022-03-10 22:33:05 +00:00
Author
Member

added 👍

added 👍
Author
Member

Can you please also make a screenshot how what it looks like on the smartphone now? Am I correctly understanding that "Open in Organic Maps" changes to "Install Organic Maps" if a user clicks on it, but there is no app installed?

You may try to use this SVG icon for better quality:

pin

Thanks, changed to that icon 👍

Here's the screen:
Screenshot_20220310-232053_Mull

the button always stays as 'Open in OrganicMaps', but if it isn't installed it redirects the user to get.html, where the user can install OM :)

all of the changes suggested in the review have been implemented :)

it can be tested here: https://url-processor.endim8.workers.dev/o4B4pYZsRs/Zoo_Z%C3%BCrich

> Can you please also make a screenshot how what it looks like on the smartphone now? Am I correctly understanding that "Open in Organic Maps" changes to "Install Organic Maps" if a user clicks on it, but there is no app installed? > > You may try to use this SVG icon for better quality: > > ![pin](https://user-images.githubusercontent.com/170263/157753415-ddaa21c8-db49-4615-8112-ddcc2ecb0568.svg) Thanks, changed to that icon 👍 Here's the screen: ![Screenshot_20220310-232053_Mull](https://user-images.githubusercontent.com/26939824/157771892-e163adb4-9f2f-4ba0-955e-2c80172a549b.png) the button always stays as 'Open in OrganicMaps', but if it isn't installed it redirects the user to get.html, where the user can install OM :) all of the changes suggested in the review have been implemented :) it can be tested here: https://url-processor.endim8.workers.dev/o4B4pYZsRs/Zoo_Z%C3%BCrich
biodranik commented 2022-03-11 13:22:59 +00:00 (Migrated from github.com)

Great! Almost perfect :)

  1. Clicking on coordinates on the desktop now opens a blank page and does nothing. I doubt that browsers properly handle geo: URLs without slashes on desktop OSes. So let's make the whole button clickable, or also copy coordinates and show the "copied" message on the desktop.
  2. After clicking Open in Organic Maps and returning back to the browser, I see "this site is attempting to open a pop-up window" alert with "block" and "allow". "allow" leads to the AppStore. This behavior is not user-friendly. Either the current solution with a timer should be refactored, or we need to return back the "Install Organic Maps" button. The latter actually can be a convenient solution: there is already a green logo that can be merged together with the "Install OM" button and lead to /get
  3. On desktops, let's redirect /get to our site instead of github.
Great! Almost perfect :) 1. Clicking on coordinates on the desktop now opens a blank page and does nothing. I doubt that browsers properly handle `geo:` URLs without slashes on desktop OSes. So let's make the whole button clickable, or also copy coordinates and show the "copied" message on the desktop. 2. After clicking Open in Organic Maps and returning back to the browser, I see "this site is attempting to open a pop-up window" alert with "block" and "allow". "allow" leads to the AppStore. This behavior is not user-friendly. Either the current solution with a timer should be refactored, or we need to return back the "Install Organic Maps" button. The latter actually can be a convenient solution: there is already a green logo that can be merged together with the "Install OM" button and lead to /get 3. On desktops, let's redirect /get to our site instead of github.
Author
Member
  1. done 👍
  2. I think I've fixed it? I'll do more thorough testing tomorrow when I have access to more devices, but it seems fine now
  3. done 👍

demo here: https://url-processor.endim8.workers.dev/o4B4pYZsRs/Zoo_Zürich

1. done 👍 2. I _think_ I've fixed it? I'll do more thorough testing tomorrow when I have access to more devices, but it _seems_ fine now 3. done 👍 demo here: https://url-processor.endim8.workers.dev/o4B4pYZsRs/Zoo_Zürich
biodranik commented 2022-03-20 21:30:01 +00:00 (Migrated from github.com)
  1. done 👍

  2. I think I've fixed it? I'll do more thorough testing tomorrow when I have access to more devices, but it seems fine now

  3. done 👍

demo here: https://url-processor.endim8.workers.dev/o4B4pYZsRs/Zoo_Zürich

Great! (2) is still reproducing on iOS.

> 1. done 👍 > > 2. I _think_ I've fixed it? I'll do more thorough testing tomorrow when I have access to more devices, but it _seems_ fine now > > 3. done 👍 > > > > demo here: https://url-processor.endim8.workers.dev/o4B4pYZsRs/Zoo_Zürich Great! (2) is still reproducing on iOS.
Author
Member

Sorry about the delay with this, I'm struggling to find a way to reproduce (2) as I don't have any (working) iPhones

I'm going to try and find a cheap one to test with 👍

edit: i've got a part arriving tomorrow to fix an old one, so i'll fix this as soon as the phone is fixed :)

Sorry about the delay with this, I'm struggling to find a way to reproduce (2) as I don't have any (working) iPhones I'm going to try and find a cheap one to test with 👍 edit: i've got a part arriving tomorrow to fix an old one, so i'll fix this as soon as the phone is fixed :)
biodranik (Migrated from github.com) reviewed 2022-04-11 23:04:34 +00:00
@ -24,3 +24,3 @@
title = name + ' | ' + title;
} else {
name = 'Shared via <a href="https://organicmaps.app">Organic Maps app</a>';
name = 'Shared via <a href="https://organicmaps.app">Organic Maps</a>';
biodranik (Migrated from github.com) commented 2022-04-11 23:04:34 +00:00

Why this link was removed?

Why this link was removed?
biodranik (Migrated from github.com) reviewed 2022-04-11 23:05:53 +00:00
biodranik (Migrated from github.com) commented 2022-04-11 23:05:53 +00:00

nit: insert spaces from left and right here, below and above in position: absolute; and other properties.

nit: insert spaces from left and right here, below and above in `position: absolute;` and other properties.
biodranik (Migrated from github.com) reviewed 2022-04-11 23:07:00 +00:00
biodranik (Migrated from github.com) commented 2022-04-11 23:06:59 +00:00

nit: consistently use single quotes in JS, and double quotes in HTML.

nit: consistently use single quotes in JS, and double quotes in HTML.
Author
Member

This seems to be quite fiddly to fix, but I've got an iPhone finally so I'll be actively working on it. Sorry it's taken so long :|

edit:
i've also discovered that the copy button doesn't work on iOS

This seems to be quite fiddly to fix, but I've got an iPhone finally so I'll be actively working on it. Sorry it's taken so long :| edit: i've also discovered that the copy button doesn't work on iOS
biodranik commented 2022-04-17 10:24:11 +00:00 (Migrated from github.com)

@endim8 we can stick to the previous solution with two separate buttons, and merge all useful changes. So you'll have more time to find a better fix if you want.

@endim8 we can stick to the previous solution with two separate buttons, and merge all useful changes. So you'll have more time to find a better fix if you want.
RedAuburn reviewed 2022-04-17 11:55:23 +00:00
@ -24,3 +24,3 @@
title = name + ' | ' + title;
} else {
name = 'Shared via <a href="https://organicmaps.app">Organic Maps app</a>';
name = 'Shared via <a href="https://organicmaps.app">Organic Maps</a>';
Author
Member

I just thought it wasn't really needed, re-added now 👍

I just thought it wasn't really needed, re-added now 👍
RedAuburn reviewed 2022-04-17 11:58:41 +00:00
Author
Member

fixed 👍

fixed 👍
RedAuburn reviewed 2022-04-17 12:26:10 +00:00
Author
Member

fixed 👍

fixed 👍
Author
Member

@biodranik this should be good to merge now, the copy button doesn't work on safari but i'll fix that later as its a small issue.

I've also fixed the map element so that the marker is centred, as before it was centred relative to the screen height which didn't take into account the header height.

Also, i kept the single button but switched back to two buttons on iOS (iOS' implementation is different to android so it doesn't work)

@biodranik this should be good to merge now, the copy button doesn't work on safari but i'll fix that later as its a small issue. I've also fixed the map element so that the marker is centred, as before it was centred relative to the screen height which didn't take into account the header height. Also, i kept the single button but switched back to two buttons on iOS (iOS' implementation is different to android so it doesn't work)
biodranik (Migrated from github.com) approved these changes 2022-04-19 21:02:17 +00:00
Sign in to join this conversation.
No description provided.