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

UI for linking/unlinking the Upstream Providers #3245

Closed
wants to merge 11 commits into from

Commits on Nov 8, 2024

  1. Initial implementation of a UI for linking to upstream providers and …

    …showing existing linked providers
    
    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0839b70 View commit details
    Browse the repository at this point in the history
  2. Fix the type errors

    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3ab5c8a View commit details
    Browse the repository at this point in the history
  3. Use the list function with a fixed amount of results instead of a cus…

    …tom function
    
    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f496b4e View commit details
    Browse the repository at this point in the history
  4. Run sqlx prepare

    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3eb40bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    729dccc View commit details
    Browse the repository at this point in the history
  6. Add mutation and UI to delete an upstream link

    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a0ec7c1 View commit details
    Browse the repository at this point in the history
  7. Ensure the unlinking happens inside of a transaction. This way we do …

    …not end up in an in-between state in case of a database error
    
    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    407a721 View commit details
    Browse the repository at this point in the history
  8. Hide the linked section if no links exist. Also hide the entire secti…

    …on if no providers exist
    
    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d32ab17 View commit details
    Browse the repository at this point in the history
  9. Ensure the formatting is correct after the rebase

    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c980ee4 View commit details
    Browse the repository at this point in the history
  10. Remove unused part in fragment

    Signed-off-by: MTRNord <[email protected]>
    MTRNord committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1897270 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b417428 View commit details
    Browse the repository at this point in the history