Conversation
Signed-off-by: Arthur Amstutz <arthur.amstutz@corp.ovh.com>
…nce actions Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
Signed-off-by: Julien Tanguy <julien.tanguy@corp.ovh.com>
- Extract regions from images API instead of N+1 region detail calls - Fetch flavors on-demand per selected region - Cache and reuse images throughout wizard flow - Filter SSH keys by region via query parameter - Filter private networks by selected region - Sort regions alphabetically for consistent display - Clean up region display (name only, no datacenter/continent info) - Display instances immediately without waiting for images/floating IPs - Fetch image names and floating IPs in parallel background - Automatically enrich display when async data arrives - Preserve user cursor position during data updates - Capture and display API query string parameters - Query strings styled in golden color for visibility - Shows complete request details: method, URL, query, status, duration, request ID - Reduce region fetching from N+1 calls to 1 (extract from images response) - Query-level filtering for SSH keys instead of client-side filtering - Parallel image/floating IP fetching reduces perceived latency - Simplified private network display (removed subnet fetching/filtering) - internal/services/browser/api.go - internal/services/browser/manager.go - internal/http/debug.go Signed-off-by: Your Name <you@example.com>
Signed-off-by: Your Name <you@example.com>
Signed-off-by: Your Name <you@example.com>
Extract rendering logic into reusable view components with dedicated packages for instances and kubernetes resources. Create shared styles, common views (loading, error, empty), and fix label alignment issues in detail views. Signed-off-by: Your Name <you@example.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add kubernetes part of the browser
Fixes #133 (issue)
Type of change
Please delete options that are not relevant.
Checklist:
make docgo mod tidy