voxel51/fiftyone

[FR] Add "active search" indicator to Map UI

Open

#1,995 建立於 2022年8月11日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (400 fork)batch import
appenhancementgood first issue

倉庫指標

Star
 (4,021 star)
PR 合併指標
 (平均合併 3天 11小時) (30 天內合併 161 個 PR)

描述

Setup

import fiftyone as fo
import fiftyone.zoo as foz

dataset = foz.load_zoo_dataset("quickstart-geo")
session = fo.launch_app(dataset)

Feature request

I think we should add some indicator to the Map tab whenever a selection has been made, to indicate to the user that they'll need to clear their selection in that component if they want to fully reset their view.

Possible ideas:

  1. Make the tab orange (our "active" color)
  2. Add a "notification"-style icon to the upper right of the tab element to show that a filter is active within it

貢獻者指南