Branch: refs/heads/unstable
Home: https://github.com/PathwayCommons/factoid
Commit: 3de4d5804796bfd5cca028fd219b73ee4e365902
https://github.com/PathwayCommons/factoid/commit/3de4d5804796bfd5cca028fd219b73ee4e365902
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/defs.js
Log Message:
-----------
Update Tippy options
- performance:true could be useful
- touchHold:false by default -- only useful for hover tooltips
Note : Updating to latest version of Tippy.js causes popovers to stutter when
resized.
Ref : Issues with touch device support #273
Commit: 6bedec10ca26fa7162b2648c531247f4c9c707ba
https://github.com/PathwayCommons/factoid/commit/6bedec10ca26fa7162b2648c531247f4c9c707ba
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/components/popover/tooltip.js
Log Message:
-----------
Remove click event in Tooltip options for Tippy
The click event causes the hover/help tooltips to misbehave on touch devices
Ref : Issues with touch device support #273
Commit: ba95b600c8859b54b07fde6354efdfbbaa449eed
https://github.com/PathwayCommons/factoid/commit/ba95b600c8859b54b07fde6354efdfbbaa449eed
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/components/editor/cy/tippy.js
Log Message:
-----------
Remove debug window ref
Commit: ff7b6dab8d2b06c435dd57e28824986bf6e550df
https://github.com/PathwayCommons/factoid/commit/ff7b6dab8d2b06c435dd57e28824986bf6e550df
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/element-info/element-info.css
Log Message:
-----------
Reduce element popover min width to better accommodate touch devices
Commit: 82d92e3cc69830c500305132e5ce10c9c8e86932
https://github.com/PathwayCommons/factoid/commit/82d92e3cc69830c500305132e5ce10c9c8e86932
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/components/editor/cy/tippy.js
Log Message:
-----------
Place the entity popovers above or below the node rather than left or right
on small screens
Commit: 266e864f4c572dde7cc5a0e206037166606e0315
https://github.com/PathwayCommons/factoid/commit/266e864f4c572dde7cc5a0e206037166606e0315
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/notification.css
Log Message:
-----------
Make the notifications make better use of space
- On larger screens, make sure the corner notification does not overlap the
toolbar.
- On smaller screens, reduce the font size of the notification body text.
Commit: 4030bd7d274d53b025a74011888c29675f2664d7
https://github.com/PathwayCommons/factoid/commit/4030bd7d274d53b025a74011888c29675f2664d7
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/element-info/element-info.css
Log Message:
-----------
Max out the element popover width at 400px
- The new range is [300px, 400px]
- The old range was [300px, 33vw] -- 33vw can get very large on large screens
Commit: 4a27685a1b009225233379a9a7acf7479556d084
https://github.com/PathwayCommons/factoid/commit/4a27685a1b009225233379a9a7acf7479556d084
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/element-info/element-info.css
Log Message:
-----------
Reduce the max width of the element info to better fit small screens
Commit: e5f42634b50f364ac785569d6e9b8659952ec858
https://github.com/PathwayCommons/factoid/commit/e5f42634b50f364ac785569d6e9b8659952ec858
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/notification.css
Log Message:
-----------
Use a bit less space in the notification action area -- better for smaller
screens
Commit: 77f4940c10597ce1d83e666e99320d6cede350e1
https://github.com/PathwayCommons/factoid/commit/77f4940c10597ce1d83e666e99320d6cede350e1
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/element-info/entity-info.css
Log Message:
-----------
Adjust the entity tooltip max height to be smaller on smaller screens
Commit: 741e8ebcb1c665660236120ed2028d63249d0eef
https://github.com/PathwayCommons/factoid/commit/741e8ebcb1c665660236120ed2028d63249d0eef
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/components/editor/cy/tippy.js
Log Message:
-----------
Always make interaction popovers consider the edge as horizontal to avoid
overlap with participant popovers
Commit: d5e9a1790197f8e0667ee761d44d719e7db3f191
https://github.com/PathwayCommons/factoid/commit/d5e9a1790197f8e0667ee761d44d719e7db3f191
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/base.css
Log Message:
-----------
Remove nowrap restriction on plain links for better small screen support
This prevents a plain link making the page overflow horizontally, e.g. on the
home page.
Commit: 8489c02d065061d00a54fbf5f3f483714e5d53fe
https://github.com/PathwayCommons/factoid/commit/8489c02d065061d00a54fbf5f3f483714e5d53fe
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/editor/editor.css
M src/styles/init-app.css
Log Message:
-----------
Avoid use of vw and vh units, especially for the 100vh case
iOS does not return the proper value for 100vh. This change should make the
page fit better on iOS devices, and it should prevent the case where the page
does slight scrolling and gets stuck. The scrolling bug can be reproduced
without this change by swiping on the toolbar. Sometimes popovers can
reproduce the bug on show.
Commit: c5abc7b0e6472988115d2bfec0c626587fc7d2dc
https://github.com/PathwayCommons/factoid/commit/c5abc7b0e6472988115d2bfec0c626587fc7d2dc
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/styles/popover/tippy.css
Log Message:
-----------
May make tippies easier to use on home page and form editor
Commit: 669915e039d2303d44f4ffac43d6c3028379b94c
https://github.com/PathwayCommons/factoid/commit/669915e039d2303d44f4ffac43d6c3028379b94c
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/components/editor/cy/tippy.js
M src/client/defs.js
Log Message:
-----------
Turn off sticky and live placement
Commit: 722b0b982c1d5d9382f2afbe939b3da18359c853
https://github.com/PathwayCommons/factoid/commit/722b0b982c1d5d9382f2afbe939b3da18359c853
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/components/editor/help.js
Log Message:
-----------
Fixes help tooltips on graph elements
Commit: e225f4c6124b279549b5c9fdfc972f78098feb6a
https://github.com/PathwayCommons/factoid/commit/e225f4c6124b279549b5c9fdfc972f78098feb6a
Author: Max Franz <[email protected]>
Date: 2018-05-25 (Fri, 25 May 2018)
Changed paths:
M src/client/components/editor/buttons.js
Log Message:
-----------
Fixes toolbar help tooltips
Commit: f68e576c7f3149983f992c07c28100b0b78709c3
https://github.com/PathwayCommons/factoid/commit/f68e576c7f3149983f992c07c28100b0b78709c3
Author: Dylan Fong <[email protected]>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M src/client/components/editor/buttons.js
M src/client/components/editor/cy/tippy.js
M src/client/components/editor/help.js
M src/client/components/popover/tooltip.js
M src/client/defs.js
M src/styles/base.css
M src/styles/editor/editor.css
M src/styles/element-info/element-info.css
M src/styles/element-info/entity-info.css
M src/styles/init-app.css
M src/styles/notification.css
M src/styles/popover/tippy.css
Log Message:
-----------
Merge pull request #286 from PathwayCommons/touch
Issues with touch device support
Compare:
https://github.com/PathwayCommons/factoid/compare/3798040aeff2...f68e576c7f31
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.