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

Da/component updates #65

Merged
merged 27 commits into from
Jul 28, 2021
Merged

Da/component updates #65

merged 27 commits into from
Jul 28, 2021

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    1d464a6 View commit details
    Browse the repository at this point in the history
  2. Update ScaffoldInput.razor

    daalcant committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    b38c678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb9600f View commit details
    Browse the repository at this point in the history
  4. Update Scaffold.cs

    daalcant committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    9474d9d View commit details
    Browse the repository at this point in the history
  5. Update ScaffoldInput.razor

    daalcant committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    840cf80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98a67d6 View commit details
    Browse the repository at this point in the history
  7. Update Helpers.cs

    daalcant committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e828d28 View commit details
    Browse the repository at this point in the history
  8. Update Helpers.cs

    daalcant committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c4ef8b5 View commit details
    Browse the repository at this point in the history
  9. Update Helpers.cs

    daalcant committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    fa6dee3 View commit details
    Browse the repository at this point in the history
  10. Revert "Update Helpers.cs"

    This reverts commit fa6dee3.
    daalcant committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    03d25e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Style ObjectInput

    daalcant committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    faba477 View commit details
    Browse the repository at this point in the history
  2. Update ScaffoldInput.razor

    daalcant committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b516bb2 View commit details
    Browse the repository at this point in the history
  3. Update ScaffoldInput.razor

    daalcant committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    5422053 View commit details
    Browse the repository at this point in the history
  4. Update PropertyInput.razor

    daalcant committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2e8fcaa View commit details
    Browse the repository at this point in the history
  5. Update BoolInput.razor

    daalcant committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    f049415 View commit details
    Browse the repository at this point in the history
  6. Update FlagsInput.razor

    daalcant committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    72faf2d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Fix #68 and #69

    gfs committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    667fc81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f3b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Finish fixing #67

    Now works with nullable enums that are default to null.
    gfs committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    3e864ae View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fixes

    gfs committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ffb12f7 View commit details
    Browse the repository at this point in the history
  2. Update OAT.Blazor.csproj

    gfs committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    dc5ab6f View commit details
    Browse the repository at this point in the history
  3. Mostly Fix GUI

    Issues:
    Many elements cannot be clicked on, but can be tabbed to and used.
    Icons images are not sized correctly.
    gfs committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2e0f02a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Improve which constructors are supported to match the inputs we have …

    …supported.
    
    Fixes setting values in dictionaries.
    gfs committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    34c6a53 View commit details
    Browse the repository at this point in the history
  2. Remove merge comments.

    gfs committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    98d401c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Also show the checkbox if the value is null

    We cannot actually check if reference types are nullable so we need to check if the value is null and show the checkbox when it is null.
    
    We do not show the checkbox if the value is no longer null and we can't confirm that its nullable.
    gfs committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    5d33ade View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Support lists of enums

    gfs committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    ceedb4a View commit details
    Browse the repository at this point in the history
  2. Bump dependencies

    gfs committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b7146cc View commit details
    Browse the repository at this point in the history