mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 00:24:08 +00:00
* refactor: enhance gRPC methods loading with cache indication - Updated `loadMethodsFromReflection` and `loadMethodsFromProtoFile` to return a `fromCache` flag indicating whether methods were loaded from cache. - Adjusted success toast messages to only display when methods are not loaded from cache, improving user feedback on data retrieval. * empty commit * empty