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

WIP - Fixes #15185 - adds accessories to locations and asset screens #15235

Draft
wants to merge 28 commits into
base: develop
Choose a base branch
from

Commits on Aug 7, 2024

  1. Updated siganture

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8acbfdd View commit details
    Browse the repository at this point in the history
  2. Add assigned route

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fbaf738 View commit details
    Browse the repository at this point in the history
  3. Use presenter for table layout

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f528a46 View commit details
    Browse the repository at this point in the history
  4. Added accessories column

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d82642f View commit details
    Browse the repository at this point in the history
  5. Added assigned layout presenter

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d4a94f4 View commit details
    Browse the repository at this point in the history
  6. Added assigned relationship

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    42f6199 View commit details
    Browse the repository at this point in the history
  7. Added scopes, fixed admin relationship

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f5681b4 View commit details
    Browse the repository at this point in the history
  8. Added compact transformer

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ec39ae7 View commit details
    Browse the repository at this point in the history
  9. Added compact transformer

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0b6482f View commit details
    Browse the repository at this point in the history
  10. Removed unused parameter

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    75180ec View commit details
    Browse the repository at this point in the history
  11. Added assigned accessories method

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    14d567e View commit details
    Browse the repository at this point in the history
  12. Eager load models

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0ffe7ec View commit details
    Browse the repository at this point in the history
  13. Reverse request and id order for consistency

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    69987ad View commit details
    Browse the repository at this point in the history
  14. Use correct class reference

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4340749 View commit details
    Browse the repository at this point in the history
  15. Added compact asset transformer

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    daddea8 View commit details
    Browse the repository at this point in the history
  16. Null note if there is none

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    30db0e7 View commit details
    Browse the repository at this point in the history
  17. Rework the view with icons for more compactness

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    808ebab View commit details
    Browse the repository at this point in the history
  18. Added language string

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f373cb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Converted to icon headers

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    852a233 View commit details
    Browse the repository at this point in the history
  2. Added alt keyboard

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7c2f994 View commit details
    Browse the repository at this point in the history
  3. Added gates for tabs

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c1f682d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Added image

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    473e33f View commit details
    Browse the repository at this point in the history
  2. What am I even doing??

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6240717 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Removed dupes

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b3cd953 View commit details
    Browse the repository at this point in the history
  2. Smaller font size on icon tab headers

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ff8ada7 View commit details
    Browse the repository at this point in the history
  3. Fixed name for transformer value

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4e3379d View commit details
    Browse the repository at this point in the history
  4. Added plural relationship

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0c2bed6 View commit details
    Browse the repository at this point in the history
  5. Fixed transformer

    Signed-off-by: snipe <[email protected]>
    snipe committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    56b02df View commit details
    Browse the repository at this point in the history