This repository was archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
SharedDirectoryInfoRequest
#966
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2cbc1b0
super basic picker with logging
bc51777
Adds SharedDirectoryAnnounce
bc6586b
Removes recording icon
fa09ec3
reverting config to its rightful checkin state
becfad3
updates storybook and storybook test snapshot
17408f8
Adds types for File System Access API
edfe30d
prettier
b9f0690
Adds SharedDirectoryAcknowledge, SharedDirectoryErrCode, updates some…
b3bf95c
Adds debug to logger
d69f16d
Adds SharedDirectoryInfoRequest
3474fed
Updates test with some ts-fu to get the maximum value of a numerical …
a187232
Merge branch 'master' into isaiah/sd-acknowledge
fe6ea5b
uses consts in decodeSharedDirectoryAcknowledge
7170e15
Merge branch 'isaiah/sd-acknowledge' into isaiah/sd-info-request
e54f251
uses consts in decodeSharedDirectoryInfoRequest
1c2ec0e
uses consts in decodeSharedDirectoryInfoRequest
d86c2ee
uses consts in decodePngFrame
85f87e5
uses consts in decodeStringMessage
f09ec07
uses consts in decodeMfaJson
a53d2ca
Merge branch 'master' into isaiah/sd-info-request
868f9d0
Adds __LAST to MessageType enum
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
is
debuga temporary logger (like we remove it once TODO is implemented)? if not, what is diff between info and debug?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.
In chrome dev tools, I see it as its own section "No verbose"

I haven't checked as to whether its a no-op in production builds and/or how it works in other browsers. I'll take a look.
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.
@kimlisa
debughere is equivalent toconsole.debug(), whether its displayed in the console depends on the console settings. I will add a TODO to remove it.