-
Notifications
You must be signed in to change notification settings - Fork 171
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
frontend: PluginSettings: Use author for plugin origin #2572
Conversation
9e7c439
to
761dfb8
Compare
761dfb8
to
95d150f
Compare
f6598ee
to
35ba0fc
Compare
Can you please split the commits to changes in separate components out? |
I wonder if we can use the fit repo if it’s there instead of unknown? Just a thought, I don’t think adding the GitHub repo should be done in this PR. We should however make sure all our plugins have the author in the package.json (Also separate to this PR) |
frontend/src/components/App/PluginSettings/PluginSettingsDetails.tsx
Outdated
Show resolved
Hide resolved
35ba0fc
to
0bf951b
Compare
This change makes the formatting of the plugin names consistent, using the plugin author for the origin value. When the author is not set, the default origin is "Unknown". Fixes: #2544 Signed-off-by: Evangelos Skopelitis <[email protected]>
Signed-off-by: Evangelos Skopelitis <[email protected]>
0bf951b
to
97131b9
Compare
@illume added a separate commit for the subtitle change, lmk if this should be split up further to reflect the change itself vs the context it's being used in |
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.
👍 thanks
This change addresses a regression introduced by #2572 since the SectionHeader components were aligned in a column, causing title side actions to appear under the title. Now, subtitles should appear under the title, and title side actions should appear next to the title. Fixes: #2605 Signed-off-by: Evangelos Skopelitis <[email protected]>
This change addresses a regression introduced by #2572 since the SectionHeader components were aligned in a column, causing title side actions to appear under the title. Now, subtitles should appear under the title, and title side actions should appear next to the title. Fixes: #2605 Signed-off-by: Evangelos Skopelitis <[email protected]>
This change makes the formatting of the plugin names consistent, using the plugin author for the origin value. When the author is not set, the default origin is "Unknown".
Fixes: #2544
Testing