Skip to content
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

Improve package manager UX #1710

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

samamou
Copy link
Contributor

@samamou samamou commented Feb 6, 2025

closes issue #1701

@samamou samamou linked an issue Feb 6, 2025 that may be closed by this pull request
4 tasks
@samamou samamou changed the title Add hardcoded categories Improve package manager UX Feb 6, 2025
@@ -222,7 +246,8 @@ void PluginSettingsView::refresh()
if(qEnvironmentVariableIsSet("SCORE_SANITIZE_SKIP_CHECKS"))
return;
QNetworkRequest rqst{
QUrl("https://raw.githubusercontent.com/ossia/score-addons/master/addons.json")};
QUrl("https://raw.githubusercontent.com/ossia/score-addons/refs/heads/"
Copy link
Contributor Author

@samamou samamou Feb 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • TODO: Change back when this branch is merged with main

ps_view.remoteView()->horizontalHeader()->setStretchLastSection(true);

ps_view.remoteView()->setSelectionModel(&ps_model.remoteSelection);

// ps_view.remoteView()->setSelectionModel(&ps_model.remoteSelection);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to re-enable this for the install button to work

@samamou samamou marked this pull request as ready for review February 13, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve package manager UX
2 participants