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

Tooltip: Update the component markup for a11y remediations & refactor the existing styles towards more static styling #3032

Merged
merged 38 commits into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4efc95d
Refactor tooltip markup without styled components and apply a11y reme…
broccolinisoup Mar 15, 2023
e2b140b
experiment tooltip
broccolinisoup Mar 15, 2023
84d93eb
checking interactive elements and clean the code a bit
broccolinisoup Mar 16, 2023
842f50e
add another story
broccolinisoup Mar 16, 2023
f052247
style fixes and more stories
broccolinisoup Mar 20, 2023
5f25911
Merge branch 'main' into tooltip-experiments
broccolinisoup Mar 20, 2023
fff246f
refactor it to use internal open state and make css presudo classes r…
broccolinisoup Mar 20, 2023
16a8258
apply code review feedback
broccolinisoup Mar 21, 2023
b6ea709
Merge branch 'main' into tooltip-experiments
broccolinisoup Mar 22, 2023
8be4e6c
Refactor the styles to use data-attr and styled-components
broccolinisoup Mar 22, 2023
03a081a
update events
broccolinisoup Mar 22, 2023
55d5f0f
align and wrap styles with data attr
broccolinisoup Mar 23, 2023
2096001
remove unused var
broccolinisoup Mar 24, 2023
a1f908f
restructure markup and make tooltip hoverable
broccolinisoup Mar 27, 2023
2587269
wrap up, clean up, interactive children
broccolinisoup Mar 28, 2023
dff06a9
Apply suggestions from code review
broccolinisoup Mar 29, 2023
2e9e18c
code review feedback
broccolinisoup Mar 29, 2023
407398c
Merge branch 'main' into tooltip-experiments
broccolinisoup Apr 3, 2023
da1bc70
add outline for force-color media
broccolinisoup Apr 3, 2023
f3116bb
Add unit tests
broccolinisoup Apr 3, 2023
ec8e0ea
Merge branch 'main' into tooltip-experiments
broccolinisoup Apr 4, 2023
8e83bb6
check the trigger element's content for label
broccolinisoup Apr 5, 2023
d5077cb
useOnEscapePress hook to close the tooltip when mouse is hovering ove…
broccolinisoup Apr 5, 2023
d2400d4
fix tests
broccolinisoup Apr 5, 2023
dd7da3b
docs and move tooltip into folder
broccolinisoup Apr 5, 2023
87df7b5
Update generated/components.json
broccolinisoup Apr 5, 2023
1a3a456
add changeset
broccolinisoup Apr 5, 2023
16fc7b1
fix imports
broccolinisoup Apr 5, 2023
c7dd301
update snapshot
broccolinisoup Apr 5, 2023
3f1917f
update snapshot
broccolinisoup Apr 5, 2023
7863594
Merge branch 'main' into tooltip-experiments
broccolinisoup Apr 5, 2023
c5597f8
Merge branch 'main' into tooltip-experiments
broccolinisoup Apr 10, 2023
a7797a9
Merge branch 'main' into tooltip-experiments
broccolinisoup Apr 11, 2023
5861cac
default value to the docs
broccolinisoup Apr 11, 2023
ca9c135
Update generated/components.json
broccolinisoup Apr 11, 2023
2042dd7
snaps
broccolinisoup Apr 11, 2023
e60a1ca
Merge branch 'main' into tooltip-experiments
broccolinisoup Apr 11, 2023
7a816fb
remove snapshot tests
broccolinisoup Apr 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading