This repository was archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
feat: metadata logger for extension #663
Open
ascariandrea
wants to merge
2
commits into
daily
Choose a base branch
from
fix/metadata-parser-in-extension
base: daily
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.
Open
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
bd8adaa
to
1a9eb9a
Compare
9184fe8
to
65e7274
Compare
1a9eb9a
to
86af530
Compare
ca80437
to
40dfc3f
Compare
86af530
to
0dcc01c
Compare
401395c
to
dc4937b
Compare
10f526f
to
289784a
Compare
45aeafe
to
294f813
Compare
Hi @ascariandrea a two small problems happening on my testing:
|
3148dce
to
b6a44bc
Compare
cfa0f5b
to
a62a585
Compare
d5c15ac
to
db2f9ed
Compare
a62a585
to
2710720
Compare
c6ce410
to
fef5689
Compare
2710720
to
b6c4816
Compare
912bcba
to
39cabf5
Compare
39cabf5
to
e95b751
Compare
b88bbd8
to
bec0a28
Compare
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
bec0a28
to
5affd6a
Compare
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.
Here's a POC for a
MetadataLogger
component that gives a real time feedback for the collected contributions, with the expected metadata.At the moment the component misses a few things:
With the adding of the storybook #683 it would be easier to polish the UI - and fix the behaviour - without having to load & watch the extension in the browser.