-
Notifications
You must be signed in to change notification settings - Fork 404
UIKit Code Panel + View All / Clean Public Fixes! #1074
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
Closed
Closed
Conversation
This file contains hidden or 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
…ery string changes
… re-opening after closing
… when open on larger screen sizes
…s needed since incremental builds with Twig break the inline data used for UI features like the code panels!
@sghoweri curious if you are also seeing this ? (when clicking on the logo) on the hosted |
Hmmm 🤔 @bmuenzenmeyer let me dig a bit more into this one — I might try to split this up into two PRs (plus see if I can sprinkle a little Jest help as well to start chipping away at UIKit testing coverage...) Hang tight! |
FYI, I had to make a minor uikit change here as part of a plugin fix.
https://github.com/pattern-lab/patternlab-node/pull/1077/files#diff-963382f8b9962328c07d8308327620c7
Not sure if related
(I probably should start having you review instead of late night merging)
…On Wed, Oct 16, 2019, 5:18 AM Salem Ghoweri ***@***.***> wrote:
Hmmm 🤔
@bmuenzenmeyer <https://github.com/bmuenzenmeyer> let me dig a bit more
into this one — I might try to split this up into two PRs (plus see if I
can sprinkle a little Jest help as well to start chipping away at UIKit
testing coverage...)
Hang tight!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1074?email_source=notifications&email_token=AACI3Q62F46H63Y3QCEN5K3QO3S6LA5CNFSM4JAFBXHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBL6XII#issuecomment-542632865>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACI3Q5HL4I3M23YPRO54OLQO3S6LANCNFSM4JAFBXHA>
.
|
the hosted preview now also shows the same behavior i was seeing locally |
This was referenced Nov 11, 2019
Merged
bmuenzenmeyer
added a commit
that referenced
this pull request
Nov 12, 2019
part of #1074 was merged out
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Summary
cleanPublic
config option... turns out that without thecleanPublic
option enabled, the code panels also don't appear to get the data needed in order to work properly!Bugs Fixed