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

feat(ui): list available displays with select #2490

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    541332e View commit details
    Browse the repository at this point in the history
  2. fix: improve config by splitting rendering data from config files data

    Splitting rendering data from config files data, we avoid a lot of potential mistakes and we can better evolve the API, information used only to display the UI components has no business being in the same object as actual config file properties
    Hazer committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e67b5ba View commit details
    Browse the repository at this point in the history
  3. build: nlohmann for all targets (copied from LizardByte#2032)

    Mostly copied code from LizardByte#2032 to try a PoC for the API I want to use
    Hazer committed May 13, 2024
    Configuration menu
    Copy the full SHA
    01d530d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90469ed View commit details
    Browse the repository at this point in the history
  5. new display selector, working for macOS only

    Missing Windows and Linux implementations, but achieved an OK PoC for macOS, time to clean and do the basics for Windows
    Hazer committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fcaf45d View commit details
    Browse the repository at this point in the history
  6. chore: fix denominator

    Hazer committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b03b874 View commit details
    Browse the repository at this point in the history