Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stacklok/toolhive-cloud-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: stacklok/toolhive-cloud-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.3
Choose a head ref
  • 19 commits
  • 82 files changed
  • 4 contributors

Commits on Nov 25, 2025

  1. chore(deps): update dependency vitest to v4.0.13 (#96)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    20c202f View commit details
    Browse the repository at this point in the history
  2. feat: server detail page (#84)

    * fix: cursor pointer card
    
    * feat: add tabs component
    
    * refactor: copy button
    
    * refactor: comment
    
    * feat: add history-back component
    
    * mock: add server detail mock
    
    * refactor: remove unneeded server action
    
    * feat: redirect to server detail page
    
    * fix: cursor pointer for copy btn
    
    * fix: cursor pointer
    
    * mock: refactor
    
    * leftover
    
    * feat: server detail
    
    * test: server detail page
    
    * refactor: after review
    
    * refactor: server detail component
    
    * fix: handle notFound server detail
    
    * refactor: specified all the route paths
    
    * refactor: history-back to navigate-history-back
    peppescg authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    70e9e4a View commit details
    Browse the repository at this point in the history
  3. feat: sync filters in the url (#89)

    * feat: sync filters in the url
    
    * fix: update only the correct filter
    
    * test: add waitFor after async user interaction
    peppescg authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    da32fcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7d6a3d View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency @types/react to v19.2.7 (#95)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    e05f627 View commit details
    Browse the repository at this point in the history
  6. docs: enhance readme in order to be compliance with our oss repos (#91)

    * doc: enhance readme in order to be compliance with our oss repos
    
    * fix: readme cmd and security text
    
    * fix: license formatting
    
    * add license
    
    * docs: add exprimental note in the readme
    
    * fix: discord link
    
    * fix: discord link server
    
    * refactor: readme
    peppescg authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    6d45d4c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. refactor: remove tabs from server detail (#100)

    * refactor: remove tabs from server detail
    
    * fix: spacing
    peppescg authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    d66fc91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2169d63 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency vitest to v4.0.14 (#97)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    656691c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. fix: fix dark mode support for logo (#103)

    * fix: fix dark mode support for logoo
    
    * use single logo
    
    * .
    
    * fix logo
    kantord authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    8e6d41c View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency next to v16.0.5 (#104)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    0f9979f View commit details
    Browse the repository at this point in the history
  3. feat: add 404 pages with illustration (#102)

    * chore: add illustration components
    
    * add illustration to 404 page
    
    * fix colors in illustrations
    
    * more minimalistic design for 404 page
    
    * .
    
    * extract common stuff for error pages
    
    * small fixes
    kantord authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    1c13f23 View commit details
    Browse the repository at this point in the history
  4. chore: fine tune auth config (#105)

    * chore: fine tune auth config
    
    * feat: set oidc scopes fallback
    
    * fix: icons
    
    * refactor: remove vercel svg and rename title,description metadata
    
    * test: leftover
    
    * feat: split server vs client components render
    peppescg authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    a2bb4f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    3244cff View commit details
    Browse the repository at this point in the history
  2. feat: handle providerId in a generic way (#109)

    * refactor: repalce from next public env var to OIDC_PROVIDER_ID
    
    * feat: pass providerId from server component to signin page
    
    * fix: show okta icon only for okta provider id
    
    * test: ensure the providerName format
    peppescg authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    b2f3e36 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @biomejs/biome to v2.3.8 (#110)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    fec7c24 View commit details
    Browse the repository at this point in the history
  4. feat: implement empty state for server list (#111)

    * chore: add mock for "no servers" example
    
    * feat: add empty state for server list when there are 0 servers
    
    * feat: add empty search state for servers
    
    * remove button concern from empty state component
    
    * address ai based feedback
    
    * .
    
    * .
    
    * .
    kantord authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    4987525 View commit details
    Browse the repository at this point in the history
  5. feat: add dark/light okta logo using svgr (#112)

    * chore: add mock for "no servers" example
    
    * feat: add empty state for server list when there are 0 servers
    
    * feat: add empty search state for servers
    
    * remove button concern from empty state component
    
    * address ai based feedback
    
    * .
    
    * .
    
    * .
    
    * feat: fix dark mode for okta logo
    kantord authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    39291d4 View commit details
    Browse the repository at this point in the history
  6. adds multi-arch builds for image (#115)

    Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
    ChrisJBurns authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    732914a View commit details
    Browse the repository at this point in the history
Loading