Add Profile Button Config - #209
Open
TOR968 wants to merge 3 commits into
Open
Conversation
9 tasks
There was a problem hiding this comment.
Pull request overview
Adds a new plugin submodule entry to the Millennium Plugin Database for profile-button-config, enabling distribution of the plugin via this repository.
Changes:
- Registers
plugins/profile-button-configas a git submodule in.gitmodules. - Points the submodule URL at
https://github.com/TOR968/profile-button-config.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+76
to
+78
| [submodule "plugins/profile-button-config"] | ||
| path = plugins/profile-button-config | ||
| url = https://github.com/TOR968/profile-button-config |
Comment on lines
+76
to
+78
| [submodule "plugins/profile-button-config"] | ||
| path = plugins/profile-button-config | ||
| url = https://github.com/TOR968/profile-button-config |
Comment on lines
+76
to
+78
| [submodule "plugins/profile-button-config"] | ||
| path = plugins/profile-button-config | ||
| url = https://github.com/TOR968/profile-button-config |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Profile Button Config
Adds one or more configurable buttons to Steam community profile pages. Each button links to a URL built from the viewed profile's SteamID64 (e.g. a stats site:
https://example.com/profile/{steamId64}). Buttons are managed at runtime from the plugin's settings panel — add, edit, reorder, and remove, no rebuild needed.Repo: https://github.com/TOR968/profile-button-config
Addresses the earlier review (#195)
This is a resubmission of profile-button-config, reworked to follow the review
guidelines that closed #195:
@steambrew/client/@steambrew/webkit; there is nowindow.MILLENNIUM_APIaccess in the source.Dropdown,TextField,ToggleField,DialogButton, …). The one custom-styled element is the button preview.Example Setup
example-compressed.mp4
Task Checklist
Developer
Plugin Functionality
Backend Configuration
Community Contribution
Testing Instructions