This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Refactoring TourPoint to use react-tiny-popover #232
Open
Boughtmanatee5
wants to merge
18
commits into
main
Choose a base branch
from
2023-02-24-tourpoint-react-tiny-popover-poc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Boughtmanatee5
force-pushed
the
2023-02-24-tourpoint-react-tiny-popover-poc
branch
from
February 24, 2023 22:36
caaa921
to
edd2cb5
Compare
|
||
type Props = any; | ||
|
||
new Image().src = 'http://placekitten.com/320/213'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 preloading the image into the browser cache 🔥 I like thattttttt 😮💨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied it from the story Sean wrote!
Ohh exciting! thank you for taking this on! |
Boughtmanatee5
force-pushed
the
2023-02-24-tourpoint-react-tiny-popover-poc
branch
from
March 3, 2023 17:23
edd2cb5
to
13b228a
Compare
@juliewongbandue Almost have feature parity with the current Tourpoint there's just an alignment bug when the Tourpoint is within a popover! |
Boughtmanatee5
force-pushed
the
2023-02-24-tourpoint-react-tiny-popover-poc
branch
3 times, most recently
from
March 10, 2023 19:55
b607541
to
601c5ee
Compare
Boughtmanatee5
force-pushed
the
2023-02-24-tourpoint-react-tiny-popover-poc
branch
from
March 13, 2023 21:00
601c5ee
to
d469e73
Compare
Co-authored-by: Nathan Brudnik <[email protected]>
hey @Boughtmanatee5 ! I just merged this PR that migrates to pnpm: #257, feel free to rebase! |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does
Replaces iris
useAnchor
withreact-tiny-popover
. This will allow us to fix issues like https://github.com/vimeo/iris/issues/54 without having to refactor useAnchor. Right now this PR adds no new features to TourPoint it should behave the same as it does currently. Once this is tested we can follow up by adding support for the featuresreact-tiny-popover
has like passing an array of positions in priority of how we want the be positioned.How it does that
convertAttachToPositionAlign
Testing
We should probably have this QA'd pretty throughly since this is an important component.