This repository was archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4k
feat: exports qr-code as wallpaper for lock-screen #9535
Open
SuperGrut
wants to merge
7
commits into
EddieHubCommunity:main
Choose a base branch
from
SuperGrut:issue-9115
base: main
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
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b27efb6
feat: exports Biodrop QRcode as lock screen wallpaper
SuperGrut 3adbfeb
chore: merge conflict resolved
SuperGrut 2c46c45
Merge branch 'main' into issue-9115
SuperGrut f12d6cc
Merge branch 'main' into issue-9115
SuperGrut b12fb7d
Merge branch 'main' into issue-9115
SuperGrut 7c74c7b
Merge branch 'EddieHubCommunity:main' into issue-9115
SuperGrut d033a6a
Merge branch 'main' into issue-9115
SuperGrut 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
To be replaced with
Logger
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.
Did you try from an existing example
pages/account/manage/profile.js
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.
Whenever I use Logger in the file. I get logged out. I have attached the screenshot below:
WIth

console.log
in the fileWhenever I replace

console
withlogger
in the file, it changes Account into Login. Then when I presss the FaShare icon it throws ADMIN_USERS NOT FOUND(may be the "Account-to-Login Change" has something to do with the error")