voxel51/fiftyone

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

Open

#1.995 geöffnet am 11. Aug. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (4.021 Stars) (400 Forks)batch import
appenhancementgood first issue

Beschreibung

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

Contributor Guide