-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(Nintendo Music): add new settings options #10917
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
Open
petkovicdev
wants to merge
21
commits into
PreMiD:main
Choose a base branch
from
petkovicdev:main
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.
+81
−5
Open
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c09eba0
feat: add Nintendo Music presence
petkovicdev d71aed2
Merge branch 'main' into main
petkovicdev 3fb079e
fix: eslint errors
petkovicdev eabc91d
fix: removed sr language
petkovicdev 8494d0a
fix: removed unecessary comma
petkovicdev 016cd2e
fix: code formatted correctly, added at least 1 empty line at the end…
petkovicdev a5e3fa6
fix: final if-elseif-else code formatting
petkovicdev bcc5bfb
fix: removed one blank line at line 106
petkovicdev b0b663a
fix: changed the description to better describe the product.
petkovicdev ac6c1ba
Merge branch 'main' into main
petkovicdev 96bba2d
fix: address reviewer suggestions
petkovicdev 84fb4e9
Merge branch 'main' into main
petkovicdev 487f6e5
Added two new settings options
petkovicdev 04806cc
chore: resolved merge conflicts with main
petkovicdev c1e05bc
feat(Nintendo Music): resolved merge conflicts and updated settings l…
petkovicdev 4bbafa0
style: fix lint errors by changing strings to single quotes
petkovicdev 89a1102
fix: resolve undefined saveData reference typo
petkovicdev facbe1a
Merge branch 'main' into main
petkovicdev b6198ee
removed *.zip from .gitignore
petkovicdev 174ef25
bumped the version in metadata
petkovicdev 6f3a01d
bumped higher version
petkovicdev 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,3 +39,4 @@ pmd-results.sarif | |
|
|
||
| # Coverage files | ||
| coverage | ||
| *.zip | ||
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
Oops, something went wrong.
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.
undo