-
Notifications
You must be signed in to change notification settings - Fork 404
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
Use the sst-plugininfra defaults #5868
Labels
Feature Request
New feature request
Infrastructure
Issues related to repository, CI/CD, installers, etc.
Milestone
Comments
mkruselj
added
the
Infrastructure
Issues related to repository, CI/CD, installers, etc.
label
Feb 8, 2022
baconpaul
changed the title
Use the sst-plugininfra defaults
Use the sst-plugininfra defaults and strnatcmp
Feb 8, 2022
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Feb 13, 2022
sst_plugininfra provides an isDarkMode API (currently only returning correct values on macOS). This diff does the following 1. Move the menu colors to either follow OS or follow skin 2. Since that involves an upgrade to sstplugininfra, also fix the strnatcmp dependency, addressing surge-synthesizer#5868
baconpaul
added a commit
that referenced
this issue
Feb 13, 2022
sst_plugininfra provides an isDarkMode API (currently only returning correct values on macOS). This diff does the following 1. Move the menu colors to either follow OS or follow skin 2. Since that involves an upgrade to sstplugininfra, also fix the strnatcmp dependency, addressing #5868
baconpaul
changed the title
Use the sst-plugininfra defaults and strnatcmp
Use the sst-plugininfra defaults
Feb 22, 2022
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Mar 7, 2022
1. Shares code more with SC and so on 2. Removes a static in place of a member 3. Gives us an option in the future to kill an API if we want to go from Surge::Storage::getBlah(stoarge to storage->userDataProvider->getBlah 4. But don't do that ehre instead forward through the functions Closes surge-synthesizer#5868
baconpaul
added a commit
that referenced
this issue
Mar 7, 2022
* Move the UserDefaults impl to the plugininfra 1. Shares code more with SC and so on 2. Removes a static in place of a member 3. Gives us an option in the future to kill an API if we want to go from Surge::Storage::getBlah(stoarge to storage->userDataProvider->getBlah 4. But don't do that ehre instead forward through the functions Closes #5868 * - Handle overrides
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
New feature request
Infrastructure
Issues related to repository, CI/CD, installers, etc.
I ported a templated user defaults and copied strnatcmp to the sst-plugininfra package. Lets use that in surge properly.
The text was updated successfully, but these errors were encountered: