-
Notifications
You must be signed in to change notification settings - Fork 280
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
Toolbar tool updates #255
Toolbar tool updates #255
Conversation
@jywarren @rexagod The hovertext is fixed: for the icons need your input! I realized the reason they are confusing is because the current distort icon is an icon that typically represents "rotate". I would say: step 1: maybe we should swap them 👍 let me know your thoughts! |
This looks super. Shall we call it "Rotate/Scale" instead of "RotateScale"? |
And vectorscale icon is awesome! |
@jywarren I updated Also did you want the name of the action in the |
Okay wow! This looks superb! Reviewing this ASAP. |
@jywarren would we be ok to merge this? I will follow up with a PR for documentation updates |
Love this! However, let's get input from Sairam and Mo -- @stefannibrasil where is the best place to ask their input on this icon change? But yes, otherwise I am very +1 to merging! |
Sounds good! I have not met Sairam and Mo yet are they heading UI updates across PL or mapknitter? Also - i'll do this in a follow up PR if yes but did you want |
They're providing input on UI work, because they are running mapping events
and using Mapknitter! Let me find their usernames on publiclab
…On Wed, Jun 5, 2019, 7:54 PM Sasha Boginsky ***@***.***> wrote:
Love this! However, let's get input from Sairam and Mo -- @stefannibrasil
<https://github.com/stefannibrasil> where is the best place to ask their
input on this icon change?
But yes, otherwise I am very +1 to merging!
Sounds good! I have not met Sairam and Mo yet are they heading UI updates
across PL or mapknitter?
Also - i'll do this in a follow up PR if yes but did you want rotateScale
to be changed to rotate+scale as a mode too? see #255 (comment)
<#255 (comment)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#255?email_source=notifications&email_token=AAAF6JZQWEIH2JBWMNSHPJ3PZBGYFA5CNFSM4HMJMJJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXBKZ5A#issuecomment-499297524>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J7NLX6TYRDRBLJEXSDPZBGYFANCNFSM4HMJMJJQ>
.
|
Ah! They've been posting at https://publiclab.org/tag/community-atlas
…On Wed, Jun 5, 2019, 9:20 PM Jeffrey Warren ***@***.***> wrote:
They're providing input on UI work, because they are running mapping
events and using Mapknitter! Let me find their usernames on publiclab
On Wed, Jun 5, 2019, 7:54 PM Sasha Boginsky ***@***.***>
wrote:
> Love this! However, let's get input from Sairam and Mo -- @stefannibrasil
> <https://github.com/stefannibrasil> where is the best place to ask their
> input on this icon change?
>
> But yes, otherwise I am very +1 to merging!
>
> Sounds good! I have not met Sairam and Mo yet are they heading UI updates
> across PL or mapknitter?
>
> Also - i'll do this in a follow up PR if yes but did you want rotateScale
> to be changed to rotate+scale as a mode too? see #255 (comment)
> <#255 (comment)>
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#255?email_source=notifications&email_token=AAAF6JZQWEIH2JBWMNSHPJ3PZBGYFA5CNFSM4HMJMJJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXBKZ5A#issuecomment-499297524>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAAF6J7NLX6TYRDRBLJEXSDPZBGYFANCNFSM4HMJMJJQ>
> .
>
|
@jywarren ah ok! I see their usernames! If @stefannibrasil doesn't get back to us I can post a question directed at them and tag them?? |
For sure, actually you can go ahead now if you like!
…On Wed, Jun 5, 2019, 9:35 PM Sasha Boginsky ***@***.***> wrote:
@jywarren <https://github.com/jywarren> ah ok! I see their usernames! If
@stefannibrasil <https://github.com/stefannibrasil> doesn't get back to
us I can post a question directed at them and tag them??
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#255?email_source=notifications&email_token=AAAF6J65WA74GUCOSCNHTJLPZBSUDA5CNFSM4HMJMJJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXBPGAI#issuecomment-499315457>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J6FC2ZCTAYHBR7M3X3PZBSUDANCNFSM4HMJMJJQ>
.
|
@jywarren @rexagod Mo said he liked the update so I will merge now :) |
References #246, publiclab/mapknitter#124 (<=== Add issue number here)
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
grunt
If tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!
=====================================================
Updates
Keymapper order re-arranged to match toolbar order
Update
RotateScale
->Rotate+Scale
in hovertext and keymapping and fix hovertext toggleRemove deprecated
charset
attribute from ourlink
tags inindex.html
andselect.html
and unnecessarytype="text/css"
(rel=stylesheet
is sufficient)Switched to material design icons :
Fixed
_toggleOutline
method: fixed bug where we were also toggling image opacity here not just the outline opacity._toggleOrder
we have a client side drag and drop now in mapknitter, and in LDI I don't think it's ever going to make sense to try to specifically target images z-index with these methods. I think it's a good fix for now to just send it to the top or send it to the back and it works (if you want an image stacked in the middle, send it up above one and send the next up above it).
Fixed hotkeys: (these was probably a plan in place to fix sendUp and sendDown to make them more complex but they are the same as _ToggleOrder right now except they don't swap the
this._toggledImage
property. I use that property to make the tool icon dynamic so changed it back. (also again don't think it'll ever make sense to use a hotkey to target specific z-indexes)"leaflet": "^1.0.0"
to"leaflet": "^1.5.1"
inpackage.json
devDependencies.=====================================================
=====================================================
pending
mode
to also be updated to userotate+scale
?=====================================================