-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
🔨 (grapher) refactor modals and entity selector #3490
Merged
Merged
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
This was referenced Apr 15, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @sophiamersmann and the rest of your teammates on Graphite |
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
April 15, 2024 09:03
182bd44
to
28a40e3
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
April 15, 2024 09:03
9f0beaa
to
a8b4116
Compare
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
April 15, 2024 12:20
28a40e3
to
0deb912
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
3 times, most recently
from
April 15, 2024 16:10
433b335
to
e68c6a0
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
2 times, most recently
from
April 16, 2024 12:44
7d24df2
to
d269e5d
Compare
This was referenced Apr 16, 2024
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
April 16, 2024 16:01
d269e5d
to
6efe51d
Compare
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
April 17, 2024 10:35
0deb912
to
ae2c1d3
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
April 17, 2024 10:35
6efe51d
to
50a056f
Compare
11 tasks
marcelgerber
approved these changes
Apr 17, 2024
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.
Nice! What a bunch of work to fix these annoying issues...
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
April 18, 2024 08:09
ae2c1d3
to
4c54ffd
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
April 18, 2024 08:09
50a056f
to
5694f41
Compare
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
April 26, 2024 12:23
4c54ffd
to
c40d2b4
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
April 26, 2024 12:23
5694f41
to
f6b54b6
Compare
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
April 26, 2024 17:03
c40d2b4
to
705194c
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
April 26, 2024 17:03
f6b54b6
to
89c7dc6
Compare
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
May 1, 2024 13:07
705194c
to
4f2c915
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
May 1, 2024 13:07
89c7dc6
to
7cd848d
Compare
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
May 2, 2024 14:03
4f2c915
to
354fcd8
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
May 2, 2024 14:03
7cd848d
to
674214b
Compare
Merge activity
|
sophiamersmann
force-pushed
the
entity-selector-external-sort
branch
from
May 3, 2024 08:18
354fcd8
to
8004a9d
Compare
sophiamersmann
force-pushed
the
refactor-entity-selector
branch
from
May 3, 2024 08:23
674214b
to
f54fd14
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cycle 2024.2: Entity selector | Designs
Background
<Modal />
implementation led to a number of bugs that were difficult to get rid of (1px of text surfacing above the search input, the scrollbar hidden behind the footer)Summary
<Modal />
,<SlideInDrawer />
and<SidePanel />
into unopinionated container components that render their children – and nothing elseSVG tester
The SVG tester fails due to the changes in #3373