mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +00:00
## Summary Replace single `asset_update_options_enabled` feature flag with two granular flags: - `asset_deletion_enabled`: controls delete button visibility - `asset_rename_enabled`: controls rename button visibility The context menu only shows when at least one flag is enabled. ## Changes - Updated `ServerFeatureFlag` enum with new flag names - Updated `RemoteConfig` type with new properties - Updated `AssetCard.vue` to conditionally show rename/delete buttons based on their respective flags ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7864-feat-split-asset_update_options_enabled-into-separate-deletion-and-rename-flags-2e06d73d365081f9ac0afa12b87bd988) by [Unito](https://www.unito.io) --------- Co-authored-by: Amp <amp@ampcode.com>