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

[Workspace] introducing workspace level ui settings #6510

Commits on Apr 17, 2024

  1. feat: workspace level ui settings (#328)

    When getting ui settings within a workspace, it will combine the workspace ui settings with
    the global ui settings and workspace ui settings have higher priority if the same setting
    was defined in both places
    
    When updating ui settings within a workspace, it will update the workspace ui settings,
    the global ui settings will remain unchanged.
    
    Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
    ruanyl committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    31b68f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. add license header

    Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
    ruanyl committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a609d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b028827 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    937b2a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    362983f View commit details
    Browse the repository at this point in the history
  2. fix linter

    Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
    ruanyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3d3a940 View commit details
    Browse the repository at this point in the history